Home
last modified time | relevance | path

Searched refs:connection_state_ (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dsocket_info.cc29 : connection_state_(connection_state), in SocketInfo()
40 : connection_state_(kConnectionStateUnknown), in SocketInfo()
51 : connection_state_(socket_info.connection_state_), in SocketInfo()
64 connection_state_ = socket_info.connection_state_; in operator =()
Dsocket_info.h79 ConnectionState connection_state() const { return connection_state_; } in connection_state()
81 connection_state_ = connection_state; in set_connection_state()
114 ConnectionState connection_state_;
Dmanager.cc189 store_.RegisterConstString(kConnectionStateProperty, &connection_state_); in Manager()
2107 if (connection_state_ == connection_state) { in RefreshConnectionState()
2110 connection_state_ = connection_state; in RefreshConnectionState()
2111 adaptor_->EmitStringChanged(kConnectionStateProperty, connection_state_); in RefreshConnectionState()
2120 } else if (connection_state_ == kStateIdle) { in RefreshConnectionState()
Dmanager.h895 std::string connection_state_; variable