Home
last modified time | relevance | path

Searched refs:GetAttributeValue (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
Drule_cluster.cpp126 std::string domain = GetAttributeValue<std::string>(tag, ATTRIBUTE_DOMAIN); in ParseTagRule()
131 std::string stringId = GetAttributeValue<std::string>(tag, ATTRIBUTE_STRINGID); in ParseTagRule()
157 std::string domain = GetAttributeValue<std::string>(node, ATTRIBUTE_DOMAIN); in ParseTagLinks()
162 std::string stringId = GetAttributeValue<std::string>(node, ATTRIBUTE_STRINGID); in ParseTagLinks()
168 long window = GetAttributeValue<long>(node, ATTRIBUTE_WINDOW); in ParseTagLinks()
199 unsigned long code = GetAttributeValue<unsigned long>(tag, ATTRIBUTE_CODE); in ParseTagResult()
200 std::string scope = GetAttributeValue<std::string>(tag, ATTRIBUTE_SCOPE); in ParseTagResult()
201 std::string samePackage = GetAttributeValue<std::string>(tag, ATTRIBUTE_SAME_PACKAGE); in ParseTagResult()
209 T FreezeRuleCluster::GetAttributeValue(xmlNode* node, const std::string& name) in GetAttributeValue() function in OHOS::HiviewDFX::FreezeRuleCluster
Drule_cluster.h153 T GetAttributeValue(xmlNode* node, const std::string& name);