Home
last modified time | relevance | path

Searched refs:dumpAndKillClientsIfNotResponding (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.h198 android::base::Result<void> dumpAndKillClientsIfNotResponding(TimeoutLength timeout);
H A DWatchdogProcessService.cpp350 dumpAndKillClientsIfNotResponding(timeout); in doHealthCheck()
527 Result<void> WatchdogProcessService::dumpAndKillClientsIfNotResponding(TimeoutLength timeout) { in dumpAndKillClientsIfNotResponding() function in android::automotive::watchdog::WatchdogProcessService