Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp420 for (const auto& staticProfileItem : staticProfiles) { in RefreshStaticProfileCache() local
421 HILOGD("profile: %{public}s!", staticProfileItem.second.dump().c_str()); in RefreshStaticProfileCache()
422 charProfileMap_[staticProfileItem.first] = staticProfileItem.second; in RefreshStaticProfileCache()