Searched refs:FreezeRule (Results 1 – 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | rule_cluster.h | 91 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_;
|
D | rule_cluster.cpp | 137 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/ |
D | freeze_detector_unittest.cpp | 418 auto freezeRule = std::make_unique<FreezeRule>(); 431 auto freezeRule = std::make_unique<FreezeRule>();
|