Lines Matching refs:GetTransportDescriptionByName
2152 audio_trans_desc = offer->GetTransportDescriptionByName("audio"); in TEST_F()
2154 video_trans_desc = offer->GetTransportDescriptionByName("video"); in TEST_F()
2172 audio_trans_desc = answer->GetTransportDescriptionByName("audio"); in TEST_F()
2174 video_trans_desc = answer->GetTransportDescriptionByName("video"); in TEST_F()
2197 audio_trans_desc = answer->GetTransportDescriptionByName("audio"); in TEST_F()
2199 video_trans_desc = answer->GetTransportDescriptionByName("video"); in TEST_F()
2217 audio_trans_desc = offer->GetTransportDescriptionByName("audio"); in TEST_F()
2219 video_trans_desc = offer->GetTransportDescriptionByName("video"); in TEST_F()
2271 offer->GetTransportDescriptionByName("audio"); in TEST_F()
2274 offer->GetTransportDescriptionByName("video"); in TEST_F()
2277 offer->GetTransportDescriptionByName("data"); in TEST_F()
2285 answer->GetTransportDescriptionByName("audio"); in TEST_F()
2288 answer->GetTransportDescriptionByName("video"); in TEST_F()
2291 answer->GetTransportDescriptionByName("data"); in TEST_F()