Searched refs:profile_state_pair (Results 1 – 1 of 1) sorted by relevance
492 auto profile_state_pair = ToProfileConnectionState(profile, state); in ToProfileConnectionEvent() local493 auto key = std::make_pair(addr, profile_state_pair.first); in ToProfileConnectionEvent()494 event.profile = (int64_t)profile_state_pair.first; in ToProfileConnectionEvent()496 switch ((ProfilesConnectionState)profile_state_pair.second) { in ToProfileConnectionEvent()