Searched refs:networks_with_connection (Results 1 – 1 of 1) sorted by relevance
420 std::set<std::string> networks_with_connection; in GetFailedNetworks() local424 networks_with_connection.insert(port->Network()->name()); in GetFailedNetworks()430 [networks_with_connection](rtc::Network* network) { in GetFailedNetworks()433 return networks_with_connection.find(network->name()) != in GetFailedNetworks()434 networks_with_connection.end(); in GetFailedNetworks()