Home
last modified time | relevance | path

Searched refs:watchdogProcessService (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.cpp70 const sp<WatchdogProcessServiceInterface>& watchdogProcessService) { in init() argument
71 if (watchdogProcessService == nullptr) { in init()
74 mWatchdogProcessService = watchdogProcessService; in init()
DWatchdogInternalHandler.h64 const android::sp<WatchdogProcessServiceInterface>& watchdogProcessService, in WatchdogInternalHandler() argument
68 mWatchdogProcessService(watchdogProcessService), in WatchdogInternalHandler()
DWatchdogServiceHelper.h82 const android::sp<WatchdogProcessServiceInterface>& watchdogProcessService) = 0;
129 const android::sp<WatchdogProcessServiceInterface>& watchdogProcessService);
DWatchdogBinderMediator.cpp85 const android::sp<WatchdogProcessServiceInterface>& watchdogProcessService, in WatchdogBinderMediator() argument
90 mWatchdogProcessService(watchdogProcessService), in WatchdogBinderMediator()
DWatchdogBinderMediator.h71 const android::sp<WatchdogProcessServiceInterface>& watchdogProcessService,
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogServiceHelperTest.cpp77 const sp<WatchdogProcessServiceInterface>& watchdogProcessService, in init() argument
80 return mHelper->init(watchdogProcessService); in init()
DWatchdogProcessServiceTest.cpp107 explicit WatchdogProcessServicePeer(const sp<WatchdogProcessService>& watchdogProcessService) : in WatchdogProcessServicePeer() argument
108 mWatchdogProcessService(watchdogProcessService) {} in WatchdogProcessServicePeer()