Searched refs:cpuCollectionInfo (Results 1 – 1 of 1) sorted by relevance
62 return (cpuCollectionInfo.pid > 0) && (!cpuCollectionInfo.procName.empty()); in IsValidProcess()73 return cpuCollectionInfo.cpuLoad == 0; in IsInvalidCpuLoad()84 if (!IsValidProcess(cpuCollectionInfo)) { in NeedStoreInDb()90 invalidProcNum, cpuCollectionInfo.pid, cpuCollectionInfo.procName.c_str()); in NeedStoreInDb()94 return IsValidCpuLoad(cpuCollectionInfo) in NeedStoreInDb()95 || (IsInvalidCpuLoad(cpuCollectionInfo) && IsValidCpuUsage(cpuCollectionInfo)); in NeedStoreInDb()106 int32_t pid = cpuCollectionInfo.pid; in IsForegroundStateInCollectionPeriod()299 if (NeedStoreInDb(cpuCollectionInfo)) { in StoreProcessDatas()311 for (auto& cpuCollectionInfo : cpuCollections) { in StoreThreadDatas() local312 StoreThreadData(cpuCollectionInfo); in StoreThreadDatas()[all …]