HomeSort by relevance Sort by last modified time
    Searched defs:networks (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/chromeos/
sms_observer.cc 37 const CellularNetworkVector& networks = library->cellular_networks(); local
38 // Remove monitors for networks that are not in the list anymore.
42 for (CellularNetworkVector::const_iterator it_network = networks.begin();
43 it_network != networks.end(); ++it_network) {
58 // Add monitors for new networks.
59 for (CellularNetworkVector::const_iterator it_network = networks.begin();
60 it_network != networks.end(); ++it_network) {
  /external/chromium_org/chrome/browser/chromeos/
sms_observer.cc 30 const CellularNetworkVector& networks = library->cellular_networks(); local
31 // Remove monitors for networks that are not in the list anymore.
35 for (CellularNetworkVector::const_iterator it_network = networks.begin();
36 it_network != networks.end(); ++it_network) {
51 // Add monitors for new networks.
52 for (CellularNetworkVector::const_iterator it_network = networks.begin();
53 it_network != networks.end(); ++it_network) {
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_chromeos.cc 98 NetworkStateHandler::NetworkStateList networks; local
99 NetworkHandler::Get()->network_state_handler()->GetNetworkList(&networks);
111 networks.begin(); iter != networks.end(); ++iter) {
  /external/chromium_org/content/renderer/p2p/
ipc_network_manager.cc 49 std::vector<talk_base::Network*> networks; local
60 networks.push_back(network);
64 MergeNetworkList(networks, &changed);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiConnectionTest.java 46 private List<WifiConfiguration> networks = new ArrayList<WifiConfiguration>(); field in class:WifiConnectionTest
51 networks = loadNetworkConfigurations();
66 log("number of access points: " + networks.size());
67 for (WifiConfiguration config : networks) {
116 for (int i = 0; i < networks.size(); i++) {
117 String ssid = networks.get(i).SSID;
119 connectToWifi(networks.get(i));
  /external/chromium_org/remoting/client/plugin/
pepper_network_manager.cc 56 std::vector<talk_base::Network*> networks; local
100 networks.push_back(network);
104 MergeNetworkList(networks, &changed);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java 75 List<WifiConfiguration> networks = new ArrayList<WifiConfiguration>(); field in class:AccessPointParserHelper
183 networks.add(config);
372 return networks;
  /external/chromium_org/chromeos/network/
network_cert_migrator.cc 46 // Checks which of the given |networks| has one of the deprecated
61 void Run(const NetworkStateHandler::NetworkStateList& networks) {
65 networks.begin(); it != networks.end(); ++it) {
246 NetworkStateHandler::NetworkStateList networks; local
247 network_state_handler_->GetNetworkList(&networks);
248 helper->Run(networks);
254 // Maybe there are networks referring to certs (by NSS nickname) that were not
network_state_handler_unittest.cc 59 NetworkStateHandler::NetworkStateList networks; variable
60 handler_->GetNetworkList(&networks);
61 network_count_ = networks.size();
385 // Request an update for all networks.
391 // Other networks should have 2 updates (inital + request).
  /external/chromium_org/third_party/libjingle/source/talk/base/
nat_unittest.cc 216 std::vector<Network*> networks; local
217 network_manager.GetNetworks(&networks);
218 if (networks.empty()) {
227 for (std::vector<Network*>::iterator it = networks.begin();
228 it != networks.end(); ++it) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 214 std::vector<talk_base::Network*> networks; local
215 network_manager_->GetNetworks(&networks);
216 if (networks.empty()) {
217 LOG(LS_ERROR) << "No networks while registering http start.";
221 NicMap::iterator i = nics_.find(NicId(networks[0]->ip(), proxy_info.address));
321 std::vector<talk_base::Network*> networks; local
322 network_manager_->GetNetworks(&networks);
323 if (networks.empty()) {
324 LOG(LS_ERROR) << "Machine has no networks; nothing to do";
359 std::vector<talk_base::Network*> networks; local
415 std::vector<talk_base::Network*> networks; local
494 std::vector<talk_base::Network*> networks; local
    [all...]
basicportallocator.cc 399 std::vector<talk_base::Network*> networks; local
400 allocator_->network_manager()->GetNetworks(&networks);
401 if (networks.empty()) {
402 LOG(LS_WARNING) << "Machine has no networks; no ports will be allocated";
405 for (uint32 i = 0; i < networks.size(); ++i) {
429 networks[i]->ip().family() == AF_INET6) {
430 // Skip IPv6 networks unless the flag's been set.
436 DisableEquivalentPhases(networks[i], config, &sequence_flags);
444 new AllocationSequence(this, networks[i], config, sequence_flags);
    [all...]
  /external/tcpdump/
print-egp.c 144 int gateways, distances, networks; local
193 networks = *cp++;
194 while (--networks >= 0) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 543 // Get a list of the networks that we are using.
544 std::set<talk_base::Network*> networks; local
546 networks.insert(connections_[i]->port()->network());
567 // other networks because they may not be using the same resources and they
570 for (network = networks.begin(); network != networks.end(); ++network) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 338 std::vector<talk_base::Network*> networks; local
340 if (!allocator_->network_manager()->GetNetworks(&networks)) {
341 LOG(LS_ERROR) << "Failed to enumerate networks";
342 } else if (networks.empty()) {
343 LOG(LS_WARNING) << "Machine has no networks; no ports will be allocated";
345 for (uint32 i = 0; i < networks.size(); ++i) {
364 DisableEquivalentPhases(networks[i], config, &sequence_flags);
372 new AllocationSequence(this, networks[i], config, sequence_flags);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 864 // Get a list of the networks that we are using.
865 std::set<talk_base::Network*> networks; local
867 networks.insert(connections_[i]->port()->Network());
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 71 * wifi networks. The API is not thread safe is being
111 * - Maintain a list of configured networks for quick access
123 /* configured networks with network id as the key */
129 * the configuration file at start and can thus change for networks.
130 * We store the IP configuration for networks along with a unique id
137 /* Tracks the highest priority of configured networks */
195 * Fetch the list of configured networks
196 * and enable all stored networks in supplicant.
199 if (DBG) log("Loading config and enabling all networks");
205 * Fetch the list of currently configured networks
209 List<WifiConfiguration> networks = new ArrayList<WifiConfiguration>(); local
769 List<WifiConfiguration> networks = new ArrayList<WifiConfiguration>(); local
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 65 // Updates |strength_index_| for wireless networks. Returns true if changed.
68 // Updates the local state for cellular networks. Returns true if changed.
160 // Images for strength bars for wired networks.
163 // Imagaes for strength arcs for wireless networks.
620 // For networks that are always in roaming don't show roaming badge.
837 NetworkStateHandler::NetworkStateList networks; local
838 NetworkHandler::Get()->network_state_handler()->GetNetworkList(&networks);
840 for (NetworkStateHandler::NetworkStateList::iterator iter = networks.begin();
841 iter != networks.end(); ++iter) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 884 List<WifiConfiguration> networks = mWifiManager.getConfiguredNetworks(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1979 NetworkStateHandler::NetworkStateList networks; local
1999 NetworkStateHandler::NetworkStateList networks; local
    [all...]

Completed in 358 milliseconds