Searched refs:STATE_INPROGRESS (Results 1 – 7 of 7) sorted by relevance
405 GET_STRING_OF_STATE(STATE_INPROGRESS) in GetStateString()998 SetState(STATE_INPROGRESS); in UpdateSessionState()2008 (action == kOffer && state() == STATE_INPROGRESS) || in ExpectSetLocalDescription()2021 (action == kOffer && state() == STATE_INPROGRESS) || in ExpectSetRemoteDescription()
144 STATE_INPROGRESS, // Offer/answer exchange completed. enumerator
1205 case WebRtcSession::STATE_INPROGRESS: in OnSessionStateChange()
2084 SetLocalDescriptionExpectState(answer, WebRtcSession::STATE_INPROGRESS); in TEST_F()2111 SetRemoteDescriptionExpectState(answer, WebRtcSession::STATE_INPROGRESS); in TEST_F()
417 STATE_INPROGRESS, // Check has been sent, transaction is in progress. enumerator
1101 state_ = STATE_INPROGRESS; in Ping()
2289 EXPECT_EQ_WAIT(cricket::Connection::STATE_INPROGRESS, conn2->state(), 1000); in TEST_F()