Searched refs:analysisConfig (Results 1 – 3 of 3) sorted by relevance
29 const std::string& analysisConfig, const std::string& eventType) in Analysis() argument32 if (!FileUtil::PathToRealPath(analysisConfig, config) || config.empty()) { in Analysis()33 HIVIEW_LOGE("config %{public}s isn't real path.", analysisConfig.c_str()); in Analysis()
31 const std::string& analysisConfig, const std::string& eventType);
27 Rule(std::string eventPath, std::string analysisConfig, std::string eventType) in Rule() argument28 : eventPath_(eventPath), analysisConfig_(analysisConfig), eventType_(eventType) {}; in Rule()