Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.h51 const android::sp<IIoOveruseMonitor>& ioOveruseMonitor) : in WatchdogInternalHandler() argument
56 mIoOveruseMonitor(ioOveruseMonitor) {} in WatchdogInternalHandler()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogBinderMediatorTest.cpp83 Result<void> init(const sp<IIoOveruseMonitor>& ioOveruseMonitor) { in init() argument
84 mMediator->mIoOveruseMonitor = ioOveruseMonitor; in init()
DIoOveruseMonitorTest.cpp171 explicit IoOveruseMonitorPeer(const sp<IoOveruseMonitor>& ioOveruseMonitor) : in IoOveruseMonitorPeer() argument
172 mIoOveruseMonitor(ioOveruseMonitor) {} in IoOveruseMonitorPeer()