Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoPerfCollection.cpp169 UserPackageStats userPackageStats = { in toUserPackageStats() local
174 auto& procStats = std::get<UserPackageStats::ProcStats>(userPackageStats.stats); in toUserPackageStats()
186 return userPackageStats; in toUserPackageStats()
518 const auto removeEmptyStats = [](std::vector<UserPackageStats>& userPackageStats) { in processUidStatsLocked() argument
519 for (auto it = userPackageStats.begin(); it != userPackageStats.end(); ++it) { in processUidStatsLocked()
524 userPackageStats.erase(it, userPackageStats.end()); in processUidStatsLocked()