Lines Matching refs:FreezeRuleCluster
52 FreezeRuleCluster::FreezeRuleCluster()
57 FreezeRuleCluster::~FreezeRuleCluster()
62 bool FreezeRuleCluster::Init()
87 bool FreezeRuleCluster::CheckFileSize(const std::string& path)
99 bool FreezeRuleCluster::ParseRuleFile(const std::string& file)
130 void FreezeRuleCluster::ParseTagFreeze(xmlNode* tag)
139 void FreezeRuleCluster::ParseTagRules(xmlNode* tag)
148 void FreezeRuleCluster::ParseTagRule(xmlNode* tag)
177 void FreezeRuleCluster::ParseTagLinks(xmlNode* tag, FreezeRule& rule)
213 void FreezeRuleCluster::ParseTagEvent(xmlNode* tag, FreezeResult& result)
223 void FreezeRuleCluster::ParseTagResult(xmlNode* tag, FreezeResult& result)
237 T FreezeRuleCluster::GetAttributeValue(xmlNode* node, const std::string& name)
251 bool FreezeRuleCluster::GetResult(const WatchPoint& watchPoint, std::vector<FreezeResult>& list)
269 std::map<std::string, std::pair<std::string, bool>> FreezeRuleCluster::GetApplicationPairs() const
274 std::map<std::string, std::pair<std::string, bool>> FreezeRuleCluster::GetSystemPairs() const
279 std::map<std::string, std::pair<std::string, bool>> FreezeRuleCluster::GetSysWarningPairs() const