Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp132 static void ParseSysFiles(cJSON *tags, TagCategory& tagCategory) in ParseSysFiles() argument
139 tagCategory.sysFiles.push_back(sysFile->valuestring); in ParseSysFiles()
152 TagCategory tagCategory; in ParseTagCategory() local
155 tagCategory.description = description->valuestring; in ParseTagCategory()
159 tagCategory.tag = 1ULL << tagOffset->valueint; in ParseTagCategory()
163 tagCategory.type = type->valueint; in ParseTagCategory()
165 ParseSysFiles(tags, tagCategory); in ParseTagCategory()
166 allTags.insert(std::pair<std::string, TagCategory>(tags->string, tagCategory)); in ParseTagCategory()
199 cJSON* tagCategory = cJSON_GetObjectItem(root, "tag_category"); in ParseTagInfo() local
200 if (tagCategory == nullptr) { in ParseTagInfo()
[all …]