Home | History | Annotate | Download | only in wimax

Lines Matching refs:networks_

127   // Removes dead networks from |networks_|.
128 for (auto it = networks_.begin(); it != networks_.end(); ) {
134 it = networks_.erase(it);
137 // Retrieves network info into |networks_| for the live networks.
141 // Stops dead and starts live services based on the current |networks_|.
397 if (ContainsKey(networks_, path)) {
415 networks_[path] = info;
457 SLOG(this, 2) << __func__ << "(" << networks_.size() << ")";
458 for (const auto& nit : networks_) {
480 SLOG(this, 2) << __func__ << "(" << networks_.size() << ")";
486 networks_, service->GetNetworkObjectPath())) {