Home
last modified time | relevance | path

Searched defs:totalProcessCount (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DProcStatCollector.h83 uint32_t totalProcessCount() const { return runnableProcessCount + ioBlockedProcessCount; } in totalProcessCount() function
DIoPerfCollection.h110 uint32_t totalProcessCount = 0; member