Home
last modified time | relevance | path

Searched refs:GetPairedDevices (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h150 virtual std::vector<RawAddress> GetPairedDevices() const = 0;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_ffi.cpp55 return ConnectionImpl::GetPairedDevices(errCode); in FfiBluetoothConGetPairedDevices()
H A Dbluetooth_connection_impl.cpp107 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 Dnapi_bluetooth_connection.h57 napi_value GetPairedDevices(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp91 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 Dbluetooth_host.h639 int32_t GetPairedDevices(int transport, std::vector<BluetoothRemoteDevice> &pairedDevices) const;
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h43 static CArrString GetPairedDevices(int32_t* errCode);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h106 std::vector<RawAddress> GetPairedDevices() const override;
H A Dble_adapter.cpp595 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 Dhid_host_statemachine.cpp55 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 Di_bluetooth_host.h89 virtual int32_t GetPairedDevices(std::vector<BluetoothRawAddress> &pairedAddr) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h85 int32_t GetPairedDevices(std::vector<BluetoothRawAddress> &pairedAddr) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h64 int32_t GetPairedDevices(std::vector<BluetoothRawAddress> &pairedAddr) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h132 std::vector<RawAddress> GetPairedDevices() const override;
H A Dclassic_adapter.cpp1787 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 Dhost_test.cpp340 host_->GetPairedDevices(BT_TRANSPORT_BREDR, remotedeviceList); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1051 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 Dbluetooth_host_server.cpp1175 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 Dadapter_manager.cpp664 otherDevices = otherAdapter->GetPairedDevices(); in RemoveDeviceProfileConfig()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp646 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 Dbluetooth_host_stub.cpp876 int32_t result = GetPairedDevices(pairDevice); in GetPairedDevicesInner()

Completed in 27 milliseconds