Home
last modified time | relevance | path

Searched refs:traceCollector_ (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dtrace_decorator.cpp37 auto task = [this, &caller] { return traceCollector_->DumpTrace(caller); }; in DumpTrace()
45 return traceCollector_->DumpTraceWithDuration(caller, timeLimit, happenTime); in DumpTraceWithDuration()
52 auto task = [this] { return traceCollector_->TraceOn(); }; in TraceOn()
58 auto task = [this] { return traceCollector_->TraceOff(); }; in TraceOff()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dtrace_decorator.h109 TraceDecorator(std::shared_ptr<TraceCollector> collector) : traceCollector_(collector) {}; in TraceDecorator()
131 std::shared_ptr<TraceCollector> traceCollector_; member in OHOS::HiviewDFX::UCollectUtil::TraceDecorator
/base/hiviewdfx/hiview/service/
H A Dhiview_service.h77 std::shared_ptr<UCollectUtil::TraceCollector> traceCollector_; member in OHOS::HiviewDFX::HiviewService
H A Dhiview_service.cpp46 traceCollector_ = UCollectUtil::TraceCollector::Create(); in HiviewService()
320 CollectResult<std::vector<std::string>> dumpRet = traceCollector_->DumpTrace(caller); in DumpSnapshotTrace()
341 CollectResult<int32_t> traceOnRet = traceCollector_->TraceOn(); in RecordingTraceOn()
350 CollectResult<std::vector<std::string>> traceOffRet = traceCollector_->TraceOff(); in RecordingTraceOff()
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.h146 std::shared_ptr<UCollectClient::TraceCollector> traceCollector_; member in OHOS::HiviewDFX::WatchdogInner
H A Dwatchdog_inner.cpp343 if (traceCollector_ == nullptr) { in StartTraceProfile()
360 auto result = traceCollector_->CaptureDurationTrace(appCaller_); in StartTraceProfile()
373 traceCollector_ = UCollectClient::TraceCollector::Create(); in CollectTrace()
386 auto result = traceCollector_->CaptureDurationTrace(appCaller_); in CollectTrace()
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_inner_test.cpp513 WatchdogInner::GetInstance().traceCollector_ == nullptr; in HWTEST_F()

Completed in 5 milliseconds