Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
H A Dsmart_parser_module_test.cpp362 composeRule.ParseComposeRule(composeConfig, "PANIC", extractRule.GetFeatureId());
406 composeRule.ParseComposeRule(composeConfig, "RUST_PANIC", extractRule.GetFeatureId());
450 composeRule.ParseComposeRule(composeConfig, "RUST_PANIC", extractRule.GetFeatureId());
499 composeRule.ParseComposeRule(composeConfig, "PANIC", extractRule.GetFeatureId());
549 composeRule.ParseComposeRule(composeConfig, "RUST_PANIC", extractRule.GetFeatureId());
599 composeRule.ParseComposeRule(composeConfig, "APP_FREEZE", extractRule.GetFeatureId());
647 composeRule.ParseComposeRule(composeConfig, "APP_FREEZE", extractRule.GetFeatureId());
713 composeRule.ParseComposeRule(composeConfig, "RUST_PANIC", extractRule.GetFeatureId());
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
H A Dcompose_rule.h29 void ParseComposeRule(const std::string& config, const std::string& type,
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Drule.cpp40 composeRule.ParseComposeRule(composeConfig, eventType_, extractRule.GetFeatureId()); in ParseRule()
H A Dcompose_rule.cpp30 void ComposeRule::ParseComposeRule(const string& config, const string& type, vector<string> feature… in ParseComposeRule() function in OHOS::HiviewDFX::ComposeRule