Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/
H A Dsmart_parser.cpp28 std::map<std::string, std::string> SmartParser::Analysis(const std::string& eventPath, in Analysis() argument
37 Rule rule(eventPath, config, eventType); in Analysis()
H A Dsmart_parser.h30 static std::map<std::string, std::string> Analysis(const std::string& eventPath,
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
H A Drule.h27 Rule(std::string eventPath, std::string analysisConfig, std::string eventType) in Rule() argument
28 : eventPath_(eventPath), analysisConfig_(analysisConfig), eventType_(eventType) {}; in Rule()
/base/hiviewdfx/hiview/utility/analysis_faultlog/
H A Danalysis_faultlog.cpp44 static std::map<std::string, std::string> SmartParser(const std::string& eventPath, const std::string& eventType) in SmartParser() argument
47 auto eventInfos = OHOS::HiviewDFX::SmartParser::Analysis(eventPath, SMART_PARSER_PATH, eventType); in SmartParser()

Completed in 2 milliseconds