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.cpp51 Result<void> WatchdogServiceHelper::init(const sp<WatchdogProcessService>& watchdogProcessService) { in init() argument
52 if (watchdogProcessService == nullptr) { in init()
55 mWatchdogProcessService = watchdogProcessService; in init()
DWatchdogInternalHandler.h49 const android::sp<WatchdogProcessService>& watchdogProcessService, in WatchdogInternalHandler() argument
54 mWatchdogProcessService(watchdogProcessService), in WatchdogInternalHandler()
DWatchdogServiceHelper.h76 const android::sp<WatchdogProcessService>& watchdogProcessService) = 0;
116 const android::sp<WatchdogProcessService>& watchdogProcessService);
DWatchdogBinderMediator.cpp81 const android::sp<WatchdogProcessService>& watchdogProcessService, in WatchdogBinderMediator() argument
85 mWatchdogProcessService(watchdogProcessService), in WatchdogBinderMediator()
DWatchdogBinderMediator.h59 WatchdogBinderMediator(const android::sp<WatchdogProcessService>& watchdogProcessService,
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogServiceHelperTest.cpp58 Result<void> init(const android::sp<WatchdogProcessService>& watchdogProcessService) { in init() argument
59 return mHelper->init(watchdogProcessService); in init()
DWatchdogInternalHandlerTest.cpp63 MockWatchdogBinderMediator(const android::sp<WatchdogProcessService>& watchdogProcessService, in MockWatchdogBinderMediator() argument
66 WatchdogBinderMediator(watchdogProcessService, watchdogPerfService, watchdogServiceHelper, in MockWatchdogBinderMediator()