Home
last modified time | relevance | path

Searched defs:tagGroups (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
Dhitrace_dump_test.cpp123 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
160 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
236 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
264 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
300 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
321 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
351 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
380 const std::vector<std::string> tagGroups; variable
400 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
/base/hiviewdfx/hiview/service/unified_collection/
Dxcollect_service.cpp45 const std::vector<std::string> tagGroups = {"scene_performance"}; in TraceService() local
242 const std::vector<std::string> tagGroups = {"scene_performance"}; in CollectHiTrace() local
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp59 std::vector<std::string> tagGroups; member
263 cJSON* tagGroups = cJSON_GetObjectItem(root, "tag_groups"); in ParseTagInfo() local
289 bool CheckTagGroup(const std::vector<std::string> &tagGroups, in CheckTagGroup()
995 TraceErrorCode HandleServiceTraceOpen(const std::vector<std::string> &tagGroups, in HandleServiceTraceOpen()
1107 TraceErrorCode OpenTrace(const std::vector<std::string> &tagGroups) in OpenTrace()