Home
last modified time | relevance | path

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

/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()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp436 std::vector<DmDeviceInfo> dmInfos;
437 auto ret = DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", dmInfos);
444 for (const auto &dmInfo : dmInfos) {

Completed in 2 milliseconds