Lines Matching refs:jsep_description
137 JsepTransportDescription jsep_description; in MakeJsepTransportDescription() local
138 jsep_description.rtcp_mux_enabled = rtcp_mux_enabled; in MakeJsepTransportDescription()
144 jsep_description.transport_desc = in MakeJsepTransportDescription()
147 return jsep_description; in MakeJsepTransportDescription()
178 JsepTransportDescription jsep_description; in TEST_P() local
179 jsep_description.transport_desc = TransportDescription(kIceUfrag1, kIcePwd1); in TEST_P()
180 jsep_description.rtcp_mux_enabled = rtcp_mux_enabled; in TEST_P()
183 ->SetLocalJsepTransportDescription(jsep_description, SdpType::kOffer) in TEST_P()
199 jsep_description.transport_desc = TransportDescription(kIceUfrag2, kIcePwd2); in TEST_P()
201 ->SetRemoteJsepTransportDescription(jsep_description, in TEST_P()
1261 JsepTransportDescription jsep_description; in TEST_F() local
1262 jsep_description.transport_desc = TransportDescription(kIceUfrag1, kIcePwd1); in TEST_F()
1263 jsep_description.transport_desc.AddOption(ICE_OPTION_RENOMINATION); in TEST_F()
1266 ->SetLocalJsepTransportDescription(jsep_description, SdpType::kOffer) in TEST_F()
1275 jsep_description.transport_desc = TransportDescription(kIceUfrag2, kIcePwd2); in TEST_F()
1276 jsep_description.transport_desc.AddOption(ICE_OPTION_RENOMINATION); in TEST_F()
1278 ->SetRemoteJsepTransportDescription(jsep_description, in TEST_F()