Searched refs:offer3 (Results 1 – 2 of 2) sorted by relevance
748 rtc::scoped_ptr<SessionDescription> offer3( in TEST_F() local750 ASSERT_TRUE(offer3.get() != NULL); in TEST_F()751 EXPECT_EQ(3u, offer3->contents().size()); in TEST_F()752 EXPECT_TRUE(IsMediaContentOfType(&offer3->contents()[0], MEDIA_TYPE_DATA)); in TEST_F()753 EXPECT_TRUE(IsMediaContentOfType(&offer3->contents()[1], MEDIA_TYPE_VIDEO)); in TEST_F()754 EXPECT_TRUE(IsMediaContentOfType(&offer3->contents()[2], MEDIA_TYPE_AUDIO)); in TEST_F()877 rtc::scoped_ptr<SessionDescription> offer3( in TEST_F() local879 ASSERT_TRUE(offer3.get() != NULL); in TEST_F()882 f2_.CreateAnswer(offer3.get(), opts, NULL)); in TEST_F()
2899 SessionDescriptionInterface* offer3 = in TEST_F() local2904 EXPECT_TRUE(offer3->AddCandidate(&ice_candidate3)); in TEST_F()2905 SetRemoteDescriptionWithoutError(offer3); in TEST_F()