Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp132 static void ParseSysFiles(cJSON *tags, TagCategory& tagCategory) in ParseSysFiles()
145 static bool ParseTagCategory(cJSON* tagCategoryNode, std::map<std::string, TagCategory>& allTags) in ParseTagCategory()
152 TagCategory tagCategory; in ParseTagCategory()
166 allTags.insert(std::pair<std::string, TagCategory>(tags->string, tagCategory)); in ParseTagCategory()
191 bool ParseTagInfo(std::map<std::string, TagCategory> &allTags, in ParseTagInfo()
/ohos5.0/base/hiviewdfx/hitrace/frameworks/include/
H A Dcommon_utils.h30 struct TagCategory { struct
59 bool ParseTagInfo(std::map<std::string, TagCategory> &allTags,
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp411 bool CheckTags(const std::vector<std::string> &tags, const std::map<std::string, TagCategory> &allT… in CheckTags()
491 void TraceInit(const std::map<std::string, TagCategory> &allTags) in TraceInit()
513 void SetAllTags(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, in SetAllTags()
633 bool SetTraceSetting(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allT… in SetTraceSetting()
1324 const std::map<std::string, TagCategory> &allTags, in HandleTraceOpen()
1336 const std::map<std::string, TagCategory> &allTags, in HandleServiceTraceOpen()
1372 … std::string &args, TraceParams &cmdTraceParams, const std::map<std::string, TagCategory> &allTags, in ParseArgs()
1459 std::map<std::string, TagCategory> allTags; in OpenTrace()
1505 std::map<std::string, TagCategory> allTags; in OpenTrace()
1636 std::map<std::string, TagCategory> allTags; in CloseTrace()
/ohos5.0/base/hiviewdfx/hitrace/cmd/include/
H A Dhitrace_osal.h28 struct TagCategory { struct
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp587 std::map<std::string, OHOS::HiviewDFX::Hitrace::TagCategory> allTags;
601 std::map<std::string, OHOS::HiviewDFX::Hitrace::TagCategory> allTags;
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp150 std::map<std::string, OHOS::HiviewDFX::Hitrace::TagCategory> g_allTags;