Searched refs:CONNECTIONROLE_ACTPASS (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel_unittest.cc | 456 client1_role == cricket::CONNECTIONROLE_ACTPASS)) ? in Connect() 462 client2_role == cricket::CONNECTIONROLE_ACTPASS)) ? in Connect() 487 return Connect(cricket::CONNECTIONROLE_ACTPASS, in Connect() 492 Negotiate(cricket::CONNECTIONROLE_ACTPASS, cricket::CONNECTIONROLE_ACTIVE); in Negotiate() 512 cricket::CONNECTIONROLE_ACTPASS, in NegotiateWithLegacy() 810 ASSERT_TRUE(Connect(cricket::CONNECTIONROLE_ACTPASS, in TEST_F() 845 ASSERT_TRUE(Connect(cricket::CONNECTIONROLE_ACTPASS, in TEST_F() 850 Renegotiate(&client1_, cricket::CONNECTIONROLE_ACTPASS, in TEST_F() 869 ASSERT_TRUE(Connect(cricket::CONNECTIONROLE_ACTPASS, in TEST_F() 875 cricket::CONNECTIONROLE_ACTPASS, NF_REOFFER); in TEST_F() [all …]
|
D | transportcontroller_unittest.cc | 116 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); in CreateChannelsAndCompleteConnection_w() 327 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); in TEST_F() 346 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); in TEST_F() 376 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); in TEST_F() 383 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); in TEST_F() 655 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); in TEST_F()
|
D | dtlstransport.h | 145 if (local_connection_role != CONNECTIONROLE_ACTPASS) { in NegotiateTransportDescription() 163 if (remote_connection_role != CONNECTIONROLE_ACTPASS && in NegotiateTransportDescription()
|
D | transportdescription.cc | 41 case cricket::CONNECTIONROLE_ACTPASS: in ConnectionRoleToString()
|
D | transportdescriptionfactory.cc | 43 if (!SetSecurityInfo(desc.get(), CONNECTIONROLE_ACTPASS)) { in CreateOffer()
|
D | transportdescription.h | 60 CONNECTIONROLE_ACTPASS, enumerator
|
D | transport_unittest.cc | 181 cricket::CONNECTIONROLE_ACTPASS, NULL, cricket::Candidates()); in TEST_F()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp_unittest.cc | 2710 EXPECT_EQ(cricket::CONNECTIONROLE_ACTPASS, in TEST_F() 2714 EXPECT_EQ(cricket::CONNECTIONROLE_ACTPASS, in TEST_F()
|