Home
last modified time | relevance | path

Searched refs:IsBondedFromLocal (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h170 virtual bool IsBondedFromLocal(const RawAddress &device) const = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h218 bool IsBondedFromLocal() const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h348 bool IsBondedFromLocal() const;
H A Dclassic_remote_device.cpp124 bool ClassicRemoteDevice::IsBondedFromLocal() const in IsBondedFromLocal() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter.cpp160 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 Dclassic_adapter.h150 bool IsBondedFromLocal(const RawAddress &device) const override;
H A Dclassic_adapter_properties.cpp510 bool bondFromLocal = remote->IsBondedFromLocal(); in SavePairedDeviceInfo()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp221 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 Dble_adapter.h112 bool IsBondedFromLocal(const RawAddress &device) const override;
H A Dble_adapter.cpp813 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 Dbluetooth_host_proxy.h82 bool IsBondedFromLocal(int32_t transport, const std::string &address) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h107 virtual bool IsBondedFromLocal(int32_t transport, const std::string &address) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h103 bool IsBondedFromLocal(int32_t transport, const std::string &address) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h1049 bool IsBondedFromLocal() const;
H A Dble_service_data.cpp1363 bool BlePeripheralDevice::IsBondedFromLocal() const in IsBondedFromLocal() function in OHOS::bluetooth::BlePeripheralDevice
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp621 EXPECT_FALSE(device_.IsBondedFromLocal());
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1479 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 Dbluetooth_host_proxy.cpp1084 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 Dbluetooth_host_stub.cpp939 bool result = IsBondedFromLocal(transport, address); in IsBondedFromLocalInner()