Searched refs:procStatCollectorSp (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | PerformanceProfiler.cpp | 1029 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onBoottimeCollection() local 1030 auto result = checkDataCollectors(uidStatsCollectorSp, procStatCollectorSp); in onBoottimeCollection() 1036 uidStatsCollectorSp, procStatCollectorSp, &mBoottimeCollection, in onBoottimeCollection() 1045 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onPeriodicCollection() local 1047 auto result = checkDataCollectors(uidStatsCollectorSp, procStatCollectorSp); in onPeriodicCollection() 1053 procStatCollectorSp, &mPeriodicCollection, resourceStats); in onPeriodicCollection() 1061 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onUserSwitchCollection() local 1062 auto result = checkDataCollectors(uidStatsCollectorSp, procStatCollectorSp); in onUserSwitchCollection() 1083 uidStatsCollectorSp, procStatCollectorSp, &mUserSwitchCollections.back(), in onUserSwitchCollection() 1091 const sp<ProcStatCollectorInterface> procStatCollectorSp = procStatCollector.promote(); in onWakeUpCollection() local [all …]
|