• Home
  • Raw
  • Download

Lines Matching refs:GetContentByName

440     ContentInfo* ac_offer= offer->GetContentByName("audio");  in TestMediaDirectionInAnswer()
445 ContentInfo* vc_offer= offer->GetContentByName("video"); in TestMediaDirectionInAnswer()
487 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
488 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
511 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
512 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
620 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
621 const ContentInfo* dc = offer->GetContentByName("data"); in TEST_F()
656 EXPECT_TRUE(offer->GetContentByName("data") != NULL); in TEST_F()
668 const ContentInfo* data = offer1->GetContentByName("data"); in TEST_F()
680 data = offer2->GetContentByName("data"); in TEST_F()
695 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
696 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
775 const ContentInfo* ac = answer->GetContentByName("audio"); in TEST_F()
776 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F()
801 const ContentInfo* ac = answer->GetContentByName("audio"); in TEST_F()
802 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F()
834 const ContentInfo* ac = answer->GetContentByName("audio"); in TEST_F()
835 const ContentInfo* vc = answer->GetContentByName("data"); in TEST_F()
923 ContentInfo* dc_offer= offer->GetContentByName("data"); in TEST_F()
934 const ContentInfo* dc_answer = answer->GetContentByName("data"); in TEST_F()
960 const ContentInfo* ac_answer = answer->GetContentByName("audio"); in TEST_F()
1012 const ContentInfo* ac = answer->GetContentByName("audio"); in TEST_F()
1013 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F()
1014 const ContentInfo* dc = answer->GetContentByName("data"); in TEST_F()
1037 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
1038 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
1039 const ContentInfo* dc = offer->GetContentByName("data"); in TEST_F()
1160 const ContentInfo* ac = answer->GetContentByName("audio"); in TEST_F()
1161 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F()
1177 const ContentInfo* ac = answer->GetContentByName("audio"); in TEST_F()
1178 const ContentInfo* dc = answer->GetContentByName("data"); in TEST_F()
1194 ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
1195 ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
1196 ContentInfo* dc = offer->GetContentByName("data"); in TEST_F()
1205 ac = answer->GetContentByName("audio"); in TEST_F()
1206 vc = answer->GetContentByName("video"); in TEST_F()
1207 dc = answer->GetContentByName("data"); in TEST_F()
1235 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
1236 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
1237 const ContentInfo* dc = offer->GetContentByName("data"); 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()
1363 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
1404 const ContentInfo* ac = answer->GetContentByName("audio"); in TEST_F()
1405 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F()
1406 const ContentInfo* dc = answer->GetContentByName("data"); in TEST_F()
1472 ac = updated_answer->GetContentByName("audio"); in TEST_F()
1473 vc = updated_answer->GetContentByName("video"); in TEST_F()
1474 dc = updated_answer->GetContentByName("data"); in TEST_F()
1937 const ContentInfo* ac = copy->GetContentByName("audio"); in TEST()
1938 const ContentInfo* vc = copy->GetContentByName("video"); in TEST()
2077 ContentInfo* offer_content = offer->GetContentByName("audio"); in TEST_F()
2086 ContentInfo* answer_content = answer->GetContentByName("audio"); in TEST_F()
2103 ContentInfo* offer_content = offer->GetContentByName("audio"); in TEST_F()
2113 const ContentInfo* answer_content = answer->GetContentByName("audio"); in TEST_F()
2304 const ContentInfo* audio_content = offer->GetContentByName("audio"); in TEST_F()
2310 audio_content = offer->GetContentByName("audio"); in TEST_F()
2315 audio_content = answer->GetContentByName("audio"); in TEST_F()