H A D | rule_cluster.h | 29 class FreezeResult { class 31 FreezeResult() : window_(0), code_(0), scope_(""), samePackage_(""), domain_(""), stringId_(""), action_("and") {}; in FreezeResult() function in OHOS::HiviewDFX::FreezeResult 32 FreezeResult(long window, const std::string& domain, const std::string& stringId) in FreezeResult() function in OHOS::HiviewDFX::FreezeResult 35 FreezeResult(unsigned long code, const std::string& scope) in FreezeResult() function in OHOS::HiviewDFX::FreezeResult 37 ~FreezeResult() {}; in ~FreezeResult() 74 std::map<std::string, FreezeResult> GetMap() const; 76 void AddResult(const std::string& domain, const std::string& stringId, const FreezeResult& result); 77 bool GetResult(const std::string& domain, const std::string& stringId, FreezeResult& result); 82 std::map<std::string, FreezeResult> results_; 99 void ParseTagEvent(xmlNode* tag, FreezeResult [all...] |