Home | History | Annotate | Download | only in media

Lines Matching refs:SetRemoteContent

223       result = channel2_->SetRemoteContent(&remote_media_content1_,
237 return channel1_->SetRemoteContent(&remote_media_content2_,
246 result = channel2_->SetRemoteContent(&remote_media_content1_,
257 result = channel1_->SetRemoteContent(&remote_media_content2_,
268 result = channel1_->SetRemoteContent(&remote_media_content2_,
493 // Test that SetLocalContent and SetRemoteContent properly configure
501 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL));
507 // Test that SetLocalContent and SetRemoteContent properly deals
515 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL));
521 // Test that SetLocalContent and SetRemoteContent properly set RTCP
532 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL));
537 EXPECT_TRUE(channel2_->SetRemoteContent(&content, CA_ANSWER, NULL));
541 // Test that SetLocalContent and SetRemoteContent properly set RTCP
551 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_PRANSWER, NULL));
553 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL));
559 EXPECT_TRUE(channel2_->SetRemoteContent(&content, CA_PRANSWER, NULL));
560 EXPECT_TRUE(channel2_->SetRemoteContent(&content, CA_ANSWER, NULL));
564 // Test that SetRemoteContent properly deals with a content update.
573 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL));
582 EXPECT_TRUE(channel1_->SetRemoteContent(&update_content, CA_UPDATE, NULL));
589 EXPECT_TRUE(channel1_->SetRemoteContent(&empty_content, CA_UPDATE, NULL));
674 // Test that SetRemoteContent properly handles adding and removing
702 EXPECT_TRUE(channel1_->SetRemoteContent(&content1, CA_OFFER, NULL));
714 EXPECT_TRUE(channel1_->SetRemoteContent(&content2, CA_UPDATE, NULL));
726 EXPECT_TRUE(channel1_->SetRemoteContent(&content3, CA_UPDATE, NULL));
736 EXPECT_TRUE(channel1_->SetRemoteContent(&content4, CA_UPDATE, NULL));
742 // Test that SetLocalContent and SetRemoteContent properly
767 EXPECT_TRUE(channel2_->SetRemoteContent(&content1, CA_OFFER, NULL));
774 EXPECT_TRUE(channel1_->SetRemoteContent(&content2, CA_ANSWER, NULL));
791 EXPECT_TRUE(channel1_->SetRemoteContent(&content3, CA_OFFER, NULL));
801 EXPECT_TRUE(channel2_->SetRemoteContent(&content4, CA_ANSWER, NULL));
832 EXPECT_TRUE(channel2_->SetRemoteContent(&local_media_content1_,
858 EXPECT_TRUE(channel1_->SetRemoteContent(&local_media_content2_,
889 EXPECT_TRUE(channel2_->SetRemoteContent(&content1, CA_OFFER, NULL));
891 EXPECT_TRUE(channel1_->SetRemoteContent(&content2, CA_PRANSWER, NULL));
906 EXPECT_TRUE(channel1_->SetRemoteContent(&content2, CA_PRANSWER, NULL));
920 EXPECT_TRUE(channel1_->SetRemoteContent(&content2, CA_ANSWER, NULL));
1775 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL));