Searched defs:clientsNotResponding (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 83 in ICarWatchdogServiceForSystem service, in int[] clientsNotResponding, in int sessionId); in tellCarWatchdogServiceAlive()
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 28 …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/ |
D | ICarWatchdog.aidl | 28 …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/ |
D | ICarWatchdog.aidl | 59 …e(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] clientsNotResponding, in in… in tellMediatorAlive()
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 109 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/ |
D | ICarWatchdog.aidl | 59 …e(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] clientsNotResponding, in in… in tellMediatorAlive()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogInternalHandler.cpp | 138 const std::vector<int32_t>& clientsNotResponding, int32_t sessionId) { in tellCarWatchdogServiceAlive()
|
D | WatchdogProcessService.cpp | 234 const std::vector<int32_t>& clientsNotResponding, int32_t sessionId) { in tellCarWatchdogServiceAlive()
|
/packages/services/Car/cpp/watchdog/car-watchdog-lib/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelper.java | 221 ICarWatchdogServiceForSystem service, int[] clientsNotResponding, in tellCarWatchdogServiceAlive()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogInternalHandlerTest.cpp | 260 std::vector clientsNotResponding = {123}; in TEST_F() local 272 std::vector clientsNotResponding = {123}; in TEST_F() local
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogProcessHandler.java | 338 int[] clientsNotResponding; in reportHealthCheckResult() local
|