Searched refs:clientsToNotify (Results 1 – 2 of 2) sorted by relevance
467 ArrayList<ClientInfo> clientsToNotify; in reportHealthCheckResult() local470 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()
894 std::vector<const ClientInfo*> clientsToNotify; in dumpAndKillClientsIfNotResponding() local915 clientsToNotify.emplace_back(&it->second); in dumpAndKillClientsIfNotResponding()923 for (const ClientInfo*& clientInfo : clientsToNotify) { in dumpAndKillClientsIfNotResponding()