Home
last modified time | relevance | path

Searched refs:OpenSnapshot (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H A Dtrace_collector_client_impl.cpp30 virtual CollectResult<int32_t> OpenSnapshot(const std::vector<std::string>& tagGroups) override;
45 CollectResult<int32_t> TraceCollectorImpl::OpenSnapshot(const std::vector<std::string>& tagGroups) in OpenSnapshot() function in OHOS::HiviewDFX::UCollectClient::TraceCollectorImpl
47 return HiViewServiceTraceDelegate::OpenSnapshot(tagGroups); in OpenSnapshot()
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dtrace_collector_client.h51 virtual CollectResult<int32_t> OpenSnapshot(const std::vector<std::string>& tagGroups) = 0;
/base/hiviewdfx/hiview/adapter/service/client/include/
H A Dhiview_service_trace_delegate.h31 static CollectResult<int32_t> OpenSnapshot(const std::vector<std::string>& tagGroups);
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_trace_delegate.cpp25 CollectResult<int32_t> HiViewServiceTraceDelegate::OpenSnapshot(const std::vector<std::string>& tagGroups) in OpenSnapshot() function in OHOS::HiviewDFX::HiViewServiceTraceDelegate
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dtrace_collector_client_test.cpp104 auto openRet = traceCollector->OpenSnapshot(tagGroups); in HWTEST_F()
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp819 auto openRet = g_traceCollector->OpenSnapshot(tagGroups); in HandleOpenSnapshot()
821 ConsoleLog("error: OpenSnapshot failed, errorCode(" + std::to_string(openRet.retCode) +")"); in HandleOpenSnapshot()
830 ConsoleLog("OpenSnapshot done."); in HandleOpenSnapshot()

Completed in 4 milliseconds