Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp841 std::map<std::string, std::string> localDataByKeyPrefix; in FixLocalData() local
842 if (GetProfilesByKeyPrefix(localUdid, localDataByKeyPrefix) != DP_SUCCESS) { in FixLocalData()
846 HILOGD("localDataByKeyPrefix.size:%{public}zu", localDataByKeyPrefix.size()); in FixLocalData()
847 if (localDataByKeyPrefix.empty()) { return; } in FixLocalData()
850 for (const auto& [key, _] : localDataByKeyPrefix) { in FixLocalData()