Home
last modified time | relevance | path

Searched refs:GetSysCPUInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_cpu_service.h78 bool GetSysCPUInfo(std::shared_ptr<CPUInfo> &cpuInfo);
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_service.cpp111 if (!GetSysCPUInfo(curCPUInfo_)) { in DumpCpuUsageData()
191 bool DumpManagerCpuService::GetSysCPUInfo(std::shared_ptr<CPUInfo> &cpuInfo) in GetSysCPUInfo() function in OHOS::HiviewDFX::DumpManagerCpuService