Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h170 virtual bool IsBondedFromLocal(const RawAddress &device) const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h218 bool IsBondedFromLocal() const;
/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_properties.cpp512 bool bondFromLocal = remote->IsBondedFromLocal(); in SavePairedDeviceInfo()
H A Dclassic_adapter.h150 bool IsBondedFromLocal(const RawAddress &device) const override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp218 bool BluetoothRemoteDevice::IsBondedFromLocal() const in IsBondedFromLocal() function in OHOS::Bluetooth::BluetoothRemoteDevice
224 return hostProxy->IsBondedFromLocal(transport_, address_); in IsBondedFromLocal()
/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.cpp786 bool BleAdapter::IsBondedFromLocal(const RawAddress &device) const in IsBondedFromLocal() function in OHOS::bluetooth::BleAdapter
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h109 virtual bool IsBondedFromLocal(int32_t transport, const std::string &address) = 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;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h84 bool IsBondedFromLocal(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h1015 bool IsBondedFromLocal() const;
H A Dble_service_data.cpp1343 bool BlePeripheralDevice::IsBondedFromLocal() const in IsBondedFromLocal() function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp621 EXPECT_FALSE(device_.IsBondedFromLocal()); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1458 bool BluetoothHostServer::IsBondedFromLocal(int32_t transport, const std::string &address) in IsBondedFromLocal() function in OHOS::Bluetooth::BluetoothHostServer
1465 return classicService->IsBondedFromLocal(addr); in IsBondedFromLocal()
1467 return bleService->IsBondedFromLocal(addr); in IsBondedFromLocal()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1111 bool BluetoothHostProxy::IsBondedFromLocal(int32_t transport, const std::string &address) in IsBondedFromLocal() function in OHOS::Bluetooth::BluetoothHostProxy
1115 HILOGE("BluetoothHostProxy::IsBondedFromLocal WriteInterfaceToken error"); in IsBondedFromLocal()
1119 HILOGE("BluetoothHostProxy::IsBondedFromLocal transport error"); in IsBondedFromLocal()
1123 HILOGE("BluetoothHostProxy::IsBondedFromLocal address error"); in IsBondedFromLocal()
1130 HILOGE("BluetoothHostProxy::IsBondedFromLocal done fail, error: %{public}d", error); in IsBondedFromLocal()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp965 HILOGE("BluetoothHostStub::IsBondedFromLocal transport failed"); in IsBondedFromLocalInner()
970 HILOGE("BluetoothHostStub::IsBondedFromLocal address failed"); in IsBondedFromLocalInner()
973 bool result = IsBondedFromLocal(transport, address); in IsBondedFromLocalInner()

Completed in 26 milliseconds