Home
last modified time | relevance | path

Searched defs:checkIfAlive (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/watchdog/aidl/aidl_api/carwatchdog_aidl_interface/1/android/automotive/watchdog/
DICarWatchdogClient.aidl21 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/watchdog/aidl/aidl_api/carwatchdog_aidl_interface/2/android/automotive/watchdog/
DICarWatchdogClient.aidl21 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/watchdog/aidl/aidl_api/carwatchdog_aidl_interface/current/android/automotive/watchdog/
DICarWatchdogClient.aidl21 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/watchdog/aidl/android/automotive/watchdog/
DICarWatchdogClient.aidl33 void checkIfAlive(in int sessionId, in TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java166 public void checkIfAlive(int sessionId, int timeout) { in checkIfAlive() method in CarWatchdogServiceUnitTest.TestClient
191 public void checkIfAlive(int sessionId, int timeout) { in checkIfAlive() method in CarWatchdogServiceUnitTest.BadTestClient
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java205 public void checkIfAlive(int sessionId, int timeout) {} in checkIfAlive() method in CarWatchdogDaemonHelperTest.ICarWatchdogClientImpl
/packages/services/Car/watchdog/testclient/src/
DWatchdogClient.cpp51 ndk::ScopedAStatus WatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength timeout) { in checkIfAlive() function in aidl::android::automotive::watchdog::WatchdogClient
/packages/services/Car/car-lib/src/android/car/watchdog/
DCarWatchdogManager.java329 public void checkIfAlive(int sessionId, int timeout) { in checkIfAlive() method in CarWatchdogManager.ICarWatchdogClientImpl
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java566 public void checkIfAlive(int sessionId, int timeout) { in checkIfAlive() method in CarWatchdogService.ICarWatchdogClientImpl