Searched refs:GetBtConnectionState (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 453 int GetBtConnectionState() const; 465 int GetBtConnectionState(int &state) const;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.h | 46 napi_value GetBtConnectionState(napi_env env, napi_callback_info info);
|
H A D | napi_bluetooth_connection.cpp | 78 DECLARE_NAPI_FUNCTION("getBtConnectionState", GetBtConnectionState), in DefineConnectionFunctions() 174 napi_value GetBtConnectionState(napi_env env, napi_callback_info info) in GetBtConnectionState() function 179 int32_t err = host->GetBtConnectionState(state); in GetBtConnectionState() 320 ret = GetBtConnectionState(env, info); in GetProfileConnectionStateEx()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 851 int BluetoothHost::GetBtConnectionState() const in GetBtConnectionState() function in OHOS::Bluetooth::BluetoothHost 860 proxy->GetBtConnectionState(state); in GetBtConnectionState() 865 int BluetoothHost::GetBtConnectionState(int &state) const in GetBtConnectionState() function in OHOS::Bluetooth::BluetoothHost 874 int ret = proxy->GetBtConnectionState(state); in GetBtConnectionState()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 75 virtual int32_t GetBtConnectionState(int &state) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 71 int32_t GetBtConnectionState(int32_t &state) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 50 int32_t GetBtConnectionState(int &state) override;
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 228 EXPECT_EQ(host_->GetBtConnectionState(), (int)BTConnectState::DISCONNECTED); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 336 int32_t BluetoothHostProxy::GetBtConnectionState(int &state) in GetBtConnectionState() function in OHOS::Bluetooth::BluetoothHostProxy 338 HILOGD("BluetoothHostProxy::GetBtConnectionState starts"); in GetBtConnectionState() 341 HILOGE("BluetoothHostProxy::GetBtConnectionState WriteInterfaceToken error"); in GetBtConnectionState() 348 HILOGE("BluetoothHostProxy::GetBtConnectionState done fail, error: %{public}d", error); in GetBtConnectionState() 729 HILOGE("BluetoothHostProxy::GetBtConnectionState done fail, error: %{public}d", error); in RegisterRemoteDeviceObserver()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 456 int32_t result = GetBtConnectionState(state); in GetBtConnectionStateInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 917 int32_t BluetoothHostServer::GetBtConnectionState(int32_t &state) in GetBtConnectionState() function in OHOS::Bluetooth::BluetoothHostServer
|
Completed in 16 milliseconds