Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
Dtrace_collector_test.cpp45 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
68 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
91 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
139 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
163 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
187 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
201 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
238 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
251 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
Dhitrace_dump_test.cpp134 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
171 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
249 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
277 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
313 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
334 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
364 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
393 const std::vector<std::string> tagGroups; variable
413 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
Dtrace_manager.cpp38 int32_t TraceManager::OpenSnapshotTrace(const std::vector<std::string> &tagGroups) in OpenSnapshotTrace()
102 const std::vector<std::string> tagGroups = {"scene_performance"}; in RecoverTrace() local
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
Dtrace_collector_impl.cpp44 CollectResult<int32_t> TraceCollectorImpl::OpenSnapshot(const std::vector<std::string>& tagGroups) in OpenSnapshot()
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
Dtrace_collector_client_test.cpp91 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
/base/hiviewdfx/hiview/adapter/service/idl/src/
Dhiview_service_trace_delegate.cpp25 …Result<int32_t> HiViewServiceTraceDelegate::OpenSnapshot(const std::vector<std::string>& tagGroups) in OpenSnapshot()
Dhiview_service_ability_proxy.cpp145 const std::vector<std::string>& tagGroups) in OpenSnapshotTrace()
Dhiview_service_ability_stub.cpp287 std::vector<std::string> tagGroups; in HandleOpenSnapshotTraceRequest() local
Dhiview_service_ability.cpp273 …celable<int32_t> HiviewServiceAbility::OpenSnapshotTrace(const std::vector<std::string>& tagGroups) in OpenSnapshotTrace()
/base/hiviewdfx/hitrace/frameworks/native/
Dcommon_utils.cpp209 cJSON* tagGroups = cJSON_GetObjectItem(root, "tag_groups"); in ParseTagInfo() local
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp59 std::vector<std::string> tagGroups; member
222 bool CheckTagGroup(const std::vector<std::string> &tagGroups, in CheckTagGroup()
970 const std::vector<std::string> tagGroups = {"scene_performance"}; in RestartService() local
1061 TraceErrorCode HandleServiceTraceOpen(const std::vector<std::string> &tagGroups, in HandleServiceTraceOpen()
1180 TraceErrorCode OpenTrace(const std::vector<std::string> &tagGroups) in OpenTrace()
/base/hiviewdfx/hitrace/cmd/src/
Dhitrace_cmd.cpp51 std::string tagGroups; member
820 std::vector<std::string> tagGroups = { "scene_performance" }; in HandleOpenSnapshot() local
/base/hiviewdfx/hiview/service/
Dhiview_service.cpp297 CollectResult<int32_t> HiviewService::OpenSnapshotTrace(const std::vector<std::string>& tagGroups) in OpenSnapshotTrace()