Searched refs:staticCharProfileMap_ (Results 1 – 2 of 2) sorted by relevance
90 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()
114 std::unordered_map<std::string, CharacteristicProfile> staticCharProfileMap_; variable