Searched refs:GetBtProfileConnState (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 478 int GetBtProfileConnState(uint32_t profileId, int &state) const;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 76 virtual int32_t GetBtProfileConnState(uint32_t profileId, int &state) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 72 int32_t GetBtProfileConnState(uint32_t profileId, int &state) override;
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_impl.cpp | 150 *errCode = host->GetBtProfileConnState(Bluetooth::GetProfileId(profileId), state); in GetProfileConnectionState()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 51 int32_t GetBtProfileConnState(uint32_t profileId, int &state) override;
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 212 host_->GetBtProfileConnState(PROFILE_ID_GATT_CLIENT, state); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 879 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 D | napi_bluetooth_connection.cpp | 301 int32_t err = host->GetBtProfileConnState(GetProfileId(profileId), state); in GetProfileConnectionState()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 358 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 D | bluetooth_host_stub.cpp | 475 int32_t result = GetBtProfileConnState(profileId, state); in GetBtProfileConnStateInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 933 int32_t BluetoothHostServer::GetBtProfileConnState(uint32_t profileId, int &state) in GetBtProfileConnState() function in OHOS::Bluetooth::BluetoothHostServer
|
Completed in 16 milliseconds