Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp220 const std::map<std::string, std::vector<std::string>> &tagGroupTable) in CheckTagGroup()
223 if (tagGroupTable.find(groupName) == tagGroupTable.end()) { in CheckTagGroup()
311 const std::map<std::string, std::vector<std::string>> &tagGroupTable) in SetAllTags()
320 auto iter = tagGroupTable.find("default"); in SetAllTags()
321 if (iter == tagGroupTable.end()) { in SetAllTags()
331 auto iter = tagGroupTable.find(groupName); in SetAllTags()
332 if (iter == tagGroupTable.end()) { in SetAllTags()
431 const std::map<std::string, std::vector<std::string>> &tagGroupTable) in SetTraceSetting()
437 SetAllTags(traceParams, allTags, tagGroupTable); in SetTraceSetting()
219 CheckTagGroup(const std::vector<std::string> &tagGroups, const std::map<std::string, std::vector<std::string>> &tagGroupTable) CheckTagGroup() argument
310 SetAllTags(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) SetAllTags() argument
430 SetTraceSetting(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) SetTraceSetting() argument
1224 HandleTraceOpen(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) HandleTraceOpen() argument
1236 HandleServiceTraceOpen(const std::vector<std::string> &tagGroups, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) HandleServiceTraceOpen() argument
1287 ParseArgs(const std::string &args, TraceParams &cmdTraceParams, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) ParseArgs() argument
1382 std::map<std::string, std::vector<std::string>> tagGroupTable; OpenTrace() local
1428 std::map<std::string, std::vector<std::string>> tagGroupTable; OpenTrace() local
1593 std::map<std::string, std::vector<std::string>> tagGroupTable; CloseTrace() local
[all...]
/base/hiviewdfx/hitrace/frameworks/include/
H A Dcommon_utils.h60 std::map<std::string, std::vector<std::string>> &tagGroupTable);
/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp176 static bool ParseTagGroups(cJSON* tagGroupsNode, std::map<std::string, std::vector<std::string>> &tagGroupTable) in ParseTagGroups() argument
191 tagGroupTable.insert(std::pair<std::string, std::vector<std::string>>(tagGroupName, tagList)); in ParseTagGroups()
197 std::map<std::string, std::vector<std::string>> &tagGroupTable) in ParseTagInfo()
220 if (!ParseTagGroups(tagGroups, tagGroupTable)) { in ParseTagInfo()
196 ParseTagInfo(std::map<std::string, TagCategory> &allTags, std::map<std::string, std::vector<std::string>> &tagGroupTable) ParseTagInfo() argument
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp734 std::map<std::string, std::vector<std::string>> tagGroupTable; in HWTEST_F() local
735 ASSERT_TRUE(ParseTagInfo(allTags, tagGroupTable) == true); in HWTEST_F()
737 ASSERT_TRUE(tagGroupTable.size() > 0); in HWTEST_F()
748 std::map<std::string, std::vector<std::string>> tagGroupTable; in HWTEST_F() local
753 ParseTagInfo(allTags, tagGroupTable); in HWTEST_F()
755 ParseTagInfo(allTags, tagGroupTable); in HWTEST_F()
757 ParseTagInfo(allTags, tagGroupTable); in HWTEST_F()

Completed in 4 milliseconds