Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp122 constexpr const char* toString(SystemState systemState) { in toString()
267 void WatchdogPerfService::setSystemState(SystemState systemState) { in setSystemState()
DIoPerfCollection.cpp366 [[maybe_unused]] SystemState systemState, in onPeriodicCollection()
380 time_t time, [[maybe_unused]] SystemState systemState, in onCustomCollection()
DIoOveruseMonitor.cpp173 time_t time, SystemState systemState, const android::wp<UidIoStats>& uidIoStats, in onPeriodicCollection()
321 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()