Searched refs:networks_ (Results 1 – 9 of 9) sorted by relevance
30 networks_.push_back(network_properties); in FakeWiFiService()42 networks_.push_back(network_properties); in FakeWiFiService()50 networks_.push_back(network_properties); in FakeWiFiService()65 networks_.push_back(network_properties); in FakeWiFiService()81 networks_.push_back(network_properties); in FakeWiFiService()94 if (network_properties != networks_.end()) { in GetProperties()165 if (network_properties == networks_.end()) { in GetState()191 if (network_properties == networks_.end() || in SetProperties()204 networks_.push_back(network_properties); in CreateNetwork()213 for (WiFiService::NetworkList::const_iterator it = networks_.begin(); in GetVisibleNetworks()[all …]
13 networks_: [], property in ChooseNetwork15 this.networks_ = networks;48 for (var i in this.networks_) {50 chrome.send('connect', [ this.networks_[i].networkId ]);
13 networks_: [], property in ChooseNetwork15 this.networks_ = networks;50 for (var i in this.networks_) {52 chrome.send('connect', [this.networks_[i].networkId]);
138 for (NetworkMap::iterator i = networks_.begin(); i != networks_.end(); ++i) in ~NetworkManager()149 NetworkMap::iterator iter = networks_.find(list[i]->name()); in GetNetworks()152 if (iter == networks_.end()) { in GetNetworks()161 networks_[network->name()] = network; in GetNetworks()184 for (NetworkMap::const_iterator i = networks_.begin(); in GetState()185 i != networks_.end(); ++i) in GetState()203 networks_[name] = network; in SetState()
76 NetworkMap networks_; variable
105 networks_ = networks; in Restart()135 for (size_t i = 0; i < networks_.size(); ++i) { in IsSourceAcceptable()136 if (net::IPNumberMatchesPrefix(recv_addr_.address(), networks_[i].address, in IsSourceAcceptable()137 networks_[i].network_prefix)) { in IsSourceAcceptable()
56 net::NetworkInterfaceList networks_;
120 *result = networks_; in GetNetworks()134 if (networks_.size() != list.size()) in MergeNetworkList()180 networks_ = merged_list; in MergeNetworkList()
107 NetworkList networks_; variable