/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 170 virtual bool IsBondedFromLocal(const RawAddress &device) const = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 218 bool IsBondedFromLocal() const;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_remote_device.h | 348 bool IsBondedFromLocal() const;
|
H A D | classic_remote_device.cpp | 124 bool ClassicRemoteDevice::IsBondedFromLocal() const in IsBondedFromLocal() function in OHOS::bluetooth::ClassicRemoteDevice
|
H A D | classic_adapter.cpp | 160 if (device.second->IsBondedFromLocal() && (!pinMode_)) { in DisablePairProcess() 1555 bool bondFromLocal = remoteDevice->IsBondedFromLocal(); in ReceiveSimplePairComplete() 1774 bool ClassicAdapter::IsBondedFromLocal(const RawAddress &device) const in IsBondedFromLocal() function in OHOS::bluetooth::ClassicAdapter 1780 isBondedFromLocal = it->second->IsBondedFromLocal(); in IsBondedFromLocal() 2042 bool bondFromLocal = remoteDevice->IsBondedFromLocal(); in ReceiveConnectionComplete() 2098 bool bondFromLocal = device.second->IsBondedFromLocal(); in ReceiveDisconnectionComplete()
|
H A D | classic_adapter.h | 150 bool IsBondedFromLocal(const RawAddress &device) const override;
|
H A D | classic_adapter_properties.cpp | 510 bool bondFromLocal = remote->IsBondedFromLocal(); in SavePairedDeviceInfo()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 221 bool BluetoothRemoteDevice::IsBondedFromLocal() const in IsBondedFromLocal() function in OHOS::Bluetooth::BluetoothRemoteDevice 227 return hostProxy->IsBondedFromLocal(transport_, address_); in IsBondedFromLocal()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 112 bool IsBondedFromLocal(const RawAddress &device) const override;
|
H A D | ble_adapter.cpp | 813 bool BleAdapter::IsBondedFromLocal(const RawAddress &device) const in IsBondedFromLocal() function in OHOS::bluetooth::BleAdapter
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 82 bool IsBondedFromLocal(int32_t transport, const std::string &address) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 107 virtual bool IsBondedFromLocal(int32_t transport, const std::string &address) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 103 bool IsBondedFromLocal(int32_t transport, const std::string &address) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_service_data.h | 1049 bool IsBondedFromLocal() const;
|
H A D | ble_service_data.cpp | 1363 bool BlePeripheralDevice::IsBondedFromLocal() const in IsBondedFromLocal() function in OHOS::bluetooth::BlePeripheralDevice
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 621 EXPECT_FALSE(device_.IsBondedFromLocal());
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1479 bool BluetoothHostServer::IsBondedFromLocal(int32_t transport, const std::string &address) in IsBondedFromLocal() function in OHOS::Bluetooth::BluetoothHostServer 1486 return classicService->IsBondedFromLocal(addr); in IsBondedFromLocal() 1488 return bleService->IsBondedFromLocal(addr); in IsBondedFromLocal()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1084 bool BluetoothHostProxy::IsBondedFromLocal(int32_t transport, const std::string &address) in IsBondedFromLocal() function in OHOS::Bluetooth::BluetoothHostProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 939 bool result = IsBondedFromLocal(transport, address); in IsBondedFromLocalInner()
|