Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp511 time_t time, SystemState systemState, in onPeriodicCollection()
573 time_t time, SystemState systemState, const std::unordered_set<std::string>& filterPackages, in onCustomCollection()
590 time_t time, [[maybe_unused]] SystemState systemState, in processLocked()
DWatchdogPerfService.cpp132 constexpr const char* toString(SystemState systemState) { in toString()
297 void WatchdogPerfService::setSystemState(SystemState systemState) { in setSystemState()
DIoOveruseMonitor.cpp246 time_t time, SystemState systemState, in onPeriodicCollection()
391 time_t time, SystemState systemState, in onCustomCollection()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DIoStatsTrackerTest.java273 UidIoRecord updateSystemState(MockSystemStateInterface systemState) { in updateSystemState()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DIconProvider.java114 public String getSystemStateForPackage(String systemState, String packageName) { in getSystemStateForPackage()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java4975 int systemState, int[] killedUids) { in sampleReportedKillStats()
5260 int uid, int systemState, AtomsProto.CarWatchdogPerStateBytes threshold, in constructIoOveruseKillStatsReported()
5271 int uid, int uidState, int systemState, int killReason, in constructCarWatchdogKillStatsReported()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1996 int systemState; in pushIoOveruseKillMetrics() local