Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp674 switchProfileMap_[profileKey] = item; in AddCharProfilesToCache()
685 if (switchProfileMap_.empty()) { in SaveSwitchProfilesFromTempCache()
689 HILOGI("switchProfileMap.size:%{public}zu", switchProfileMap_.size()); in SaveSwitchProfilesFromTempCache()
690 for (const auto& [profileKey, item] : switchProfileMap_) { in SaveSwitchProfilesFromTempCache()
693 switchProfileMap_.clear(); in SaveSwitchProfilesFromTempCache()
755 switchProfileMap_.clear(); in ClearProfileCache()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h101 std::map<std::string, CharacteristicProfile> switchProfileMap_; variable