Home
last modified time | relevance | path

Searched defs:procStatCollector (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp154 const sp<ProcStatCollectorInterface>& procStatCollector) { in checkDataCollectors()
1052 const wp<ProcStatCollectorInterface>& procStatCollector, ResourceStats* resourceStats) { in onBoottimeCollection()
1068 const wp<ProcStatCollectorInterface>& procStatCollector, ResourceStats* resourceStats) { in onPeriodicCollection()
1084 const android::wp<ProcStatCollectorInterface>& procStatCollector) { in onUserSwitchCollection()
1114 const android::wp<ProcStatCollectorInterface>& procStatCollector) { in onWakeUpCollection()
1131 const wp<ProcStatCollectorInterface>& procStatCollector, ResourceStats* resourceStats) { in onCustomCollection()
1147 const sp<ProcStatCollectorInterface>& procStatCollector, CollectionInfo* collectionInfo, in processLocked()
1321 const sp<ProcStatCollectorInterface>& procStatCollector, in processProcStatLocked()
DIoOveruseMonitor.h139 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector, in onBoottimeCollection()
149 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector) in onWakeUpCollection()
159 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector) in onUserSwitchCollection()
DIoOveruseMonitor.cpp254 [[maybe_unused]] const android::wp<ProcStatCollectorInterface>& procStatCollector, in onPeriodicCollection()
404 const android::wp<ProcStatCollectorInterface>& procStatCollector, in onCustomCollection()
/aosp_15_r20/tools/security/fuzzing/system_fuzzers/libwatchdog_perf_service/
H A Dlibwatchdog_perf_service_fuzzer.cpp90 sp<ProcStatCollector> procStatCollector = in LLVMFuzzerTestOneInput() local
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp161 const sp<ProcStatCollectorInterface>& procStatCollector, in init()