Home
last modified time | relevance | path

Searched refs:STATE_INPROGRESS (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc405 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()
Dwebrtcsession.h144 STATE_INPROGRESS, // Offer/answer exchange completed. enumerator
Dpeerconnection.cc1205 case WebRtcSession::STATE_INPROGRESS: in OnSessionStateChange()
Dwebrtcsession_unittest.cc2084 SetLocalDescriptionExpectState(answer, WebRtcSession::STATE_INPROGRESS); in TEST_F()
2111 SetRemoteDescriptionExpectState(answer, WebRtcSession::STATE_INPROGRESS); in TEST_F()
/external/webrtc/webrtc/p2p/base/
Dport.h417 STATE_INPROGRESS, // Check has been sent, transaction is in progress. enumerator
Dport.cc1101 state_ = STATE_INPROGRESS; in Ping()
Dp2ptransportchannel_unittest.cc2289 EXPECT_EQ_WAIT(cricket::Connection::STATE_INPROGRESS, conn2->state(), 1000); in TEST_F()