Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/freeze_detector/
Drule_cluster.h91 class FreezeRule {
93 FreezeRule() : domain_(""), stringId_("") {}; in FreezeRule() function
94 FreezeRule(const std::string& domain, const std::string& stringId) in FreezeRule() function
96 ~FreezeRule() in ~FreezeRule()
148 void ParseTagLinks(xmlNode* tag, FreezeRule& rule);
188 std::map<std::string, FreezeRule> rules_;
Drule_cluster.cpp137 FreezeRule rule = FreezeRule(domain, stringId); in ParseTagRule()
153 void FreezeRuleCluster::ParseTagLinks(xmlNode* tag, FreezeRule& rule) in ParseTagLinks()
241 void FreezeRule::AddResult(const std::string& domain, const std::string& stringId, const FreezeResu… in AddResult()
251 bool FreezeRule::GetResult(const std::string& domain, const std::string& stringId, FreezeResult& re… in GetResult()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
Dfreeze_detector_unittest.cpp418 auto freezeRule = std::make_unique<FreezeRule>();
431 auto freezeRule = std::make_unique<FreezeRule>();