Searched refs:SetTargetSystemWide (Results 1 – 7 of 7) sorted by relevance
35 void PerfDecorator::SetTargetSystemWide(bool enable) in SetTargetSystemWide() function in OHOS::HiviewDFX::UCollectUtil::PerfDecorator37 perfCollector_->SetTargetSystemWide(enable); in SetTargetSystemWide()
52 void PerfCollectorImpl::SetTargetSystemWide(bool enable) in SetTargetSystemWide() function in OHOS::HiviewDFX::UCollectUtil::PerfCollectorImpl54 opt_.SetTargetSystemWide(enable); in SetTargetSystemWide()
32 virtual void SetTargetSystemWide(bool enable) = 0;
32 void SetTargetSystemWide(bool enable) override;
31 void SetTargetSystemWide(bool enable) override;
98 perfCollector->SetTargetSystemWide(true);
367 perfCollector->SetTargetSystemWide(true); in DoExecHiperf()