Searched refs:updated_offer (Results 1 – 2 of 2) sorted by relevance
591 rtc::scoped_ptr<SessionDescription> updated_offer(f1_.CreateOffer( in TEST_F() local595 GetFirstAudioContentDescription(updated_offer.get()); in TEST_F()597 GetFirstVideoContentDescription(updated_offer.get()); in TEST_F()599 GetFirstDataContentDescription(updated_offer.get()); in TEST_F()1303 updated_offer(f1_.CreateOffer(opts, offer.get())); in TEST_F() local1305 ASSERT_TRUE(updated_offer.get() != NULL); in TEST_F()1306 ac = updated_offer->GetContentByName("audio"); in TEST_F()1307 vc = updated_offer->GetContentByName("video"); in TEST_F()1308 dc = updated_offer->GetContentByName("data"); in TEST_F()1536 rtc::scoped_ptr<SessionDescription> updated_offer( in TEST_F() local[all …]
1651 SessionDescriptionInterface* updated_offer = in TEST_F() local1655 EXPECT_TRUE(DoSetSessionDescription(updated_offer, false)); in TEST_F()