Home
last modified time | relevance | path

Searched refs:DumpSnapshotTrace (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/service/common/include/
H A Dihiview_service_ability.h41 virtual CollectResultParcelable<std::vector<std::string>> DumpSnapshotTrace(int32_t caller) = 0;
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_trace_delegate.cpp36 return proxy.DumpSnapshotTrace(caller); in DumpSnapshot()
H A Dhiview_service_ability_proxy.cpp154 CollectResultParcelable<std::vector<std::string>> HiviewServiceAbilityProxy::DumpSnapshotTrace(int3… in DumpSnapshotTrace() function in OHOS::HiviewDFX::HiviewServiceAbilityProxy
/ohos5.0/base/hiviewdfx/hiview/service/test/fuzztest/common/hiviewservice_fuzzer/
H A Dhiviewservice_fuzzer.cpp79 g_hiviewService.DumpSnapshotTrace(caller); in HiViewServiceDumpSnapshotTraceFuzzTest()
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.h47 CollectResult<std::vector<std::string>> DumpSnapshotTrace(UCollect::TraceCaller caller);
H A Dhiview_service.cpp317 CollectResult<std::vector<std::string>> HiviewService::DumpSnapshotTrace(UCollect::TraceCaller call… in DumpSnapshotTrace() function in OHOS::HiviewDFX::HiviewService
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp281 CollectResultParcelable<std::vector<std::string>> HiviewServiceAbility::DumpSnapshotTrace(int32_t c… in DumpSnapshotTrace() function in OHOS::HiviewDFX::HiviewServiceAbility
284 return service->DumpSnapshotTrace(static_cast<UCollect::TraceCaller>(caller)); in DumpSnapshotTrace()
H A Dhiview_service_ability_stub.cpp378 auto ret = DumpSnapshotTrace(caller); in HandleDumpSnapshotTraceRequest()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/include/
H A Dhiview_service_ability_proxy.h40 CollectResultParcelable<std::vector<std::string>> DumpSnapshotTrace(int32_t caller) override;
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/include/
H A Dhiview_service_ability.h53 CollectResultParcelable<std::vector<std::string>> DumpSnapshotTrace(int32_t caller) override;