Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp145 static bool ParseTagCategory(cJSON* tagCategoryNode, std::map<std::string, TagCategory>& allTags) in ParseTagCategory() argument
148 cJSON_ArrayForEach(tags, tagCategoryNode) { in ParseTagCategory()