Home
last modified time | relevance | path

Searched refs:GetBtConnectionState (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h453 int GetBtConnectionState() const;
465 int GetBtConnectionState(int &state) const;
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h46 napi_value GetBtConnectionState(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp78 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 Dbluetooth_host.cpp851 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 Di_bluetooth_host.h75 virtual int32_t GetBtConnectionState(int &state) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h71 int32_t GetBtConnectionState(int32_t &state) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h50 int32_t GetBtConnectionState(int &state) override;
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp228 EXPECT_EQ(host_->GetBtConnectionState(), (int)BTConnectState::DISCONNECTED); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp336 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 Dbluetooth_host_stub.cpp456 int32_t result = GetBtConnectionState(state); in GetBtConnectionStateInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp917 int32_t BluetoothHostServer::GetBtConnectionState(int32_t &state) in GetBtConnectionState() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 17 milliseconds