Home
last modified time | relevance | path

Searched defs:clientsNotResponding (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/
DICarWatchdog.aidl28 …e(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] clientsNotResponding, in in… in tellMediatorAlive()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/
DICarWatchdog.aidl28 …e(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] clientsNotResponding, in in… in tellMediatorAlive()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DICarWatchdog.aidl59 …e(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] clientsNotResponding, in in… in tellMediatorAlive()
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DICarWatchdog.aidl109 in ICarWatchdogClient mediator, in int[] clientsNotResponding, in int sessionId); in tellMediatorAlive()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DICarWatchdog.aidl59 …e(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] clientsNotResponding, in in… in tellMediatorAlive()
/packages/services/Car/cpp/watchdog/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java221 ICarWatchdogServiceForSystem service, List<ProcessIdentifier> clientsNotResponding, in tellCarWatchdogServiceAlive()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp323 std::vector<ProcessIdentifier> clientsNotResponding; in TEST_F() local
342 std::vector<ProcessIdentifier> clientsNotResponding; in TEST_F() local
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.cpp245 const std::vector<ProcessIdentifier>& clientsNotResponding, int32_t sessionId) { in tellCarWatchdogServiceAlive()
DWatchdogProcessService.cpp379 const std::vector<ProcessIdentifier>& clientsNotResponding, int32_t sessionId) { in tellCarWatchdogServiceAlive()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogProcessHandler.java426 List<ProcessIdentifier> clientsNotResponding; in reportHealthCheckResult() local