Searched refs:ProfileConnectionState (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 60 DECLARE_NAPI_PROPERTY("ProfileConnectionState", profileStateObj), in ConstantPropertyValueInit() 119 SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_DISCONNECTED, "STATE_DISCONNECTED"); in ProfileStateInit() 120 SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_CONNECTING, "STATE_CONNECTING"); in ProfileStateInit() 121 SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_CONNECTED, "STATE_CONNECTED"); in ProfileStateInit() 122 SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_DISCONNECTING, "STATE_DISCONNECTING"); in ProfileStateInit()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 322 int32_t profileConnectionState = ProfileConnectionState::STATE_DISCONNECTED; in GetProfileConnectionState() 326 profileConnectionState = ProfileConnectionState::STATE_CONNECTING; in GetProfileConnectionState() 330 profileConnectionState = ProfileConnectionState::STATE_CONNECTED; in GetProfileConnectionState() 334 profileConnectionState = ProfileConnectionState::STATE_DISCONNECTING; in GetProfileConnectionState() 338 profileConnectionState = ProfileConnectionState::STATE_DISCONNECTED; in GetProfileConnectionState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 163 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState() 217 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetConnectionState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 148 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 248 enum ProfileConnectionState { enum in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 151 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 368 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
|
Completed in 8 milliseconds