Searched refs:switchProfileMap_ (Results 1 – 2 of 2) sorted by relevance
674 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()
101 std::map<std::string, CharacteristicProfile> switchProfileMap_; variable