Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp129 bool isDisconnected = (nextState == TelCallState::CALL_STATUS_DISCONNECTED in HandleSatelliteCallStateUpdate() local
131 if (isDisconnected && IsShowDialog()) { in HandleSatelliteCallStateUpdate()
152 if (isDisconnected) { in HandleSatelliteCallStateUpdate()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp114 bool isDisconnected = false; in ShutDown() local
118 isDisconnected = true; in ShutDown()
122 if (!isDisconnected) { in ShutDown()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.cpp117 bool isDisconnected = false; in ShutDown() local
121 isDisconnected = true; in ShutDown()
125 if (!isDisconnected) { in ShutDown()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp131 bool isDisconnected = false; in ShutDown() local
135 isDisconnected = true; in ShutDown()
139 if (!isDisconnected) { in ShutDown()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp94 bool isDisconnected = false; in ShutDown() local
98 isDisconnected = true; in ShutDown()
102 if (!isDisconnected) { in ShutDown()