/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 219 virtual bool SetDevicePairingConfirmation(const RawAddress &device, bool accept) const = 0;
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 94 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() function 96 return MockBluetooth::GetMocker()->SetDevicePairingConfirmation(bdAddr, transport, accept); in SetDevicePairingConfirmation()
|
H A D | bluetooth_mock.h | 39 virtual bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) = 0; 92 MOCK_METHOD(bool, SetDevicePairingConfirmation, (const BdAddr *bdAddr, int transport, bool accept), (override));
|
H A D | softbus_adapter_bt_common_test.cpp | 265 EXPECT_CALL(mocker, SetDevicePairingConfirmation(&bdAddr, OHOS_BT_TRANSPORT_LE, true)) in HWTEST()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 280 int SetDevicePairingConfirmation(bool accept);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gap.h | 179 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept);
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_ffi.cpp | 70 return ConnectionImpl::SetDevicePairingConfirmation(deviceId, accept, errCode); in FfiBluetoothConSetDevicePairingConfirmation()
|
H A D | bluetooth_connection_impl.cpp | 155 void ConnectionImpl::SetDevicePairingConfirmation(std::string deviceId, bool accept, int32_t* errCode) in SetDevicePairingConfirmation() function in OHOS::CJSystemapi::CJBluetoothConnection::ConnectionImpl 163 *errCode = remoteDevice.SetDevicePairingConfirmation(accept); in SetDevicePairingConfirmation()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 462 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation() function 477 int ret = remoteDevice.SetDevicePairingConfirmation(accept); in SetDevicePairingConfirmation()
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 113 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() function 115 return MockBluetooth::GetMocker()->SetDevicePairingConfirmation(bdAddr, transport, accept); in SetDevicePairingConfirmation()
|
H A D | bluetooth_mock.h | 39 virtual bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) = 0; 105 MOCK_METHOD(bool, SetDevicePairingConfirmation, (const BdAddr *bdAddr, int32_t transport, bool accept), (override));
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 44 virtual bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) = 0; 88 MOCK_METHOD(bool, SetDevicePairingConfirmation, (const BdAddr *bdAddr, int32_t transport, bool accept), (override));
|
H A D | bluetooth_mock.cpp | 425 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() function 428 return BluetoothMock::GetMock()->SetDevicePairingConfirmation(bdAddr, transport, accept); in SetDevicePairingConfirmation()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.h | 59 napi_value SetDevicePairingConfirmation(napi_env env, napi_callback_info info);
|
H A D | napi_bluetooth_connection.cpp | 93 DECLARE_NAPI_FUNCTION("setDevicePairingConfirmation", SetDevicePairingConfirmation), in DefineConnectionFunctions() 327 napi_value SetDevicePairingConfirmation(napi_env env, napi_callback_info info) in SetDevicePairingConfirmation() function 335 HILOGI("SetDevicePairingConfirmation::accept = %{public}d", accept); in SetDevicePairingConfirmation() 339 ret = remoteDevice.SetDevicePairingConfirmation(accept); in SetDevicePairingConfirmation()
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 46 static void SetDevicePairingConfirmation(std::string deviceId, bool accept, int32_t* errCode);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 289 int BluetoothRemoteDevice::SetDevicePairingConfirmation(bool accept) in SetDevicePairingConfirmation() function in OHOS::Bluetooth::BluetoothRemoteDevice 296 return hostProxy->SetDevicePairingConfirmation(transport_, address_, accept); in SetDevicePairingConfirmation()
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 734 int result = device_.SetDevicePairingConfirmation(true); in HWTEST_F() 740 result = device_.SetDevicePairingConfirmation(true); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 120 bool SetDevicePairingConfirmation(const RawAddress &device, bool accept) const override;
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common.c | 188 if (!SetDevicePairingConfirmation(bdAddr, transport, true)) { in WrapperPairConfiremedCallback() 189 COMM_LOGE(COMM_ADAPTER, "SetDevicePairingConfirmation error"); in WrapperPairConfiremedCallback()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 114 virtual int32_t SetDevicePairingConfirmation(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 | 108 int32_t SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 89 int32_t SetDevicePairingConfirmation(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 | 186 bool SetDevicePairingConfirmation(const RawAddress &device, bool accept) const override;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1568 int32_t BluetoothHostServer::SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) in SetDevicePairingConfirmation() function in OHOS::Bluetooth::BluetoothHostServer 1581 if (classicService->SetDevicePairingConfirmation(addr, accept)) { in SetDevicePairingConfirmation() 1585 if (bleService->SetDevicePairingConfirmation(addr, accept)) { in SetDevicePairingConfirmation()
|