Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DProcStatCollector.cpp88 bool parseProcsCount(const std::string& data, uint32_t* out) { in parseProcsCount() function
152 if (!parseProcsCount(std::move(lines[i]), &info.runnableProcessCount)) { in getProcStatLocked()
161 if (!parseProcsCount(std::move(lines[i]), &info.ioBlockedProcessCount)) { in getProcStatLocked()