Home
last modified time | relevance | path

Searched refs:dmInfos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddev_manager.cpp180 std::vector<DevInfo> dmInfos; in GetRemoteDevices() local
181 auto ret = DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", dmInfos); in GetRemoteDevices()
186 if (dmInfos.empty()) { in GetRemoteDevices()
191 for (auto &device : dmInfos) { in GetRemoteDevices()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp436 std::vector<DmDeviceInfo> dmInfos; in GetRemoteDevices() local
437 auto ret = DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", dmInfos); in GetRemoteDevices()
444 for (const auto &dmInfo : dmInfos) { in GetRemoteDevices()