Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage.cpp355 std::vector<DistributedHardware::DmDeviceInfo> allOnlineDeviceInfos; in GetOnlineDevices() local
357 …tedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", allOnlineDeviceInfos); in GetOnlineDevices()
358 if (result != Status::SUCCESS || allOnlineDeviceInfos.empty()) { in GetOnlineDevices()
362 for (const auto& dmDeviceInfo : allOnlineDeviceInfos) { in GetOnlineDevices()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp86 std::vector<DmDeviceInfo> allOnlineDeviceInfos; in GetOnlineDevices() local
87 … result = DeviceManager::GetInstance().GetTrustedDeviceList(DP_PKG_NAME, "", allOnlineDeviceInfos); in GetOnlineDevices()
88 if (result != DP_SUCCESS || allOnlineDeviceInfos.empty()) { in GetOnlineDevices()
92 for (const DmDeviceInfo& dmDeviceInfo : allOnlineDeviceInfos) { in GetOnlineDevices()
115 std::vector<DmDeviceInfo> allOnlineDeviceInfos; in FilterAndGroupOnlineDevices() local
116 … result = DeviceManager::GetInstance().GetTrustedDeviceList(DP_PKG_NAME, "", allOnlineDeviceInfos); in FilterAndGroupOnlineDevices()
117 if (result != DP_SUCCESS || allOnlineDeviceInfos.empty()) { in FilterAndGroupOnlineDevices()
121 for (const DmDeviceInfo& dmDeviceInfo : allOnlineDeviceInfos) { in FilterAndGroupOnlineDevices()