Home
last modified time | relevance | path

Searched refs:SetOffCPU (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dperf_collector_impl.cpp44 opt_.SetOffCPU(false); in PerfCollectorImpl()
67 void PerfCollectorImpl::SetOffCPU(bool offCPU) in SetOffCPU() function in OHOS::HiviewDFX::UCollectUtil::PerfCollectorImpl
69 opt_.SetOffCPU(offCPU); in SetOffCPU()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dperf_decorator.cpp50 void PerfDecorator::SetOffCPU(bool offCPU) in SetOffCPU() function in OHOS::HiviewDFX::UCollectUtil::PerfDecorator
52 perfCollector_->SetOffCPU(offCPU); in SetOffCPU()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dperf_collector.h35 virtual void SetOffCPU(bool offCPU) = 0;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dperf_collector_impl.h35 void SetOffCPU(bool offCPU) override;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dperf_decorator.h34 void SetOffCPU(bool offCPU) override;