Searched refs:ParseComposeRule (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/ |
H A D | smart_parser_module_test.cpp | 362 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 D | compose_rule.h | 29 void ParseComposeRule(const std::string& config, const std::string& type,
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
H A D | rule.cpp | 40 composeRule.ParseComposeRule(composeConfig, eventType_, extractRule.GetFeatureId()); in ParseRule()
|
H A D | compose_rule.cpp | 30 void ComposeRule::ParseComposeRule(const string& config, const string& type, vector<string> feature… in ParseComposeRule() function in OHOS::HiviewDFX::ComposeRule
|