Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h85 …int32_t GetProfilesByKeyPrefix(const std::string& udid, std::map<std::string, std::string>& entrie…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp733 int32_t DeviceProfileManager::GetProfilesByKeyPrefix(const std::string& udid, in GetProfilesByKeyPrefix() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
842 if (GetProfilesByKeyPrefix(localUdid, localDataByKeyPrefix) != DP_SUCCESS) { in FixLocalData()
869 if (GetProfilesByKeyPrefix(remoteUdid, remoteDataByKeyPrefix) != DP_SUCCESS) { in FixRemoteDataWhenPeerIsNonOH()