/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 270 int SetDevicePin(const std::string &pin);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_classic.h | 331 virtual bool SetDevicePin(const RawAddress &device, const std::string &pinCode) const = 0;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 280 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 D | i_bluetooth_host.h | 113 virtual int32_t SetDevicePin(const std::string &address, const std::string &pin) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 107 int32_t SetDevicePin(const std::string &address, const std::string &pin) override;
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_impl.cpp | 173 *errCode = remoteDevice.SetDevicePin(code); in SetDevicePinCode()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 88 int32_t SetDevicePin(const std::string &address, const std::string &pin) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.h | 338 bool SetDevicePin(const RawAddress &device, const std::string &pinCode) const override;
|
H A D | classic_adapter.cpp | 2211 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 D | host_test.cpp | 718 EXPECT_FALSE(device_.SetDevicePin("000000") == NO_ERROR); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1548 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 D | napi_bluetooth_connection.cpp | 436 int32_t err = remoteDevice.SetDevicePin(pinCode); in SetDevicePinCode()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1211 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 D | bluetooth_host_stub.cpp | 986 HILOGE("BluetoothHostStub::SetDevicePin address failed"); in SetDevicePinInner() 991 HILOGE("BluetoothHostStub::SetDevicePin pin failed"); in SetDevicePinInner() 994 int32_t result = SetDevicePin(address, pin); in SetDevicePinInner()
|