Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_cpu_service.h74 static bool SortProcInfo(std::shared_ptr<ProcInfo> &left, std::shared_ptr<ProcInfo> &right);
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_service.cpp346 std::sort(sortedInfos.begin(), sortedInfos.end(), SortProcInfo); in DumpProcInfo()
382 bool DumpManagerCpuService::SortProcInfo(std::shared_ptr<ProcInfo> &left, std::shared_ptr<ProcInfo>… in SortProcInfo() function in OHOS::HiviewDFX::DumpManagerCpuService