Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dperf_decorator.cpp35 void PerfDecorator::SetTargetSystemWide(bool enable) in SetTargetSystemWide() function in OHOS::HiviewDFX::UCollectUtil::PerfDecorator
37 perfCollector_->SetTargetSystemWide(enable); in SetTargetSystemWide()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dperf_collector_impl.cpp52 void PerfCollectorImpl::SetTargetSystemWide(bool enable) in SetTargetSystemWide() function in OHOS::HiviewDFX::UCollectUtil::PerfCollectorImpl
54 opt_.SetTargetSystemWide(enable); in SetTargetSystemWide()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dperf_collector.h32 virtual void SetTargetSystemWide(bool enable) = 0;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dperf_collector_impl.h32 void SetTargetSystemWide(bool enable) override;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dperf_decorator.h31 void SetTargetSystemWide(bool enable) override;
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dperf_collector_test.cpp98 perfCollector->SetTargetSystemWide(true);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp367 perfCollector->SetTargetSystemWide(true); in DoExecHiperf()