Searched refs:CollectThreadStatInfos (Results 1 – 7 of 7) sorted by relevance
326 auto collectResult1 = threadCollector->CollectThreadStatInfos();329 auto collectResult2 = threadCollector->CollectThreadStatInfos(true);335 auto collectResult3 = threadCollector->CollectThreadStatInfos();352 auto collectResult1 = threadCollector->CollectThreadStatInfos(true);355 auto collectResult2 = threadCollector->CollectThreadStatInfos(false);361 auto collectResult3 = threadCollector->CollectThreadStatInfos();
90 CollectResult<std::vector<ThreadCpuStatInfo>> CpuDecorator::CollectThreadStatInfos(bool isNeedUpdat… in CollectThreadStatInfos() function in OHOS::HiviewDFX::UCollectUtil::CpuDecorator96 …auto task = [this, &isNeedUpdate] { return threadCpuCollector_->CollectThreadStatInfos(isNeedUpdat… in CollectThreadStatInfos()
29 …virtual CollectResult<std::vector<ThreadCpuStatInfo>> CollectThreadStatInfos(bool isNeedUpdate = f…
42 …virtual CollectResult<std::vector<ThreadCpuStatInfo>> CollectThreadStatInfos(bool isNeedUpdate = f…
46 … CollectResult<std::vector<ThreadCpuStatInfo>> CollectThreadStatInfos(bool isNeedUpdate) override;
122 auto threadCpuCollectResult = threadCpuCollector_ ->CollectThreadStatInfos(true); in CollectCpuData()
113 CollectResult<std::vector<ThreadCpuStatInfo>> ThreadStateInfoCollector::CollectThreadStatInfos(bool… in CollectThreadStatInfos() function in OHOS::HiviewDFX::UCollectUtil::ThreadStateInfoCollector