Searched refs:connection_state_ (Results 1 – 4 of 4) sorted by relevance
29 : 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 =()
79 ConnectionState connection_state() const { return connection_state_; } in connection_state()81 connection_state_ = connection_state; in set_connection_state()114 ConnectionState connection_state_;
189 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()
895 std::string connection_state_; variable