Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp90 staticCharProfileMap_.clear(); in UnInit()
170 if (staticCharProfileMap_.size() > MAX_CHAR_SIZE) { in AddStaticCharProfile()
171 … HILOGE("CharProfileMap size is invalid!size: %{public}zu!", staticCharProfileMap_.size()); in AddStaticCharProfile()
174 staticCharProfileMap_[charProfileKey] = charProfile; in AddStaticCharProfile()
257 if (staticCharProfileMap_.find(charProfileKey) == staticCharProfileMap_.end()) { in GetStaticCharacteristicProfile()
261 charProfile = staticCharProfileMap_[charProfileKey]; in GetStaticCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h114 std::unordered_map<std::string, CharacteristicProfile> staticCharProfileMap_; variable