Searched refs:ParseTagInfo (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hitrace/frameworks/include/ |
H A D | common_utils.h | 59 bool ParseTagInfo(std::map<std::string, TagCategory> &allTags,
|
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/ |
H A D | hitrace_dump_test.cpp | 728 * @tc.desc: Test ParseTagInfo().
735 ASSERT_TRUE(ParseTagInfo(allTags, tagGroupTable) == true);
in HWTEST_F() 742 * @tc.desc: Test ParseTagInfo().
753 ParseTagInfo(allTags, tagGroupTable);
in HWTEST_F() 755 ParseTagInfo(allTags, tagGroupTable);
in HWTEST_F() 757 ParseTagInfo(allTags, tagGroupTable);
in HWTEST_F()
|
/base/hiviewdfx/hitrace/frameworks/native/ |
H A D | common_utils.cpp | 196 bool ParseTagInfo(std::map<std::string, TagCategory> &allTags,
in ParseTagInfo() function 206 HILOG_ERROR(LOG_CORE, "ParseTagInfo: %{public}s is not contain tag_category node.", traceUtilsPath.c_str());
in ParseTagInfo() 216 HILOG_ERROR(LOG_CORE, "ParseTagInfo: %{public}s is not contain tag_groups node.", traceUtilsPath.c_str());
in ParseTagInfo() 225 HILOG_INFO(LOG_CORE, "ParseTagInfo: parse done.");
in ParseTagInfo()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 1383 if (!ParseTagInfo(allTags, tagGroupTable)) {
in OpenTrace() 1384 HILOG_ERROR(LOG_CORE, "OpenTrace: ParseTagInfo TAG_ERROR.");
in OpenTrace() 1429 if (!ParseTagInfo(allTags, tagGroupTable) || allTags.size() == 0 || tagGroupTable.size() == 0) {
in OpenTrace() 1430 HILOG_ERROR(LOG_CORE, "Hitrace OpenTrace: ParseTagInfo TAG_ERROR.");
in OpenTrace() 1594 if (!ParseTagInfo(allTags, tagGroupTable) || allTags.size() == 0 || tagGroupTable.size() == 0) {
in CloseTrace() 1595 HILOG_ERROR(LOG_CORE, "CloseTrace: ParseTagInfo TAG_ERROR.");
in CloseTrace()
|
/base/hiviewdfx/hitrace/cmd/src/ |
H A D | hitrace_cmd.cpp | 611 if (!OHOS::HiviewDFX::Hitrace::ParseTagInfo(g_allTags, g_allTagGroups)) { in InitAllSupportTags()
|
Completed in 6 milliseconds