/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 150 virtual std::vector<RawAddress> GetPairedDevices() const = 0;
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_ffi.cpp | 55 return ConnectionImpl::GetPairedDevices(errCode); in FfiBluetoothConGetPairedDevices()
|
H A D | bluetooth_connection_impl.cpp | 107 CArrString ConnectionImpl::GetPairedDevices(int32_t* errCode) in GetPairedDevices() function in OHOS::CJSystemapi::CJBluetoothConnection::ConnectionImpl 112 *errCode = host->GetPairedDevices(BT_TRANSPORT_BREDR, remoteDeviceLists); in GetPairedDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.h | 57 napi_value GetPairedDevices(napi_env env, napi_callback_info info);
|
H A D | napi_bluetooth_connection.cpp | 91 DECLARE_NAPI_FUNCTION("getPairedDevices", GetPairedDevices), in DefineConnectionFunctions() 272 napi_value GetPairedDevices(napi_env env, napi_callback_info info) in GetPairedDevices() function 277 int32_t ret = host->GetPairedDevices(BT_TRANSPORT_BREDR, remoteDeviceLists); in GetPairedDevices()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 639 int32_t GetPairedDevices(int transport, std::vector<BluetoothRemoteDevice> &pairedDevices) const;
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 43 static CArrString GetPairedDevices(int32_t* errCode);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 106 std::vector<RawAddress> GetPairedDevices() const override;
|
H A D | ble_adapter.cpp | 595 std::vector<RawAddress> BleAdapter::GetPairedDevices() const in GetPairedDevices() function in OHOS::bluetooth::BleAdapter
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_statemachine.cpp | 55 std::vector<RawAddress> devices = adapterClassic->GetPairedDevices(); in SetDeviceType() 67 std::vector<RawAddress> devices = adapterBle->GetPairedDevices(); in SetDeviceType()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 89 virtual int32_t GetPairedDevices(std::vector<BluetoothRawAddress> &pairedAddr) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 85 int32_t GetPairedDevices(std::vector<BluetoothRawAddress> &pairedAddr) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 64 int32_t GetPairedDevices(std::vector<BluetoothRawAddress> &pairedAddr) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.h | 132 std::vector<RawAddress> GetPairedDevices() const override;
|
H A D | classic_adapter.cpp | 1787 std::vector<RawAddress> ClassicAdapter::GetPairedDevices() const in GetPairedDevices() function in OHOS::bluetooth::ClassicAdapter 1792 HILOGE("GetPairedDevices devices_ is empty!"); in GetPairedDevices()
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 340 host_->GetPairedDevices(BT_TRANSPORT_BREDR, remotedeviceList); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 1051 int32_t BluetoothHost::GetPairedDevices(int transport, std::vector<BluetoothRemoteDevice> &pairedDevices) const in GetPairedDevices() function in OHOS::Bluetooth::BluetoothHost 1060 int32_t ret = proxy->GetPairedDevices(pairedAddr); in GetPairedDevices()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1175 int32_t BluetoothHostServer::GetPairedDevices(std::vector<BluetoothRawAddress> &pairedAddr) in GetPairedDevices() function in OHOS::Bluetooth::BluetoothHostServer 1177 HILOGI("GetPairedDevices"); in GetPairedDevices() 1186 rawAddrVec = classicService->GetPairedDevices(); in GetPairedDevices() 1196 rawAddrVec = bleService->GetPairedDevices(); in GetPairedDevices()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | adapter_manager.cpp | 664 otherDevices = otherAdapter->GetPairedDevices(); in RemoveDeviceProfileConfig()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 646 int32_t BluetoothHostProxy::GetPairedDevices(std::vector<BluetoothRawAddress> &pairedAddr) in GetPairedDevices() function in OHOS::Bluetooth::BluetoothHostProxy 650 HILOGE("BluetoothHostProxy::GetPairedDevices WriteInterfaceToken error"); in GetPairedDevices() 657 HILOGE("BluetoothHostProxy::GetPairedDevices done fail, error: %{public}d", error); in GetPairedDevices()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 876 int32_t result = GetPairedDevices(pairDevice); in GetPairedDevicesInner()
|