Home
last modified time | relevance | path

Searched refs:ParseExtractRule (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
Dsmart_parser_module_test.cpp358 extractRule.ParseExtractRule("PANIC", extractConfig, faultFile);
402 extractRule.ParseExtractRule("RUST_PANIC", extractConfig, faultFile);
446 extractRule.ParseExtractRule("RUST_PANIC", extractConfig, faultFile);
495 extractRule.ParseExtractRule("PANIC", extractConfig, faultFile);
545 extractRule.ParseExtractRule("RUST_PANIC", extractConfig, faultFile);
595 extractRule.ParseExtractRule("APP_FREEZE", extractConfig, faultFile);
643 extractRule.ParseExtractRule("APP_FREEZE", extractConfig, faultFile);
709 extractRule.ParseExtractRule("RUST_PANIC", extractConfig, faultFile);
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Drule.cpp36 extractRule.ParseExtractRule(eventType_, extractConfig, eventPath_); in ParseRule()
Dextract_rule.cpp29 void ExtractRule::ParseExtractRule(const string& eventType, const string& config, const string& pat… in ParseExtractRule() function in OHOS::HiviewDFX::ExtractRule
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dextract_rule.h31 …void ParseExtractRule(const std::string& eventType, const std::string& config, const std::string& …