Searched refs:offer2 (Results 1 – 2 of 2) sorted by relevance
678 rtc::scoped_ptr<SessionDescription> offer2( in TEST_F() local680 data = offer2->GetContentByName("data"); in TEST_F()740 rtc::scoped_ptr<SessionDescription> offer2( in TEST_F() local742 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() local873 ASSERT_TRUE(offer2.get() != NULL); in TEST_F()[all …]
2029 SessionDescriptionInterface* offer2 = CreateOffer(); in TEST_F() local2030 SetLocalDescriptionWithoutError(offer2); in TEST_F()2040 SessionDescriptionInterface* offer2 = CreateOffer(); in TEST_F() local2041 SetRemoteDescriptionWithoutError(offer2); in TEST_F()2886 SessionDescriptionInterface* offer2 = in TEST_F() local2891 EXPECT_TRUE(offer2->AddCandidate(&ice_candidate2)); in TEST_F()2892 SetRemoteDescriptionWithoutError(offer2); in TEST_F()