Home
last modified time | relevance | path

Searched defs:isNeedUpdate (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
Dcpu_collector_impl.cpp64 CollectResult<SysCpuUsage> CpuCollectorImpl::CollectSysCpuUsage(bool isNeedUpdate) in CollectSysCpuUsage()
94 …lt<std::vector<ProcessCpuStatInfo>> CpuCollectorImpl::CollectProcessCpuStatInfos(bool isNeedUpdate) in CollectProcessCpuStatInfos()
103 …ult<ProcessCpuStatInfo> CpuCollectorImpl::CollectProcessCpuStatInfo(int32_t pid, bool isNeedUpdate) in CollectProcessCpuStatInfo()
Dprocess_state_info_collector.cpp90 bool isNeedUpdate) in CollectProcessCpuStatInfos()
112 bool isNeedUpdate) in CalculateProcessCpuStatInfos()
195 …essCpuStatInfo> ProcessStatInfoCollector::CollectProcessCpuStatInfo(int32_t pid, bool isNeedUpdate) in CollectProcessCpuStatInfo()
Dthread_state_info_collector.cpp113 …std::vector<ThreadCpuStatInfo>> ThreadStateInfoCollector::CollectThreadStatInfos(bool isNeedUpdate) in CollectThreadStatInfos()
149 bool isNeedUpdate) in CalculateThreadCpuStatInfos()
Dsys_cpu_usage_collector.cpp31 CollectResult<SysCpuUsage> SysCpuUsageCollector::CollectSysCpuUsage(bool isNeedUpdate) in CollectSysCpuUsage()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
Dcpu_decorator.cpp35 CollectResult<SysCpuUsage> CpuDecorator::CollectSysCpuUsage(bool isNeedUpdate) in CollectSysCpuUsage()
55 …tResult<ProcessCpuStatInfo> CpuDecorator::CollectProcessCpuStatInfo(int32_t pid, bool isNeedUpdate) in CollectProcessCpuStatInfo()
75 …Result<std::vector<ProcessCpuStatInfo>> CpuDecorator::CollectProcessCpuStatInfos(bool isNeedUpdate) in CollectProcessCpuStatInfos()
90 …llectResult<std::vector<ThreadCpuStatInfo>> CpuDecorator::CollectThreadStatInfos(bool isNeedUpdate) in CollectThreadStatInfos()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
Dsandbox_json_manager.cpp340 bool isNeedUpdate = false; in RemoveRetentionInfoByUserId() local