Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h84 … int32_t GetProfilesByOwner(const std::string& uuid, std::map<std::string, std::string>& entries);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp670 if (GetProfilesByOwner(localUuid, localDataByOwner) != DP_SUCCESS) { in FixDataOnDeviceOnline()
714 int32_t DeviceProfileManager::GetProfilesByOwner(const std::string& uuid, std::map<std::string, std… in GetProfilesByOwner() function in OHOS::DistributedDeviceProfile::DeviceProfileManager