Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp202 ioUsageStats.readBytes.foregroundBytes = ioReadsStatsView.bytes[UidState::FOREGROUND]; in constructUidResourceUsageStats()
203 ioUsageStats.readBytes.backgroundBytes = ioReadsStatsView.bytes[UidState::BACKGROUND]; in constructUidResourceUsageStats()
204 ioUsageStats.writtenBytes.foregroundBytes = ioWritesStatsView.bytes[UidState::FOREGROUND]; in constructUidResourceUsageStats()
205 ioUsageStats.writtenBytes.backgroundBytes = ioWritesStatsView.bytes[UidState::BACKGROUND]; in constructUidResourceUsageStats()
237 sum(userPackageStats.totalIoStats[MetricType::READ_BYTES][UidState::FOREGROUND], in constructSystemSummaryUsageStats()
238 userPackageStats.totalIoStats[MetricType::READ_BYTES][UidState::BACKGROUND]); in constructSystemSummaryUsageStats()
240 sum(userPackageStats.totalIoStats[MetricType::WRITE_BYTES][UidState::FOREGROUND], in constructSystemSummaryUsageStats()
241 userPackageStats.totalIoStats[MetricType::WRITE_BYTES][UidState::BACKGROUND]); in constructSystemSummaryUsageStats()
244 userPackageStats.totalIoStats[MetricType::READ_BYTES][UidState::FOREGROUND]; in constructSystemSummaryUsageStats()
246 userPackageStats.totalIoStats[MetricType::READ_BYTES][UidState::BACKGROUND]; in constructSystemSummaryUsageStats()
[all …]
DPerformanceProfiler.h80 return std::numeric_limits<int64_t>::max() - bytes[UidState::FOREGROUND] > in totalBytes()
81 bytes[UidState::BACKGROUND] in totalBytes()
82 ? bytes[UidState::FOREGROUND] + bytes[UidState::BACKGROUND] in totalBytes()
DUidIoStatsCollector.h36 enum UidState { enum
/packages/services/Car/service/proto/android/car/watchdog/
Datoms.proto36 enum UidState { enum
41 optional UidState uid_state = 2;
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java4401 .setUidState(AtomsProto.CarWatchdogKillStatsReported.UidState.forNumber(uidState))