Home
last modified time | relevance | path

Searched refs:SetReport (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dperf_decorator.cpp75 void PerfDecorator::SetReport(bool enable) in SetReport() function in OHOS::HiviewDFX::UCollectUtil::PerfDecorator
77 perfCollector_->SetReport(enable); in SetReport()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dperf_collector_impl.cpp92 void PerfCollectorImpl::SetReport(bool enable) in SetReport() function in OHOS::HiviewDFX::UCollectUtil::PerfCollectorImpl
94 opt_.SetReport(enable); in SetReport()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dperf_collector.h40 virtual void SetReport(bool enable) = 0;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dperf_collector_impl.h40 void SetReport(bool enable) override;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dperf_decorator.h39 void SetReport(bool enable) override;
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dperf_collector_test.cpp157 perfCollector->SetReport(true);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp365 perfCollector->SetReport(true); in DoExecHiperf()