Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h478 int GetBtProfileConnState(uint32_t profileId, int &state) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h76 virtual int32_t GetBtProfileConnState(uint32_t profileId, int &state) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h72 int32_t GetBtProfileConnState(uint32_t profileId, int &state) override;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp150 *errCode = host->GetBtProfileConnState(Bluetooth::GetProfileId(profileId), state); in GetProfileConnectionState()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h51 int32_t GetBtProfileConnState(uint32_t profileId, int &state) override;
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp212 host_->GetBtProfileConnState(PROFILE_ID_GATT_CLIENT, state); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp879 int BluetoothHost::GetBtProfileConnState(uint32_t profileId, int &state) const in GetBtProfileConnState() function in OHOS::Bluetooth::BluetoothHost
888 return proxy->GetBtProfileConnState(profileId, state); in GetBtProfileConnState()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp301 int32_t err = host->GetBtProfileConnState(GetProfileId(profileId), state); in GetProfileConnectionState()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp358 int32_t BluetoothHostProxy::GetBtProfileConnState(uint32_t profileId, int &state) in GetBtProfileConnState() function in OHOS::Bluetooth::BluetoothHostProxy
362 HILOGE("BluetoothHostProxy::GetBtProfileConnState WriteInterfaceToken error"); in GetBtProfileConnState()
366 HILOGE("BluetoothHostProxy::GetBtProfileConnState WriteInterfaceToken error"); in GetBtProfileConnState()
373 HILOGE("BluetoothHostProxy::GetBtProfileConnState done fail, error: %{public}d", error); in GetBtProfileConnState()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp475 int32_t result = GetBtProfileConnState(profileId, state); in GetBtProfileConnStateInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp933 int32_t BluetoothHostServer::GetBtProfileConnState(uint32_t profileId, int &state) in GetBtProfileConnState() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 17 milliseconds