Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.cpp131 std::string stringId = GetAttributeValue<std::string>(tag, ATTRIBUTE_STRINGID); in ParseTagRule()
162 std::string stringId = GetAttributeValue<std::string>(node, ATTRIBUTE_STRINGID); in ParseTagLinks()
H A Drule_cluster.h203 static const inline std::string ATTRIBUTE_STRINGID = "stringid"; variable