Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_common.cpp80 pairs = freezeRuleCluster_->GetSysWarningPairs(); in IsAssignedEvent()
122 auto sysWarningPairs = freezeRuleCluster_->GetSysWarningPairs(); in GetPrincipalStringIds()
H A Drule_cluster.h189 std::map<std::string, std::pair<std::string, bool>> GetSysWarningPairs() const;
H A Drule_cluster.cpp247 std::map<std::string, std::pair<std::string, bool>> FreezeRuleCluster::GetSysWarningPairs() const in GetSysWarningPairs() function in OHOS::HiviewDFX::FreezeRuleCluster