/foundation/communication/bluetooth_service/test/fuzztest/host/pairdevice_fuzzer/ |
H A D | pairdevice_fuzzer.cpp | 41 result = device.StartPair(); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 160 virtual bool StartPair(const RawAddress &device) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 191 int StartPair();
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.h | 48 static bool StartPair(const RawAddress &device, uint8_t peerAddrType = BT_PUBLIC_DEVICE_ADDRESS);
|
H A D | ble_adapter.h | 108 bool StartPair(const RawAddress &device) override;
|
H A D | ble_adapter.cpp | 623 bool BleAdapter::StartPair(const RawAddress &device) in StartPair() function in OHOS::bluetooth::BleAdapter 638 LOG_ERROR("[BleAdapter] %{public}s:StartPair failed, because of PAIR_NONE or PAIRING!", __func__); in StartPair() 643 int ret = pimpl->bleSecurity_->StartPair(device, peerAddrType); in StartPair()
|
H A D | ble_security.cpp | 895 bool BleSecurity::StartPair(const RawAddress &device, uint8_t peerAddrType) in StartPair() function in OHOS::bluetooth::BleSecurity
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 185 int BluetoothRemoteDevice::StartPair() in StartPair() function in OHOS::Bluetooth::BluetoothRemoteDevice 192 return hostProxy->StartPair(transport_, address_); in StartPair()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 106 virtual int32_t StartPair(int32_t transport, const std::string &address) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 101 int32_t StartPair(int32_t transport, const std::string &address) override;
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_impl.cpp | 48 *errCode = remoteDevice.StartPair(); in PairDevice()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 81 int32_t StartPair(int32_t transport, const std::string &address) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.h | 141 bool StartPair(const RawAddress &device) override;
|
H A D | classic_adapter.cpp | 1805 bool ClassicAdapter::StartPair(const RawAddress &device) in StartPair() function in OHOS::bluetooth::ClassicAdapter 1812 HILOGE("StartPair failed, because of PAIR_NONE or PAIRING!"); in StartPair()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.cpp | 195 int32_t ret = remoteDevice.StartPair(); in PairDevice() 465 int32_t err = remoteDevice.StartPair(); in PairDeviceAsync()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1407 int32_t BluetoothHostServer::StartPair(int32_t transport, const std::string &address) in StartPair() function in OHOS::Bluetooth::BluetoothHostServer 1411 HILOGE("StartPair false, check permission failed"); in StartPair() 1419 if (classicService->StartPair(addr)) { in StartPair() 1423 if (bleService->StartPair(addr)) { in StartPair()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1036 int32_t BluetoothHostProxy::StartPair(int32_t transport, const std::string &address) in StartPair() function in OHOS::Bluetooth::BluetoothHostProxy 1040 HILOGE("BluetoothHostProxy::StartPair WriteInterfaceToken error"); in StartPair() 1044 HILOGE("BluetoothHostProxy::StartPair transport error"); in StartPair() 1048 HILOGE("BluetoothHostProxy::StartPair address error"); in StartPair() 1055 HILOGE("BluetoothHostProxy::StartPair done fail, error: %{public}d", error); in StartPair()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 898 HILOGE("BluetoothHostStub::StartPair transport failed"); in StartPairInner() 903 HILOGE("BluetoothHostStub::StartPair address failed"); in StartPairInner() 906 int32_t result = StartPair(transport, address); in StartPairInner()
|