Searched refs:watchdogServiceHelper (Results 1 – 10 of 10) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogBinderMediator.cpp | 84 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()
|
D | PackageInfoResolver.cpp | 112 const sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) { in initWatchdogServiceHelper() argument 114 if (watchdogServiceHelper == nullptr) { in initWatchdogServiceHelper() 120 mWatchdogServiceHelper = watchdogServiceHelper; in initWatchdogServiceHelper()
|
D | PackageInfoResolver.h | 62 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) = 0; 98 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper);
|
D | WatchdogInternalHandler.h | 52 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper, in WatchdogInternalHandler() argument 57 mWatchdogServiceHelper(watchdogServiceHelper), in WatchdogInternalHandler()
|
D | WatchdogProcessService.h | 161 watchdogServiceHelper(helper), in ClientInfo() 187 android::sp<WatchdogServiceHelperInterface> watchdogServiceHelper = nullptr; variable
|
D | WatchdogBinderMediator.h | 69 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper,
|
D | IoOveruseMonitor.cpp | 162 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) : in IoOveruseMonitor() argument 164 mWatchdogServiceHelper(watchdogServiceHelper), in IoOveruseMonitor()
|
D | IoOveruseMonitor.h | 104 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper);
|
D | WatchdogProcessService.cpp | 1072 return watchdogServiceHelper->checkIfAlive(watchdogServiceBinder, sessionId, timeout); in checkIfAlive() 1079 return watchdogServiceHelper->prepareProcessTermination(watchdogServiceBinder); in prepareProcessTermination()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | MockPackageInfoResolver.h | 36 (const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper),
|