Home
last modified time | relevance | path

Searched defs:processIdentifier (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java141 ProcessIdentifier processIdentifier = new ProcessIdentifier(); in testIndirectCall_TellCarWatchdogServiceAlive() local
154 ProcessIdentifier processIdentifier = new ProcessIdentifier(); in testIndirectCall_TellDumpFinished() local
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/1/android/automotive/watchdog/internal/
DICarWatchdog.aidl41 ….internal.ICarWatchdogMonitor monitor, in android.automotive.watchdog.internal.ProcessIdentifier p… in tellDumpFinished()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/2/android/automotive/watchdog/internal/
DICarWatchdog.aidl41 ….internal.ICarWatchdogMonitor monitor, in android.automotive.watchdog.internal.ProcessIdentifier p… in tellDumpFinished()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/current/android/automotive/watchdog/internal/
DICarWatchdog.aidl41 ….internal.ICarWatchdogMonitor monitor, in android.automotive.watchdog.internal.ProcessIdentifier p… in tellDumpFinished()
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdog.aidl95 void tellDumpFinished(in ICarWatchdogMonitor monitor, in ProcessIdentifier processIdentifier); in tellDumpFinished()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp361 const ProcessIdentifier& processIdentifier) { in tellDumpFinished()
698 ProcessIdentifier processIdentifier; in dumpAndKillClientsIfNotResponding() local
941 ProcessIdentifier processIdentifier; in cacheVhalProcessIdentifier() local
997 std::optional<ProcessIdentifier> processIdentifier; in terminateVhal() local
DWatchdogInternalHandler.cpp153 const ProcessIdentifier& processIdentifier) { in tellDumpFinished()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp321 ProcessIdentifier processIdentifier; in TEST_F() local
336 ProcessIdentifier processIdentifier; in TEST_F() local
349 ProcessIdentifier processIdentifier; in TEST_F() local
360 ProcessIdentifier processIdentifier; in TEST_F() local
DWatchdogProcessServiceTest.cpp70 ProcessIdentifier processIdentifier; in constructProcessIdentifier() local
/packages/services/Car/cpp/watchdog/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java237 ProcessIdentifier processIdentifier) throws RemoteException { in tellDumpFinished()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogProcessHandler.java433 ProcessIdentifier processIdentifier = new ProcessIdentifier(); in toProcessIdentifierList() local