Home
last modified time | relevance | path

Searched refs:ATTRIBUTE_DOMAIN (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()
157 std::string domain = GetAttributeValue<std::string>(node, ATTRIBUTE_DOMAIN); in ParseTagLinks()
Drule_cluster.h188 static const inline std::string ATTRIBUTE_DOMAIN = "domain"; variable