Home
last modified time | relevance | path

Searched refs:OpenSnapshotTrace (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dtrace_collector_test.cpp55 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
78 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
101 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
149 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
175 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
199 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
213 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
250 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
265 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
308 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0);
[all …]
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dtrace_manager.h29 int32_t OpenSnapshotTrace(const std::vector<std::string> &tagGroups);
/ohos5.0/base/hiviewdfx/hiview/adapter/service/common/include/
H A Dihiview_service_ability.h40 …virtual CollectResultParcelable<int32_t> OpenSnapshotTrace(const std::vector<std::string>& tagGrou…
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_trace_delegate.cpp28 return proxy.OpenSnapshotTrace(tagGroups); in OpenSnapshot()
H A Dhiview_service_ability_proxy.cpp144 CollectResultParcelable<int32_t> HiviewServiceAbilityProxy::OpenSnapshotTrace( in OpenSnapshotTrace() function in OHOS::HiviewDFX::HiviewServiceAbilityProxy
/ohos5.0/base/hiviewdfx/hiview/service/test/fuzztest/common/hiviewservice_fuzzer/
H A Dhiviewservice_fuzzer.cpp73 g_hiviewService.OpenSnapshotTrace(tagsGroup); in HiViewServiceSnapshotTraceFuzzTest()
/ohos5.0/base/hiviewdfx/hiview/plugins/plugin_build/
H A Dlibdfr.map11 …"OHOS::HiviewDFX::TraceManager::OpenSnapshotTrace(std::__h::vector<std::__h::basic_string<char, st…
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.h46 CollectResult<int32_t> OpenSnapshotTrace(const std::vector<std::string>& tagGroups);
H A Dhiview_service.cpp305 CollectResult<int32_t> HiviewService::OpenSnapshotTrace(const std::vector<std::string>& tagGroups) in OpenSnapshotTrace() function in OHOS::HiviewDFX::HiviewService
308 int32_t openRet = manager.OpenSnapshotTrace(tagGroups); in OpenSnapshotTrace()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp273 CollectResultParcelable<int32_t> HiviewServiceAbility::OpenSnapshotTrace(const std::vector<std::str… in OpenSnapshotTrace() function in OHOS::HiviewDFX::HiviewServiceAbility
276 return service->OpenSnapshotTrace(tagGroups); in OpenSnapshotTrace()
H A Dhiview_service_ability_stub.cpp366 auto ret = OpenSnapshotTrace(tagGroups); in HandleOpenSnapshotTraceRequest()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/include/
H A Dhiview_service_ability_proxy.h39 …CollectResultParcelable<int32_t> OpenSnapshotTrace(const std::vector<std::string>& tagGroups) over…
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/include/
H A Dhiview_service_ability.h52 …CollectResultParcelable<int32_t> OpenSnapshotTrace(const std::vector<std::string>& tagGroups) over…
/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() function in OHOS::HiviewDFX::TraceManager
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp102 (void)g_traceManager.OpenSnapshotTrace(tagGroups); in CallCollectorFuncs()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dlibucollectionutility.map29 …"OHOS::HiviewDFX::TraceManager::OpenSnapshotTrace(std::__h::vector<std::__h::basic_string<char, st…