Home
last modified time | relevance | path

Searched refs:SetDevicePin (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h270 int SetDevicePin(const std::string &pin);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h331 virtual bool SetDevicePin(const RawAddress &device, const std::string &pinCode) const = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp280 int BluetoothRemoteDevice::SetDevicePin(const std::string &pin) in SetDevicePin() function in OHOS::Bluetooth::BluetoothRemoteDevice
286 return hostProxy->SetDevicePin(address_, pin); in SetDevicePin()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h113 virtual int32_t SetDevicePin(const std::string &address, const std::string &pin) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h107 int32_t SetDevicePin(const std::string &address, const std::string &pin) override;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp173 *errCode = remoteDevice.SetDevicePin(code); in SetDevicePinCode()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h88 int32_t SetDevicePin(const std::string &address, const std::string &pin) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h338 bool SetDevicePin(const RawAddress &device, const std::string &pinCode) const override;
H A Dclassic_adapter.cpp2211 bool ClassicAdapter::SetDevicePin(const RawAddress &device, const std::string &pinCode) const in SetDevicePin() function in OHOS::bluetooth::ClassicAdapter
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp718 EXPECT_FALSE(device_.SetDevicePin("000000") == NO_ERROR); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1548 int32_t BluetoothHostServer::SetDevicePin(const std::string &address, const std::string &pin) in SetDevicePin() function in OHOS::Bluetooth::BluetoothHostServer
1558 if (classicService->SetDevicePin(addr, pin)) { in SetDevicePin()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp436 int32_t err = remoteDevice.SetDevicePin(pinCode); in SetDevicePinCode()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1211 int32_t BluetoothHostProxy::SetDevicePin(const std::string &address, const std::string &pin) in SetDevicePin() function in OHOS::Bluetooth::BluetoothHostProxy
1215 HILOGE("BluetoothHostProxy::SetDevicePin WriteInterfaceToken error"); in SetDevicePin()
1219 HILOGE("BluetoothHostProxy::SetDevicePin address error"); in SetDevicePin()
1223 HILOGE("BluetoothHostProxy::SetDevicePin pin error"); in SetDevicePin()
1230 HILOGE("BluetoothHostProxy::SetDevicePin done fail, error: %{public}d", error); in SetDevicePin()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp986 HILOGE("BluetoothHostStub::SetDevicePin address failed"); in SetDevicePinInner()
991 HILOGE("BluetoothHostStub::SetDevicePin pin failed"); in SetDevicePinInner()
994 int32_t result = SetDevicePin(address, pin); in SetDevicePinInner()

Completed in 20 milliseconds