/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 270 int SetDevicePin(const std::string &pin);
|
/ohos5.0/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;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 283 int BluetoothRemoteDevice::SetDevicePin(const std::string &pin) in SetDevicePin() function in OHOS::Bluetooth::BluetoothRemoteDevice 289 return hostProxy->SetDevicePin(address_, pin); in SetDevicePin()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 86 int32_t SetDevicePin(const std::string &address, const std::string &pin) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 111 virtual int32_t SetDevicePin(const std::string &address, const std::string &pin) = 0;
|
/ohos5.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;
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 718 EXPECT_FALSE(device_.SetDevicePin("000000") == NO_ERROR);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1569 int32_t BluetoothHostServer::SetDevicePin(const std::string &address, const std::string &pin) in SetDevicePin() function in OHOS::Bluetooth::BluetoothHostServer 1579 if (classicService->SetDevicePin(addr, pin)) { in SetDevicePin()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.cpp | 405 int32_t err = remoteDevice.SetDevicePin(pinCode); in SetDevicePinCode()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1184 int32_t BluetoothHostProxy::SetDevicePin(const std::string &address, const std::string &pin) in SetDevicePin() function in OHOS::Bluetooth::BluetoothHostProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 960 int32_t result = SetDevicePin(address, pin); in SetDevicePinInner()
|