Home
last modified time | relevance | path

Searched refs:GetProfileConnectionState (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp37 using Bluetooth::GetProfileConnectionState;
146 int32_t ConnectionImpl::GetProfileConnectionState(int32_t profileId, int32_t* errCode) in GetProfileConnectionState() function in OHOS::CJSystemapi::CJBluetoothConnection::ConnectionImpl
151 int status = Bluetooth::GetProfileConnectionState(state); in GetProfileConnectionState()
H A Dbluetooth_connection_ffi.cpp65 return ConnectionImpl::GetProfileConnectionState(profileId, errCode); in FfiBluetoothConGetProfileConnectionState()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp86 DECLARE_NAPI_FUNCTION("getProfileConnectionState", GetProfileConnectionState), in DefineConnectionFunctions()
92 DECLARE_NAPI_FUNCTION("getProfileConnState", GetProfileConnectionState), in DefineConnectionFunctions()
182 napi_create_int32(env, GetProfileConnectionState(state), &result); in GetBtConnectionState()
292 napi_value GetProfileConnectionState(napi_env env, napi_callback_info info) in GetProfileConnectionState() function
302 int status = GetProfileConnectionState(state); in GetProfileConnectionState()
322 ret = GetProfileConnectionState(env, info); in GetProfileConnectionStateEx()
H A Dnapi_bluetooth_connection.h58 napi_value GetProfileConnectionState(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h45 static int32_t GetProfileConnectionState(int32_t profileId, int32_t* errCode);
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp179 profileState = GetProfileConnectionState(state); in GetDeviceState()
233 profileState = GetProfileConnectionState(state); in GetConnectionState()
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp122 int status = GetProfileConnectionState(state); in GetDeviceState()
H A Dnapi_bluetooth_avrcp_ct.cpp124 int status = GetProfileConnectionState(state); in GetDeviceState()
H A Dnapi_bluetooth_avrcp_tg.cpp124 int status = GetProfileConnectionState(state); in GetDeviceState()
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp163 profileState = GetProfileConnectionState(state); in GetDeviceState()
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp247 int32_t profileState = GetProfileConnectionState(state); in GetDeviceState()
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp142 int32_t profileState = GetProfileConnectionState(state); in GetConnectionState()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp216 napi_create_int32(env, GetProfileConnectionState(state), &profileState); in ConvertStateChangeParamToJS()
320 int GetProfileConnectionState(int state) in GetProfileConnectionState() function
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h118 int GetProfileConnectionState(int state);
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp166 profileState = GetProfileConnectionState(state); in GetDeviceState()
H A Dnapi_bluetooth_hfp_hf.cpp126 int status = GetProfileConnectionState(state); in GetDeviceState()
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp175 int32_t profileState = GetProfileConnectionState(state); in GetConnectionState()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp378 int status = GetProfileConnectionState(btConnectState); in GetDeviceState()

Completed in 14 milliseconds