Home
last modified time | relevance | path

Searched refs:ProfilesConnectionState (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc71 enum class ProfilesConnectionState { enum
373 output.second = (uint32_t)ProfilesConnectionState::CONNECTED; in ToProfileConnectionState()
376 output.second = (uint32_t)ProfilesConnectionState::CONNECTING; in ToProfileConnectionState()
379 output.second = (uint32_t)ProfilesConnectionState::DISCONNECTED; in ToProfileConnectionState()
382 output.second = (uint32_t)ProfilesConnectionState::DISCONNECTING; in ToProfileConnectionState()
385 output.second = (uint32_t)ProfilesConnectionState::UNKNOWN; in ToProfileConnectionState()
397 output.second = (uint32_t)ProfilesConnectionState::DISCONNECTED; in ToProfileConnectionState()
400 output.second = (uint32_t)ProfilesConnectionState::CONNECTING; in ToProfileConnectionState()
404 output.second = (uint32_t)ProfilesConnectionState::CONNECTED; in ToProfileConnectionState()
407 output.second = (uint32_t)ProfilesConnectionState::DISCONNECTING; in ToProfileConnectionState()
[all …]