Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogProcessHandler.java467 ArrayList<ClientInfo> clientsToNotify; in reportHealthCheckResult() local
470 clientsToNotify = new ArrayList<>(mClientsNotResponding); in reportHealthCheckResult()
473 for (int i = 0; i < clientsToNotify.size(); i++) { in reportHealthCheckResult()
474 ClientInfo clientInfo = clientsToNotify.get(i); in reportHealthCheckResult()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp894 std::vector<const ClientInfo*> clientsToNotify; in dumpAndKillClientsIfNotResponding() local
915 clientsToNotify.emplace_back(&it->second); in dumpAndKillClientsIfNotResponding()
923 for (const ClientInfo*& clientInfo : clientsToNotify) { in dumpAndKillClientsIfNotResponding()