Home
last modified time | relevance | path

Searched refs:tagGroup (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp178 cJSON* tagGroup = nullptr; in ParseTagGroups() local
179 cJSON_ArrayForEach(tagGroup, tagGroupsNode) { in ParseTagGroups()
180 if (tagGroup == nullptr || tagGroup->string == nullptr) { in ParseTagGroups()
183 std::string tagGroupName = tagGroup->string; in ParseTagGroups()
186 cJSON_ArrayForEach(tag, tagGroup) { in ParseTagGroups()

Completed in 1 milliseconds