Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.h247 bool IsControlDisconnectingState(const RawAddress &rawAddr);
H A Davrcp_tg_state_machine.cpp216 bool AvrcTgStateMachineManager::IsControlDisconnectingState(const RawAddress &rawAddr) in IsControlDisconnectingState() function in OHOS::bluetooth::AvrcTgStateMachineManager
H A Davrcp_tg_profile.cpp205 } else if (smManager->IsControlDisconnectingState(rawAddr)) { in GetDeviceState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.h247 bool IsControlDisconnectingState(const RawAddress &rawAddr);
H A Davrcp_ct_state_machine.cpp212 bool AvrcCtStateMachineManager::IsControlDisconnectingState(const RawAddress &rawAddr) in IsControlDisconnectingState() function in OHOS::bluetooth::AvrcCtStateMachineManager
H A Davrcp_ct_profile.cpp208 } else if (smManager->IsControlDisconnectingState(rawAddr)) { in GetDeviceState()