Home
last modified time | relevance | path

Searched refs:kIceConnectionFailed (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller_unittest.cc438 EXPECT_EQ_WAIT(cricket::kIceConnectionFailed, connection_state_, kTimeout); in TEST_F()
459 EXPECT_EQ_WAIT(cricket::kIceConnectionFailed, connection_state_, kTimeout); in TEST_F()
493 EXPECT_EQ_WAIT(cricket::kIceConnectionFailed, connection_state_, kTimeout); in TEST_F()
Dtransport.h53 kIceConnectionFailed, enumerator
Dtransportcontroller.cc577 new_connection_state = kIceConnectionFailed; in UpdateAggregateStates_w()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1534 ASSERT(state == PeerConnectionInterface::kIceConnectionFailed || in SetIceConnectionState()
1546 case PeerConnectionInterface::kIceConnectionFailed: in SetIceConnectionState()
1553 state == PeerConnectionInterface::kIceConnectionFailed); in SetIceConnectionState()
1587 case cricket::kIceConnectionFailed: in OnTransportControllerConnectionState()
1588 SetIceConnectionState(PeerConnectionInterface::kIceConnectionFailed); in OnTransportControllerConnectionState()
Dpeerconnectioninterface.h194 kIceConnectionFailed, enumerator
/external/webrtc/talk/app/webrtc/objc/
DRTCEnumConverter.mm45 case webrtc::PeerConnectionInterface::kIceConnectionFailed: