Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/
H A Ddaily_config.cpp75 commonThresholds_[value] = configValue; in ParseCommonThreshold()
152 if (commonThresholds_.find(type) != commonThresholds_.end()) { in GetThreshold()
153 return commonThresholds_.at(type); in GetThreshold()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/include/
H A Ddaily_config.h50 std::unordered_map<int32_t, int32_t> commonThresholds_; variable