Searched refs:offer1 (Results 1 – 2 of 2) sorted by relevance
666 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL)); in TEST_F() local667 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() local735 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 …]
2872 SessionDescriptionInterface* offer1 = in TEST_F() local2878 EXPECT_TRUE(offer1->AddCandidate(&ice_candidate1)); in TEST_F()2879 SetRemoteDescriptionWithoutError(offer1); in TEST_F()