Lines Matching refs:item
83 for (const auto& item : mUpdatedStatistics) { in mapStatistics() local
85 item.first.toString().c_str(), item.second.toString().c_str()); in mapStatistics()
89 for (const auto& item : mUpdatedStatistics) { in mapStatistics() local
90 mStatistics[item.first] = item.second; in mapStatistics()
93 for (const auto& item : mStatistics) { in mapStatistics() local
94 const auto& displayPresentProfile = item.first; in mapStatistics()
99 mRemappedStatistics[powerStatsPresentProfile] += item.second; in mapStatistics()
114 mRemappedStatistics[powerStatsPresentProfile] += item.second; in mapStatistics()
119 const auto& value = item.second; in mapStatistics()
230 [&](const std::pair<std::string, PowerStatsPresentProfile>& item) { in generatePowerStatsStates() argument
231 sortedStates.insert(item); in generatePowerStatsStates()