Home
last modified time | relevance | path

Searched refs:offer2 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
Dmediasession_unittest.cc678 rtc::scoped_ptr<SessionDescription> offer2( in TEST_F() local
680 data = offer2->GetContentByName("data"); in TEST_F()
740 rtc::scoped_ptr<SessionDescription> offer2( in TEST_F() local
742 ASSERT_TRUE(offer2.get() != NULL); in TEST_F()
743 EXPECT_EQ(2u, offer2->contents().size()); in TEST_F()
744 EXPECT_TRUE(IsMediaContentOfType(&offer2->contents()[0], MEDIA_TYPE_DATA)); in TEST_F()
745 EXPECT_TRUE(IsMediaContentOfType(&offer2->contents()[1], MEDIA_TYPE_VIDEO)); in TEST_F()
749 f1_.CreateOffer(opts, offer2.get())); in TEST_F()
871 rtc::scoped_ptr<SessionDescription> offer2( in TEST_F() local
873 ASSERT_TRUE(offer2.get() != NULL); in TEST_F()
[all …]
/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc2029 SessionDescriptionInterface* offer2 = CreateOffer(); in TEST_F() local
2030 SetLocalDescriptionWithoutError(offer2); in TEST_F()
2040 SessionDescriptionInterface* offer2 = CreateOffer(); in TEST_F() local
2041 SetRemoteDescriptionWithoutError(offer2); in TEST_F()
2886 SessionDescriptionInterface* offer2 = in TEST_F() local
2891 EXPECT_TRUE(offer2->AddCandidate(&ice_candidate2)); in TEST_F()
2892 SetRemoteDescriptionWithoutError(offer2); in TEST_F()