/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 253 virtual bool IsAclConnected(const RawAddress &device) const = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 227 bool IsAclConnected() const;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_remote_device.h | 332 bool IsAclConnected() const;
|
H A D | classic_remote_device.cpp | 138 bool ClassicRemoteDevice::IsAclConnected() const in IsAclConnected() function in OHOS::bluetooth::ClassicRemoteDevice
|
H A D | classic_adapter.h | 216 bool IsAclConnected(const RawAddress &device) const override;
|
H A D | classic_adapter.cpp | 1743 bool ClassicAdapter::IsAclConnected(const RawAddress &device) const in IsAclConnected() function in OHOS::bluetooth::ClassicAdapter 1749 isAclConnected = it->second->IsAclConnected(); in IsAclConnected() 1877 if (it->second->IsAclConnected()) { in RemovePair() 1902 if (it->second->IsAclConnected()) { in RemoveAllPairs()
|
/foundation/communication/dsoftbus/core/adapter/br/include/ |
H A D | wrapper_br_interface.h | 133 bool IsAclConnected(const BT_ADDR mac);
|
/foundation/communication/dsoftbus/core/adapter/br/mock/ |
H A D | wrapper_br_interface.c | 161 bool IsAclConnected(const BT_ADDR mac) in IsAclConnected() function 163 CONN_LOGW(CONN_BR, "IsAclConnected not implement"); in IsAclConnected()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 227 bool BluetoothRemoteDevice::IsAclConnected() const in IsAclConnected() function in OHOS::Bluetooth::BluetoothRemoteDevice 232 return hostProxy->IsAclConnected(transport_, address_); in IsAclConnected()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 115 bool IsAclConnected(const RawAddress &device) const override;
|
H A D | ble_adapter.cpp | 559 LOG_DEBUG("[BleAdapter] isAclConnect %{public}d ", it->second.IsAclConnected()); in ReadRemoteDeviceNameByGatt() 560 if (it->second.IsAclConnected()) { in ReadRemoteDeviceNameByGatt() 695 if ((it->second.IsAclConnected()) && (isDisconnect)) { in RemovePairWithDisConnect() 753 if (it->second.IsAclConnected()) { in RemoveAllPairs() 844 bool BleAdapter::IsAclConnected(const RawAddress &device) const in IsAclConnected() function in OHOS::bluetooth::BleAdapter 852 isAclConnected = it->second.IsAclConnected(); in IsAclConnected()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 110 virtual bool IsAclConnected(int32_t transport, const std::string &address) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 104 bool IsAclConnected(int32_t transport, const std::string &address) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 85 bool IsAclConnected(int32_t transport, const std::string &address) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_service_data.h | 997 bool IsAclConnected() const;
|
H A D | ble_service_data.cpp | 1311 bool BlePeripheralDevice::IsAclConnected() const in IsAclConnected() function in OHOS::bluetooth::BlePeripheralDevice
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 636 EXPECT_FALSE(device_.IsAclConnected()); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1474 bool BluetoothHostServer::IsAclConnected(int32_t transport, const std::string &address) in IsAclConnected() function in OHOS::Bluetooth::BluetoothHostServer 1481 return classicService->IsAclConnected(addr); in IsAclConnected() 1483 return bleService->IsAclConnected(addr); in IsAclConnected()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1136 bool BluetoothHostProxy::IsAclConnected(int32_t transport, const std::string &address) in IsAclConnected() function in OHOS::Bluetooth::BluetoothHostProxy 1140 HILOGE("BluetoothHostProxy::IsAclConnected WriteInterfaceToken error"); in IsAclConnected() 1144 HILOGE("BluetoothHostProxy::IsAclConnected transport error"); in IsAclConnected() 1148 HILOGE("BluetoothHostProxy::IsAclConnected address error"); in IsAclConnected() 1155 HILOGE("BluetoothHostProxy::IsAclConnected done fail, error: %{public}d", error); in IsAclConnected()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 1007 HILOGE("BluetoothHostStub::IsAclConnected transport failed"); in IsAclConnectedInner() 1012 HILOGE("BluetoothHostStub::IsAclConnected address failed"); in IsAclConnectedInner() 1015 bool result = IsAclConnected(transport, address); in IsAclConnectedInner()
|