Searched refs:mWatchdogProcessHandler (Results 1 – 2 of 2) sorted by relevance
85 private WatchdogProcessHandler mWatchdogProcessHandler; field in WatchdogProcessHandlerUnitTest103 mWatchdogProcessHandler = new WatchdogProcessHandler(mWatchdogServiceForSystemImpl, in setUp()106 mWatchdogProcessHandler.init(); in setUp()123 mWatchdogProcessHandler.postHealthCheckMessage(123456); in testPostHealthCheckMessage()136 mWatchdogProcessHandler.registerClient(client, TIMEOUT_CRITICAL); in testRegisterClient()139 mWatchdogProcessHandler.getClientCount(TIMEOUT_CRITICAL)).isEqualTo(1); in testRegisterClient()141 mWatchdogProcessHandler.postHealthCheckMessage(123456); in testRegisterClient()155 mWatchdogProcessHandler.registerClient(client, TIMEOUT_CRITICAL); in testDoubleRegisterClient()158 () -> mWatchdogProcessHandler.registerClient(client, TIMEOUT_CRITICAL)); in testDoubleRegisterClient()165 mWatchdogProcessHandler.registerClient(client, TIMEOUT_CRITICAL); in testUnregisterClient()[all …]
132 private final WatchdogProcessHandler mWatchdogProcessHandler; field in CarWatchdogService248 mWatchdogProcessHandler.prepareHealthCheck();311 mWatchdogProcessHandler = watchdogProcessHandler != null ? watchdogProcessHandler in CarWatchdogService()342 mWatchdogProcessHandler.init(); in init()379 mWatchdogProcessHandler.dump(writer); in dump()390 mWatchdogProcessHandler.dumpProto(proto); in dumpProto()401 mWatchdogProcessHandler.registerClient(client, timeout); in registerClient()411 mWatchdogProcessHandler.unregisterClient(client); in unregisterClient()420 mWatchdogProcessHandler.tellClientAlive(client, sessionId); in tellClientAlive()550 mWatchdogProcessHandler.controlProcessHealthCheck(enable); in controlProcessHealthCheck()[all …]