Home | History | Annotate | Download | only in cros

Lines Matching refs:connecting

2287     return ethernet_ ? ethernet_->connecting() : false;
2295 return active_wifi_ ? active_wifi_->connecting() : false;
2305 return active_cellular_ ? active_cellular_->connecting() : false;
2314 return active_virtual_ ? active_virtual_->connecting() : false;
2324 bool Connecting() const {
2694 // In order to be certain to trigger any notifications, set the connecting
2826 VLOG(1) << "Connecting to new VPN Service: " << service_path;
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.
4272 // The current connected (or connecting) wifi network.
4281 // The current connected (or connecting) cellular network.
4287 // The current connected (or connecting) virtual network.
4391 bool Connecting() const { return false; }