Home
last modified time | relevance | path

Searched refs:SetDevicePairingConfirmation (Results 1 - 25 of 29) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h219 virtual bool SetDevicePairingConfirmation(const RawAddress &device, bool accept) const = 0;
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp94 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 Dbluetooth_mock.h39 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 Dsoftbus_adapter_bt_common_test.cpp265 EXPECT_CALL(mocker, SetDevicePairingConfirmation(&bdAddr, OHOS_BT_TRANSPORT_LE, true)) in HWTEST()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h280 int SetDevicePairingConfirmation(bool accept);
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h179 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept);
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_ffi.cpp70 return ConnectionImpl::SetDevicePairingConfirmation(deviceId, accept, errCode); in FfiBluetoothConSetDevicePairingConfirmation()
H A Dbluetooth_connection_impl.cpp155 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 Dohos_bt_gap.cpp462 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 Dbluetooth_mock.cpp113 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 Dbluetooth_mock.h39 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 Dbluetooth_mock.h44 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 Dbluetooth_mock.cpp425 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 Dnapi_bluetooth_connection.h59 napi_value SetDevicePairingConfirmation(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp93 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 Dbluetooth_connection_impl.h46 static void SetDevicePairingConfirmation(std::string deviceId, bool accept, int32_t* errCode);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp289 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 Dhost_test.cpp734 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 Dble_adapter.h120 bool SetDevicePairingConfirmation(const RawAddress &device, bool accept) const override;
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c188 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 Di_bluetooth_host.h114 virtual int32_t SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h108 int32_t SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h89 int32_t SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h186 bool SetDevicePairingConfirmation(const RawAddress &device, bool accept) const override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1568 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()

Completed in 29 milliseconds

12