Searched refs:userPackageStats (Results 1 – 1 of 1) sorted by relevance
169 UserPackageStats userPackageStats = { in toUserPackageStats() local174 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() argument519 for (auto it = userPackageStats.begin(); it != userPackageStats.end(); ++it) { in processUidStatsLocked()524 userPackageStats.erase(it, userPackageStats.end()); in processUidStatsLocked()