Home
last modified time | relevance | path

Searched refs:transport1 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc79 transport1 = new LoopBackTransport(); in SetUp()
91 configuration.outgoing_transport = transport1; in SetUp()
119 transport1->SetSendModule(module2, rtp_payload_registry2_.get(), in SetUp()
173 delete transport1; in TearDown()
189 LoopBackTransport* transport1; member in webrtc::__anonb6bb32080111::RtpRtcpRtcpTest
Dtest_api_audio.cc93 transport1 = new LoopBackTransport(); in SetUp()
108 configuration.outgoing_transport = transport1; in SetUp()
125 transport1->SetSendModule(module2, rtp_payload_registry2_.get(), in SetUp()
134 delete transport1; in TearDown()
152 LoopBackTransport* transport1; member in webrtc::__anon2cb5cd810111::RtpRtcpAudioTest
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc885 const cricket::TransportInfo transport1 = transports1.at(i); in CompareSessionDescription() local
887 EXPECT_EQ(transport1.content_name, transport2.content_name); in CompareSessionDescription()
888 EXPECT_EQ(transport1.description.ice_ufrag, in CompareSessionDescription()
890 EXPECT_EQ(transport1.description.ice_pwd, in CompareSessionDescription()
892 if (transport1.description.identity_fingerprint) { in CompareSessionDescription()
893 EXPECT_EQ(*transport1.description.identity_fingerprint, in CompareSessionDescription()
896 EXPECT_EQ(transport1.description.identity_fingerprint.get(), in CompareSessionDescription()
899 EXPECT_EQ(transport1.description.transport_options, in CompareSessionDescription()
901 EXPECT_TRUE(CompareCandidates(transport1.description.candidates, in CompareSessionDescription()