Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dmediasession_unittest.cc666 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL)); in TEST_F() local
667 ASSERT_TRUE(offer1.get() != NULL); in TEST_F()
668 const ContentInfo* data = offer1->GetContentByName("data"); in TEST_F()
679 f1_.CreateOffer(opts, offer1.get())); in TEST_F()
734 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL)); in TEST_F() local
735 ASSERT_TRUE(offer1.get() != NULL); in TEST_F()
736 EXPECT_EQ(1u, offer1->contents().size()); in TEST_F()
737 EXPECT_TRUE(IsMediaContentOfType(&offer1->contents()[0], MEDIA_TYPE_DATA)); in TEST_F()
741 f1_.CreateOffer(opts, offer1.get())); in TEST_F()
866 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL)); in TEST_F() local
[all …]
/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc2872 SessionDescriptionInterface* offer1 = in TEST_F() local
2878 EXPECT_TRUE(offer1->AddCandidate(&ice_candidate1)); in TEST_F()
2879 SetRemoteDescriptionWithoutError(offer1); in TEST_F()