Home
last modified time | relevance | path

Searched refs:OpenSnapshotTrace (Results 1 - 14 of 14) sorted by relevance

/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dtrace_collector_test.cpp55 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0); in HWTEST_F()
78 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0); in HWTEST_F()
101 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0); in HWTEST_F()
149 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0); in HWTEST_F()
175 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0); in HWTEST_F()
199 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0); in HWTEST_F()
213 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0); in HWTEST_F()
250 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0); in HWTEST_F()
265 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroups), 0); in HWTEST_F()
308 ASSERT_EQ(g_traceManager.OpenSnapshotTrace(tagGroup in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dtrace_manager.h29 int32_t OpenSnapshotTrace(const std::vector<std::string> &tagGroups);
/base/hiviewdfx/hiview/adapter/service/common/include/
H A Dihiview_service_ability.h40 virtual CollectResultParcelable<int32_t> OpenSnapshotTrace(const std::vector<std::string>& tagGroups) = 0;
/base/hiviewdfx/hiview/service/test/fuzztest/common/hiviewservice_fuzzer/
H A Dhiviewservice_fuzzer.cpp73 g_hiviewService.OpenSnapshotTrace(tagsGroup); in HiViewServiceSnapshotTraceFuzzTest()
/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
/base/hiviewdfx/hiview/adapter/service/client/include/
H A Dhiview_service_ability_proxy.h39 CollectResultParcelable<int32_t> OpenSnapshotTrace(const std::vector<std::string>& tagGroups) override;
/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()
/base/hiviewdfx/hiview/adapter/service/server/include/
H A Dhiview_service_ability.h52 CollectResultParcelable<int32_t> OpenSnapshotTrace(const std::vector<std::string>& tagGroups) override;
/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
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp102 (void)g_traceManager.OpenSnapshotTrace(tagGroups); in CallCollectorFuncs()
/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp273 CollectResultParcelable<int32_t> HiviewServiceAbility::OpenSnapshotTrace(const std::vector<std::string>& tagGroups) 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()

Completed in 6 milliseconds