Home
last modified time | relevance | path

Searched refs:updated_offer (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
Dmediasession_unittest.cc591 rtc::scoped_ptr<SessionDescription> updated_offer(f1_.CreateOffer( in TEST_F() local
595 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() local
1305 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 …]
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface_unittest.cc1651 SessionDescriptionInterface* updated_offer = in TEST_F() local
1655 EXPECT_TRUE(DoSetSessionDescription(updated_offer, false)); in TEST_F()