Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
H A Dcompose_rule.h25 class ComposeRule { class
27 ComposeRule() {}; in ComposeRule() function in OHOS::HiviewDFX::ComposeRule
28 ~ComposeRule() {}; in ~ComposeRule()
/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Dcompose_rule.cpp28 DEFINE_LOG_TAG("ComposeRule");
30 void ComposeRule::ParseComposeRule(const string& config, const string& type, vector<string> featureIds) in ParseComposeRule()
57 HIVIEW_LOGI("ComposeRule ParseFile end."); in ParseComposeRule()
61 std::list<std::pair<std::string, std::map<std::string, std::string>>> ComposeRule::GetComposeRule() const in GetComposeRule()
66 void ComposeRule::ParseRule(const Json::Value& json, const string& type, vector<string>& featureIds) in ParseRule()
75 bool ComposeRule::ComparePrio(const string& featureIdOne, const string& featureIdTwo) in ComparePrio()
80 std::map<std::string, std::string> ComposeRule::GetMapFromJson(const Json::Value& json, const string& featureId) in GetMapFromJson()
83 HIVIEW_LOGE("ComposeRule don't have %{public}s featureId.", featureId.c_str()); in GetMapFromJson()
H A Drule.cpp34 ComposeRule composeRule; in ParseRule()
/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
H A Dsmart_parser_module_test.cpp358 ComposeRule composeRule; in HWTEST_F()
402 ComposeRule composeRule; in HWTEST_F()
446 ComposeRule composeRule; in HWTEST_F()
495 ComposeRule composeRule; in HWTEST_F()
545 ComposeRule composeRule; in HWTEST_F()
595 ComposeRule composeRule; in HWTEST_F()
643 ComposeRule composeRule; in HWTEST_F()
709 ComposeRule composeRule; in HWTEST_F()

Completed in 3 milliseconds