Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp185 const UserPackageStats::IoStatsView& ioWritesStatsView) { in constructUidResourceUsageStats() argument
200 ioUsageStats.writtenBytes.garageModeBytes = ioWritesStatsView.totalBytes(); in constructUidResourceUsageStats()
204 ioUsageStats.writtenBytes.foregroundBytes = ioWritesStatsView.bytes[UidState::FOREGROUND]; in constructUidResourceUsageStats()
205 ioUsageStats.writtenBytes.backgroundBytes = ioWritesStatsView.bytes[UidState::BACKGROUND]; in constructUidResourceUsageStats()
1259 const auto& ioWritesStatsView = in processUidStatsLocked() local
1266 ioWritesStatsView); in processUidStatsLocked()