Home | History | Annotate | Download | only in cros

Lines Matching refs:Connected

287   bool connected() const { return state_ == STATE_READY; }
288 bool connecting_or_connected() const { return connecting() || connected(); }
299 // network traffic is being routed? A network can be connected,
380 void set_connected(bool connected) {
381 state_ = (connected ? STATE_READY : STATE_IDLE);
586 return restricted_pool() && connected() && activated();
987 // Return true if any network is currently connected.
988 virtual bool Connected() const = 0;
993 // Returns the current IP address if connected. If not, returns empty string.