Home
last modified time | relevance | path

Searched refs:CPUInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_cpu_service.h29 struct CPUInfo { struct
78 bool GetSysCPUInfo(std::shared_ptr<CPUInfo> &cpuInfo);
88 std::shared_ptr<CPUInfo> curCPUInfo_{nullptr};
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.h34 struct CPUInfo final {
46 CPUInfo cpu;
H A Drs_profiler_telemetry.cpp145 static void GetCPUTemperature(CPUInfo& cpu) in GetCPUTemperature()
150 static void GetBattery(CPUInfo& cpu) in GetBattery()
166 static void GetCPUMemory(CPUInfo& cpu) in GetCPUMemory()
264 static void GetCPUCores(CPUInfo& cpu) in GetCPUCores()
267 cpu.cores = std::min(CPUInfo::MAX_CORES, CORE_COUNT); in GetCPUCores()
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_service.cpp96 curCPUInfo_ = std::make_shared<CPUInfo>(); in InitParam()
191 bool DumpManagerCpuService::GetSysCPUInfo(std::shared_ptr<CPUInfo> &cpuInfo) in GetSysCPUInfo()