Home
last modified time | relevance | path

Searched refs:FreezeRule (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.h60 class FreezeRule { class
62 FreezeRule() : domain_(""), stringId_("") {}; in FreezeRule() function in OHOS::HiviewDFX::FreezeRule
63 FreezeRule(const std::string& domain, const std::string& stringId) in FreezeRule() function in OHOS::HiviewDFX::FreezeRule
65 ~FreezeRule() in ~FreezeRule()
98 void ParseTagLinks(xmlNode* tag, FreezeRule& rule);
110 std::map<std::string, FreezeRule> rules_;
H A Drule_cluster.cpp161 FreezeRule rule = FreezeRule(domain, stringId); in ParseTagRule()
177 void FreezeRuleCluster::ParseTagLinks(xmlNode* tag, FreezeRule& rule) in ParseTagLinks()
339 std::string FreezeRule::GetDomain() const in GetDomain()
344 void FreezeRule::SetDomain(const std::string& domain) in SetDomain()
349 std::string FreezeRule::GetStringId() const in GetStringId()
354 void FreezeRule::SetStringId(const std::string& stringId) in SetStringId()
359 std::map<std::string, FreezeResult> FreezeRule::GetMap() const in GetMap()
364 void FreezeRule::AddResult(const std::string& domain, const std::string& stringId, const FreezeResult& result) in AddResult()
374 bool FreezeRule
[all...]
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_unittest.cpp528 auto freezeRule = std::make_unique<FreezeRule>(); in HWTEST_F()
542 auto freezeRule = std::make_unique<FreezeRule>(); in HWTEST_F()

Completed in 4 milliseconds