Home
last modified time | relevance | path

Searched refs:DailyConfig (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/
H A Ddaily_config.cpp31 DailyConfig::DailyConfig(const std::string& configPath) in DailyConfig() function in OHOS::HiviewDFX::DailyConfig
36 bool DailyConfig::Parse(const std::string& configPath) in Parse()
56 bool DailyConfig::ParseCommonThreshold(const cJSON* config) in ParseCommonThreshold()
81 bool DailyConfig::ParseCustomThreshold(const cJSON* config) in ParseCustomThreshold()
100 bool DailyConfig::ParseThresholdOfDomain(const cJSON* config) in ParseThresholdOfDomain()
127 bool DailyConfig::ParseThresholdOfName(const cJSON* config, std::string& name, int32_t& threshold) in ParseThresholdOfName()
145 int32_t DailyConfig::GetThreshold(const std::string& domain, const std::string name, int32_t type) const in GetThreshold()
159 bool DailyConfig::IsValid() const in IsValid()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/include/
H A Ddaily_config.h34 class DailyConfig { class
36 DailyConfig(const std::string& configPath);
37 ~DailyConfig() = default;
/base/hiviewdfx/hiview/plugins/sysevent_source/control/include/
H A Ddaily_controller.h50 std::unique_ptr<DailyConfig> config_;
/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp32 config_ = std::make_unique<DailyConfig>(configPath); in DailyController()

Completed in 3 milliseconds