Home | History | Annotate | Download | only in cros

Lines Matching refs:Connected

1239   // If connected, get ip config.
1240 if (EnsureCrosLoaded() && connected() && !device_path_.empty()) {
1659 if (connected() && activated())
2290 return ethernet_ ? ethernet_->connected() : false;
2298 return active_wifi_ ? active_wifi_->connected() : false;
2308 return active_cellular_ ? active_cellular_->connected() : false;
2317 return active_virtual_ ? active_virtual_->connected() : false;
2320 bool Connected() const {
2333 result = connected_network(); // happens if we are connected to a VPN.
2662 VLOG(1) << "Connected to service: " << network->name();
2943 // Use flimflam's ordering of the services to determine what the connected
2946 if (ethernet_ && ethernet_->connected())
2948 if ((active_wifi_ && active_wifi_->connected()) &&
2952 if ((active_cellular_ && active_cellular_->connected()) &&
3355 // Set ethernet_ to the first connected ethernet service, or the first
3356 // disconnected ethernet service if none are connected.
3357 if (ethernet_ == NULL || !ethernet_->connected())
3362 // Set active_wifi_ to the first connected or connecting wifi service.
3368 // Set active_cellular_ to first connected/connecting celluar service.
3373 // Set active_virtual_ to the first connected or connecting vpn service.
4096 wifi1->set_name("Fake Wifi Connected");
4242 // For monitoring data plan changes to the connected cellular network.
4272 // The current connected (or connecting) wifi network.
4281 // The current connected (or connecting) cellular network.
4287 // The current connected (or connecting) virtual network.
4299 // The current connected network devices. Bitwise flag of ConnectionTypes.
4390 bool Connected() const { return true; }