Home | History | Annotate | Download | only in cros

Lines Matching defs:ConnectionState

52 enum ConnectionState {
284 ConnectionState connection_state() const { return state_; }
294 ConnectionState state() const { return state_; }
323 static bool IsConnectingState(ConnectionState state) {
364 ConnectionState state_;
383 void set_state(ConnectionState state) { state_ = state; }