Searched refs:tagGroups (Results 1 – 4 of 4) sorted by relevance
123 const std::vector<std::string> tagGroups = {"scene_performance"}; variable124 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS);160 const std::vector<std::string> tagGroups = {"scene_performance"}; variable161 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS);236 const std::vector<std::string> tagGroups = {"scene_performance"}; variable237 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::TRACE_IS_OCCUPIED);264 const std::vector<std::string> tagGroups = {"scene_performance"}; variable265 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS);300 const std::vector<std::string> tagGroups = {"scene_performance"}; variable301 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS);[all …]
45 const std::vector<std::string> tagGroups = {"scene_performance"}; in TraceService() local46 if (OpenTrace(tagGroups) != TraceErrorCode::SUCCESS) { in TraceService()242 const std::vector<std::string> tagGroups = {"scene_performance"}; in CollectHiTrace() local246 if (OpenTrace(tagGroups) != TraceErrorCode::SUCCESS) { in CollectHiTrace()
59 std::vector<std::string> tagGroups; member263 cJSON* tagGroups = cJSON_GetObjectItem(root, "tag_groups"); in ParseTagInfo() local264 if (tagGroups == nullptr) { in ParseTagInfo()269 if (!ParseTagGroups(tagGroups, tagGroupTable)) { in ParseTagInfo()289 bool CheckTagGroup(const std::vector<std::string> &tagGroups, in CheckTagGroup() argument292 for (auto groupName : tagGroups) { in CheckTagGroup()377 if (traceParams.tagGroups.size() > 0) { in SetAllTags()388 for (std::string groupName : traceParams.tagGroups) { in SetAllTags()995 TraceErrorCode HandleServiceTraceOpen(const std::vector<std::string> &tagGroups, in HandleServiceTraceOpen() argument1000 serviceTraceParams.tagGroups = tagGroups; in HandleServiceTraceOpen()[all …]
61 TraceErrorCode OpenTrace(const std::vector<std::string> &tagGroups);