Home
last modified time | relevance | path

Searched refs:ioOveruseMonitor (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.h66 const android::sp<IoOveruseMonitorInterface>& ioOveruseMonitor) : in WatchdogInternalHandler() argument
70 mIoOveruseMonitor(ioOveruseMonitor), in WatchdogInternalHandler()
DWatchdogBinderMediator.cpp88 const android::sp<IoOveruseMonitorInterface>& ioOveruseMonitor, in WatchdogBinderMediator() argument
93 mIoOveruseMonitor(ioOveruseMonitor), in WatchdogBinderMediator()
DWatchdogBinderMediator.h74 const android::sp<IoOveruseMonitorInterface>& ioOveruseMonitor,
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp189 explicit IoOveruseMonitorPeer(const sp<IoOveruseMonitor>& ioOveruseMonitor) : in IoOveruseMonitorPeer() argument
190 mIoOveruseMonitor(ioOveruseMonitor) {} in IoOveruseMonitorPeer()