Home | History | Annotate | Download | only in network

Lines Matching refs:connection_state

188                                               connection_state());
267 std::string NetworkState::connection_state() const {
334 bool NetworkState::StateIsConnected(const std::string& connection_state) {
335 return (connection_state == shill::kStateReady ||
336 connection_state == shill::kStateOnline ||
337 connection_state == shill::kStatePortal);
341 bool NetworkState::StateIsConnecting(const std::string& connection_state) {
342 return (connection_state == shill::kStateAssociation ||
343 connection_state == shill::kStateConfiguration ||
344 connection_state == shill::kStateCarrier);