Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp60 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 Dnapi_bluetooth_utils.cpp322 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 Dnapi_bluetooth_pan.cpp163 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 Dnapi_bluetooth_hid_host.cpp148 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h248 enum ProfileConnectionState { enum in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp151 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp368 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()

Completed in 8 milliseconds