Home
last modified time | relevance | path

Searched refs:IsAclEncrypted (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h263 virtual bool IsAclEncrypted(const RawAddress &device) const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h236 bool IsAclEncrypted() const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h340 bool IsAclEncrypted() const;
H A Dclassic_remote_device.cpp145 bool ClassicRemoteDevice::IsAclEncrypted() const in IsAclEncrypted() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter.h224 bool IsAclEncrypted(const RawAddress &device) const override;
H A Dclassic_adapter.cpp1756 bool ClassicAdapter::IsAclEncrypted(const RawAddress &device) const in IsAclEncrypted() function in OHOS::bluetooth::ClassicAdapter
1762 isAclEncrypted = it->second->IsAclEncrypted(); in IsAclEncrypted()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp235 bool BluetoothRemoteDevice::IsAclEncrypted() const in IsAclEncrypted() function in OHOS::Bluetooth::BluetoothRemoteDevice
241 return hostProxy->IsAclEncrypted(transport_, address_); in IsAclEncrypted()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h116 bool IsAclEncrypted(const RawAddress &device) const override;
H A Dble_adapter.cpp794 isBondedFromLocal = it->second.IsAclEncrypted(); in IsBondedFromLocal()
857 bool BleAdapter::IsAclEncrypted(const RawAddress &device) const in IsAclEncrypted() function in OHOS::bluetooth::BleAdapter
865 isAclEncrypted = it->second.IsAclEncrypted(); in IsAclEncrypted()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h111 virtual bool IsAclEncrypted(int32_t transport, const std::string &address) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h105 bool IsAclEncrypted(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h86 bool IsAclEncrypted(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h1006 bool IsAclEncrypted() const;
H A Dble_service_data.cpp1327 bool BlePeripheralDevice::IsAclEncrypted() const in IsAclEncrypted() function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp651 EXPECT_FALSE(device_.IsAclEncrypted()); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1490 bool BluetoothHostServer::IsAclEncrypted(int32_t transport, const std::string &address) in IsAclEncrypted() function in OHOS::Bluetooth::BluetoothHostServer
1497 return classicService->IsAclEncrypted(addr); in IsAclEncrypted()
1499 return bleService->IsAclEncrypted(addr); in IsAclEncrypted()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1161 bool BluetoothHostProxy::IsAclEncrypted(int32_t transport, const std::string &address) in IsAclEncrypted() function in OHOS::Bluetooth::BluetoothHostProxy
1165 HILOGE("BluetoothHostProxy::IsAclEncrypted WriteInterfaceToken error"); in IsAclEncrypted()
1169 HILOGE("BluetoothHostProxy::IsAclEncrypted transport error"); in IsAclEncrypted()
1173 HILOGE("BluetoothHostProxy::IsAclEncrypted address error"); in IsAclEncrypted()
1180 HILOGE("BluetoothHostProxy::IsAclEncrypted done fail, error: %{public}d", error); in IsAclEncrypted()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1061 HILOGE("BluetoothHostStub::IsAclEncrypted transport failed"); in IsAclEncryptedInner()
1066 HILOGE("BluetoothHostStub::IsAclEncrypted address failed"); in IsAclEncryptedInner()
1069 bool result = IsAclEncrypted(transport, address); in IsAclEncryptedInner()

Completed in 28 milliseconds