Lines Matching refs:vector
43 const std::vector<TimeoutLength> kTimeouts = {TimeoutLength::TIMEOUT_CRITICAL,
58 std::string pidArrayToString(const std::vector<int32_t>& pids) { in pidArrayToString()
86 mClients.insert(std::make_pair(timeout, std::vector<ClientInfo>())); in WatchdogProcessService()
112 std::vector<TimeoutLength> timeouts = {TimeoutLength::TIMEOUT_CRITICAL}; in unregisterMediator()
159 const std::vector<int32_t>& clientsNotResponding, in tellMediatorAlive()
261 std::vector<ClientInfo>& clients = mClients[timeout]; in dump()
300 std::vector<ClientInfo> clientsToCheck; in doHealthCheck()
338 std::vector<ClientInfo>& clients = mClients[timeout]; in terminate()
358 [&](std::vector<ClientInfo>& clients, in binderDied()
359 std::vector<ClientInfo>::const_iterator it) { in binderDied()
385 std::vector<ClientInfo>& clients = mClients[timeout]; in registerClientLocked()
401 Status WatchdogProcessService::unregisterClientLocked(const std::vector<TimeoutLength>& timeouts, in unregisterClientLocked()
405 [&](std::vector<ClientInfo>& clients, in unregisterClientLocked()
406 std::vector<ClientInfo>::const_iterator it) { in unregisterClientLocked()
438 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength> timeouts, in findClientAndProcessLocked()
442 std::vector<ClientInfo>& clients = mClients[timeout]; in findClientAndProcessLocked()
466 std::vector<int32_t> processIds; in dumpAndKillClientsIfNotResponding()
467 std::vector<sp<ICarWatchdogClient>> clientsToNotify; in dumpAndKillClientsIfNotResponding()
476 std::vector<TimeoutLength> timeouts = {timeout}; in dumpAndKillClientsIfNotResponding()
478 [&](std::vector<ClientInfo>& clients, in dumpAndKillClientsIfNotResponding()
479 std::vector<ClientInfo>::const_iterator it) { in dumpAndKillClientsIfNotResponding()
497 const std::vector<int32_t>& processesNotResponding) { in dumpAndKillAllProcesses()