Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dtrace_collector_test.cpp52 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
75 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
98 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
146 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
172 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
198 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
212 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
249 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
262 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
305 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
[all …]
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp145 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
182 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
260 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
288 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
396 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
417 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
447 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
477 const std::vector<std::string> tagGroups; variable
497 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
516 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_manager.cpp47 int32_t TraceManager::OpenSnapshotTrace(const std::vector<std::string> &tagGroups) in OpenSnapshotTrace()
111 const std::vector<std::string> tagGroups = {"scene_performance"}; in RecoverTrace() local
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H A Dtrace_collector_impl.cpp45 CollectResult<int32_t> TraceCollectorImpl::OpenSnapshot(const std::vector<std::string>& tagGroups) in OpenSnapshot()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_trace_delegate.cpp25 …Result<int32_t> HiViewServiceTraceDelegate::OpenSnapshot(const std::vector<std::string>& tagGroups) in OpenSnapshot()
H A Dhiview_service_ability_proxy.cpp145 const std::vector<std::string>& tagGroups) in OpenSnapshotTrace()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp101 const std::vector<std::string> tagGroups = {"scene_performance"}; in CallCollectorFuncs() local
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp209 cJSON* tagGroups = cJSON_GetObjectItem(root, "tag_groups"); in ParseTagInfo() local
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp56 std::vector<std::string> tagGroups; member
422 bool CheckTagGroup(const std::vector<std::string> &tagGroups, in CheckTagGroup()
1244 const std::vector<std::string> tagGroups = {"scene_performance"}; in RestartService() local
1335 TraceErrorCode HandleServiceTraceOpen(const std::vector<std::string> &tagGroups, in HandleServiceTraceOpen()
1447 TraceErrorCode OpenTrace(const std::vector<std::string> &tagGroups) in OpenTrace()
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp51 std::string tagGroups; member
818 std::vector<std::string> tagGroups = { "scene_performance" }; in HandleOpenSnapshot() local
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dtrace_collector_client_test.cpp104 const std::vector<std::string> tagGroups = {"scene_performance"}; variable
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp273 …celable<int32_t> HiviewServiceAbility::OpenSnapshotTrace(const std::vector<std::string>& tagGroups) in OpenSnapshotTrace()
H A Dhiview_service_ability_stub.cpp361 std::vector<std::string> tagGroups; in HandleOpenSnapshotTraceRequest() local
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp403 const std::vector<std::string> tagGroups = {"scene_performance"}; in LoadHitraceService() local
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp305 CollectResult<int32_t> HiviewService::OpenSnapshotTrace(const std::vector<std::string>& tagGroups) in OpenSnapshotTrace()