Searched refs:offer4 (Results 1 – 2 of 2) sorted by relevance
758 rtc::scoped_ptr<SessionDescription> offer4(f1_.CreateOffer(opts, NULL)); in TEST_F() local759 ASSERT_TRUE(offer4.get() != NULL); in TEST_F()760 EXPECT_EQ(3u, offer4->contents().size()); in TEST_F()761 EXPECT_TRUE(IsMediaContentOfType(&offer4->contents()[0], MEDIA_TYPE_AUDIO)); in TEST_F()762 EXPECT_TRUE(IsMediaContentOfType(&offer4->contents()[1], MEDIA_TYPE_VIDEO)); in TEST_F()763 EXPECT_TRUE(IsMediaContentOfType(&offer4->contents()[2], MEDIA_TYPE_DATA)); in TEST_F()
2912 SessionDescriptionInterface* offer4 = in TEST_F() local2914 SetRemoteDescriptionWithoutError(offer4); in TEST_F()2970 SessionDescriptionInterface* offer4 = in TEST_F() local2972 SetRemoteDescriptionWithoutError(offer4); in TEST_F()