Home
last modified time | relevance | path

Searched defs:systemState (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp130 constexpr const char* toString(SystemState systemState) { in toString()
290 void WatchdogPerfService::setSystemState(SystemState systemState) { in setSystemState()
DIoPerfCollection.cpp469 time_t time, [[maybe_unused]] SystemState systemState, in onPeriodicCollection()
528 time_t time, [[maybe_unused]] SystemState systemState, in onCustomCollection()
DIoOveruseMonitor.cpp221 time_t time, SystemState systemState, in onPeriodicCollection()
367 time_t time, SystemState systemState, in onCustomCollection()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DIoStatsTrackerTest.java272 UidIoRecord updateSystemState(MockSystemStateInterface systemState) { in updateSystemState()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java4725 int systemState, int[] killedUids) { in sampleReportedKillStats()
5010 int uid, int systemState, AtomsProto.CarWatchdogPerStateBytes threshold, in constructIoOveruseKillStatsReported()
5021 int uid, int uidState, int systemState, int killReason, in constructCarWatchdogKillStatsReported()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1926 int systemState; in pushIoOveruseKillMetrics() local