/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 94 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int 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)…
|
H A D | softbus_adapter_bt_common_test.cpp | 266 EXPECT_CALL(mocker, SetDevicePairingConfirmation(&bdAddr, OHOS_BT_TRANSPORT_LE, true))
|
/ohos5.0/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;
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 113 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int 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, int transport, bool accept) = 0; 103 …MOCK_METHOD(bool, SetDevicePairingConfirmation, (const BdAddr *bdAddr, int transport, bool accept)…
|
/ohos5.0/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) = … 88 …MOCK_METHOD(bool, SetDevicePairingConfirmation, (const BdAddr *bdAddr, int32_t transport, bool acc…
|
H A D | bluetooth_mock.cpp | 428 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() function 431 return BluetoothMock::GetMock()->SetDevicePairingConfirmation(bdAddr, transport, accept); in SetDevicePairingConfirmation()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 280 int SetDevicePairingConfirmation(bool accept);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 465 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation() function 480 int ret = remoteDevice.SetDevicePairingConfirmation(accept); in SetDevicePairingConfirmation()
|
/ohos5.0/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);
|
/ohos5.0/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 | 62 DECLARE_NAPI_FUNCTION("setDevicePairingConfirmation", SetDevicePairingConfirmation), in DefineConnectionFunctions() 296 napi_value SetDevicePairingConfirmation(napi_env env, napi_callback_info info) in SetDevicePairingConfirmation() function 308 ret = remoteDevice.SetDevicePairingConfirmation(accept); in SetDevicePairingConfirmation()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 734 int result = device_.SetDevicePairingConfirmation(true); 740 result = device_.SetDevicePairingConfirmation(true);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 292 int BluetoothRemoteDevice::SetDevicePairingConfirmation(bool accept) in SetDevicePairingConfirmation() function in OHOS::Bluetooth::BluetoothRemoteDevice 299 return hostProxy->SetDevicePairingConfirmation(transport_, address_, accept); in SetDevicePairingConfirmation()
|
/ohos5.0/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;
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common.c | 190 if (!SetDevicePairingConfirmation(bdAddr, transport, true)) { in WrapperPairConfiremedCallback()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 87 …int32_t SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) o…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 112 …virtual int32_t SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool a…
|
/ohos5.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) o…
|
/ohos5.0/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;
|
H A D | classic_adapter.cpp | 1259 SetDevicePairingConfirmation(device, accept); in UserConfirmAutoReply() 1933 bool ClassicAdapter::SetDevicePairingConfirmation(const RawAddress &device, bool accept) const in SetDevicePairingConfirmation() function in OHOS::bluetooth::ClassicAdapter
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1589 int32_t BluetoothHostServer::SetDevicePairingConfirmation(int32_t transport, const std::string &add… in SetDevicePairingConfirmation() function in OHOS::Bluetooth::BluetoothHostServer 1602 if (classicService->SetDevicePairingConfirmation(addr, accept)) { in SetDevicePairingConfirmation() 1606 if (bleService->SetDevicePairingConfirmation(addr, accept)) { in SetDevicePairingConfirmation()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1209 int32_t BluetoothHostProxy::SetDevicePairingConfirmation(int32_t transport, const std::string &addr… in SetDevicePairingConfirmation() function in OHOS::Bluetooth::BluetoothHostProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 1083 int32_t result = SetDevicePairingConfirmation(transport, address, accept); in SetDevicePairingConfirmationInner()
|