Searched refs:newConnections (Results 1 – 1 of 1) sorted by relevance
3684 std::vector<std::shared_ptr<Connection>> newConnections; in processInteractionsLocked() local3692 newConnections.emplace_back(target.connection); in processInteractionsLocked()3711 for (const std::shared_ptr<Connection>& connection : newConnections) { in processInteractionsLocked()