Home
last modified time | relevance | path

Searched refs:watchdogServiceHelper (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp84 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper, in WatchdogBinderMediator() argument
88 mWatchdogServiceHelper(watchdogServiceHelper), in WatchdogBinderMediator()
93 if (watchdogServiceHelper != nullptr) { in WatchdogBinderMediator()
94 mIoOveruseMonitor = sp<IoOveruseMonitor>::make(watchdogServiceHelper); in WatchdogBinderMediator()
DPackageInfoResolver.cpp112 const sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) { in initWatchdogServiceHelper() argument
114 if (watchdogServiceHelper == nullptr) { in initWatchdogServiceHelper()
120 mWatchdogServiceHelper = watchdogServiceHelper; in initWatchdogServiceHelper()
DPackageInfoResolver.h62 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) = 0;
98 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper);
DWatchdogInternalHandler.h52 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper, in WatchdogInternalHandler() argument
57 mWatchdogServiceHelper(watchdogServiceHelper), in WatchdogInternalHandler()
DWatchdogProcessService.h161 watchdogServiceHelper(helper), in ClientInfo()
187 android::sp<WatchdogServiceHelperInterface> watchdogServiceHelper = nullptr; variable
DWatchdogBinderMediator.h69 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper,
DIoOveruseMonitor.cpp162 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) : in IoOveruseMonitor() argument
164 mWatchdogServiceHelper(watchdogServiceHelper), in IoOveruseMonitor()
DIoOveruseMonitor.h104 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper);
DWatchdogProcessService.cpp1072 return watchdogServiceHelper->checkIfAlive(watchdogServiceBinder, sessionId, timeout); in checkIfAlive()
1079 return watchdogServiceHelper->prepareProcessTermination(watchdogServiceBinder); in prepareProcessTermination()
/packages/services/Car/cpp/watchdog/server/tests/
DMockPackageInfoResolver.h36 (const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper),