/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 242 virtual bool PairRequestReply(const RawAddress &device, bool accept) const = 0;
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 89 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() function 91 return MockBluetooth::GetMocker()->PairRequestReply(bdAddr, transport, accept); in PairRequestReply()
|
H A D | bluetooth_mock.h | 38 virtual bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) = 0; 91 MOCK_METHOD(bool, PairRequestReply, (const BdAddr *bdAddr, int transport, bool accept), (override));
|
H A D | softbus_adapter_bt_common_test.cpp | 238 EXPECT_CALL(mocker, PairRequestReply(&bdAddr, OHOS_BT_TRANSPORT_LE, true)) in HWTEST()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 301 bool PairRequestReply(bool accept);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.h | 53 bool PairRequestReply(const RawAddress &addr, int addrType, bool accept) const;
|
H A D | ble_adapter.h | 114 bool PairRequestReply(const RawAddress &device, bool accept) const override;
|
H A D | ble_adapter.cpp | 833 bool BleAdapter::PairRequestReply(const RawAddress &device, bool accept) const in PairRequestReply() function in OHOS::bluetooth::BleAdapter 839 return pimpl->bleSecurity_->PairRequestReply(device, addrType, accept); in PairRequestReply()
|
H A D | ble_security.cpp | 674 bool BleSecurity::PairRequestReply(const RawAddress &addr, int addrType, bool accept) const in PairRequestReply() function in OHOS::bluetooth::BleSecurity
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection_observer.cpp | 71 remoteDevice.PairRequestReply(true); in OnPairRequested()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gap.h | 168 bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept);
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 443 bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) in PairRequestReply() function 457 bool ret = remoteDevice.PairRequestReply(accept); in PairRequestReply()
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 108 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() function 110 return MockBluetooth::GetMocker()->PairRequestReply(bdAddr, transport, accept); in PairRequestReply()
|
H A D | bluetooth_mock.h | 38 virtual bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) = 0; 104 MOCK_METHOD(bool, PairRequestReply, (const BdAddr *bdAddr, int32_t transport, bool accept), (override));
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 43 virtual bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) = 0; 87 MOCK_METHOD(bool, PairRequestReply, (const BdAddr *bdAddr, int32_t transport, bool accept), (override));
|
H A D | bluetooth_mock.cpp | 419 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() function 422 return BluetoothMock::GetMock()->PairRequestReply(bdAddr, transport, accept); in PairRequestReply()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 308 bool BluetoothRemoteDevice::PairRequestReply(bool accept) in PairRequestReply() function in OHOS::Bluetooth::BluetoothRemoteDevice 314 return hostProxy->PairRequestReply(transport_, address_, accept); in PairRequestReply()
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 775 EXPECT_FALSE(device_.PairRequestReply(true)); in HWTEST_F() 776 EXPECT_FALSE(device_.PairRequestReply(false)); in HWTEST_F()
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common.c | 170 if (!PairRequestReply(bdAddr, transport, true)) { in WrapperPairRequestedCallback() 171 COMM_LOGE(COMM_ADAPTER, "PairRequestReply error"); in WrapperPairRequestedCallback()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 116 virtual bool PairRequestReply(int32_t transport, const std::string &address, bool accept) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 110 bool PairRequestReply(int32_t transport, const std::string &address, bool accept) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 91 bool PairRequestReply(int32_t transport, const std::string &address, bool accept) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.h | 207 bool PairRequestReply(const RawAddress &device, bool accept) const override;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1616 bool BluetoothHostServer::PairRequestReply(int32_t transport, const std::string &address, bool accept) in PairRequestReply() function in OHOS::Bluetooth::BluetoothHostServer 1624 return classicService->PairRequestReply(addr, accept); in PairRequestReply() 1626 return bleService->PairRequestReply(addr, accept); in PairRequestReply()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1298 bool BluetoothHostProxy::PairRequestReply(int32_t transport, const std::string &address, bool accept) in PairRequestReply() function in OHOS::Bluetooth::BluetoothHostProxy 1302 HILOGE("BluetoothHostProxy::PairRequestReply WriteInterfaceToken error"); in PairRequestReply() 1306 HILOGE("BluetoothHostProxy::PairRequestReply transport error"); in PairRequestReply() 1310 HILOGE("BluetoothHostProxy::PairRequestReply address error"); in PairRequestReply() 1314 HILOGE("BluetoothHostProxy::PairRequestReply accept error"); in PairRequestReply() 1321 HILOGE("BluetoothHostProxy::PairRequestReply done fail, error: %{public}d", error); in PairRequestReply()
|