Home
last modified time | relevance | path

Searched refs:STATE_DISCONNECTING (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_service_base.cpp33 } else if (state.compare(GattConnectionManager::Device::STATE_DISCONNECTING) == 0) { in ConvertConnectionState()
H A Dgatt_connection_manager.h49 static const std::string STATE_DISCONNECTING; member in OHOS::bluetooth::GattConnectionManager::Device
H A Dgatt_connection_manager.cpp46 const std::string GattConnectionManager::Device::STATE_DISCONNECTING = "DISCONNECTING"; member in OHOS::bluetooth::GattConnectionManager::Device
933 } else if (state.compare(GattConnectionManager::Device::STATE_DISCONNECTING) == 0) { in ConvertConnectionState()
1389 Transition(STATE_DISCONNECTING); in Dispatch()
1447 : StateBase(STATE_DISCONNECTING, stateMachine, device) in Disconnecting()
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp45 STATE_DISCONNECTING, enumerator
666 g_state = STATE_DISCONNECTING; in NextActionDisconnect()
674 case STATE_DISCONNECTING: { in NextActionDisconnect()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h252 STATE_DISCONNECTING = 3 // the current profile is being disconnected enumerator
/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp122 SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_DISCONNECTING, "STATE_DISCONNECTING"); in ProfileStateInit()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp333 HILOGD("STATE_DISCONNECTING(3)"); in GetProfileConnectionState()
334 profileConnectionState = ProfileConnectionState::STATE_DISCONNECTING; in GetProfileConnectionState()

Completed in 9 milliseconds