Home
last modified time | relevance | path

Searched refs:RECV_CLOSED (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel.cc303 DCHECK_NE(RECV_CLOSED, state_) in InClosingState()
715 DCHECK_NE(RECV_CLOSED, state_) in HandleFrameByState()
876 SetState(RECV_CLOSED); in RespondToClosingHandshake()
880 DCHECK_EQ(RECV_CLOSED, state_); in RespondToClosingHandshake()
899 DCHECK(state_ == CONNECTED || state_ == RECV_CLOSED); in SendFrameInternal()
949 DCHECK(state_ == CONNECTED || state_ == RECV_CLOSED); in SendClose()
H A Dwebsocket_channel.h172 RECV_CLOSED, // Used briefly between receiving a Close frame and sending enumerator