| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | rtp_transceiver_test.rs | 195 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_set_codec_preferences_payload_type() 229 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_direction_change() 234 answer_pc.set_local_description(answer.clone()).await?; in test_rtp_transceiver_direction_change() 244 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_direction_change() 281 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_set_direction_causing_negotiation() 285 answer_pc.set_local_description(answer.clone()).await?; in test_rtp_transceiver_set_direction_causing_negotiation() 291 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_set_direction_causing_negotiation() 295 answer_pc.set_local_description(answer.clone()).await?; in test_rtp_transceiver_set_direction_causing_negotiation() 329 offer_pc.set_local_description(offer.clone()).await?; in test_rtp_transceiver_stopping() 334 answer_pc.set_local_description(answer.clone()).await?; in test_rtp_transceiver_stopping()
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | dtls_transport_test.rs | 80 pc_offer.set_local_description(offer).await?; in test_invalid_fingerprint_causes_failed() 99 pc_answer.set_local_description(answer.clone()).await?; in test_invalid_fingerprint_causes_failed()
|
| /webrtc/examples/examples/data-channels-flow-control/ |
| H A D | data-channels-flow-control.rs | 228 requester.set_local_description(reqs.clone()).await?; in main() 233 responder.set_local_description(resp.clone()).await?; in main()
|
| /webrtc/examples/examples/broadcast/ |
| H A D | broadcast.rs | 197 peer_connection.set_local_description(answer).await?; in main() 287 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_test.rs | 126 pc_offer.set_local_description(offer).await?; in signal_pair() 142 pc_answer.set_local_description(answer).await?; in signal_pair()
|
| /webrtc/examples/examples/data-channels/ |
| H A D | data-channels.rs | 172 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/data-channels-create/ |
| H A D | data-channels-create.rs | 156 peer_connection.set_local_description(offer).await?; in main()
|
| /webrtc/examples/examples/rtp-to-webrtc/ |
| H A D | rtp-to-webrtc.rs | 170 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/data-channels-detach-create/ |
| H A D | data-channels-detach-create.rs | 165 peer_connection.set_local_description(offer).await?; in main()
|
| /webrtc/examples/examples/data-channels-detach/ |
| H A D | data-channels-detach.rs | 181 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/simulcast/ |
| H A D | simulcast.rs | 236 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/data-channels-close/ |
| H A D | data-channels-close.rs | 210 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/insertable-streams/ |
| H A D | insertable-streams.rs | 240 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/reflect/ |
| H A D | reflect.rs | 290 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/rtp-forwarder/ |
| H A D | rtp-forwarder.rs | 293 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/ice-restart/ |
| H A D | ice-restart.rs | 165 if let Err(err) = pc.set_local_description(answer).await { in do_signaling()
|
| /webrtc/examples/examples/swap-tracks/ |
| H A D | swap-tracks.rs | 231 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/save-to-disk-h264/ |
| H A D | save-to-disk-h264.rs | 288 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/play-from-disk-h264/ |
| H A D | play-from-disk-h264.rs | 332 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/play-from-disk-vpx/ |
| H A D | play-from-disk-vpx.rs | 343 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/examples/examples/save-to-disk-vpx/ |
| H A D | save-to-disk-vpx.rs | 318 peer_connection.set_local_description(answer).await?; in main()
|
| /webrtc/webrtc/src/track/track_local/ |
| H A D | track_local_static_test.rs | 393 pc_answer.set_local_description(answer).await?; in test_track_local_static_binding_non_blocking()
|
| /webrtc/examples/examples/offer-answer/ |
| H A D | offer.rs | 342 peer_connection.set_local_description(offer).await?; in main()
|
| H A D | answer.rs | 158 if let Err(err) = pc.set_local_description(answer).await { in remote_handler()
|
| /webrtc/examples/examples/play-from-disk-renegotiation/ |
| H A D | play-from-disk-renegotiation.rs | 117 if let Err(err) = pc.set_local_description(answer).await { in do_signaling()
|