Searched refs:remote_ufrag (Results 1 – 8 of 8) sorted by relevance
| /webrtc/ice/src/agent/ |
| H A D | agent_transport.rs | 19 remote_ufrag: String, in dial() 24 .start_connectivity_checks(true, remote_ufrag, remote_pwd) in dial() 54 remote_ufrag: String, in accept() 59 .start_connectivity_checks(false, remote_ufrag, remote_pwd) in accept()
|
| H A D | agent_internal.rs | 17 pub(crate) remote_ufrag: String, field 170 remote_ufrag: String, in start_connectivity_checks() 183 remote_ufrag, in start_connectivity_checks() 186 self.set_remote_credentials(remote_ufrag, remote_pwd) in start_connectivity_checks() 900 ufrag_pwd.local_ufrag.clone() + ":" + ufrag_pwd.remote_ufrag.as_str(); in handle_inbound() 994 remote_ufrag: String, in set_remote_credentials() 997 if remote_ufrag.is_empty() { in set_remote_credentials() 1004 ufrag_pwd.remote_ufrag = remote_ufrag; in set_remote_credentials()
|
| H A D | mod.rs | 329 (ufrag_pwd.remote_ufrag.clone(), ufrag_pwd.remote_pwd.clone()) in get_remote_user_credentials() 355 remote_ufrag: String, in set_remote_credentials() 359 .set_remote_credentials(remote_ufrag, remote_pwd) in set_remote_credentials() 403 ufrag_pwd.remote_ufrag = String::new(); in restart()
|
| H A D | agent_selector.rs | 117 ufrag_pwd.remote_ufrag.clone() + ":" + ufrag_pwd.local_ufrag.as_str(); in nominate_pair() 278 let username = ufrag_pwd.remote_ufrag.clone() + ":" + ufrag_pwd.local_ufrag.as_str(); in ping_candidate() 430 let username = ufrag_pwd.remote_ufrag.clone() + ":" + ufrag_pwd.local_ufrag.as_str(); in ping_candidate()
|
| H A D | agent_test.rs | 264 ufrag_pwd.local_ufrag.to_owned() + ":" + ufrag_pwd.remote_ufrag.as_str(), in test_handle_peer_reflexive_udp_pflx_candidate() 689 format!("{}:{}", ufrag_pwd.local_ufrag, ufrag_pwd.remote_ufrag) in test_inbound_validity() 718 format!("{}:{}", ufrag_pwd.local_ufrag, ufrag_pwd.remote_ufrag) in test_inbound_validity() 747 format!("{}:{}", ufrag_pwd.local_ufrag, ufrag_pwd.remote_ufrag) in test_inbound_validity() 775 format!("{}:{}", ufrag_pwd.local_ufrag, ufrag_pwd.remote_ufrag), in test_inbound_validity() 805 format!("{}:{}", ufrag_pwd.local_ufrag, ufrag_pwd.remote_ufrag), in test_inbound_validity() 1929 let (remote_ufrag, remote_pwd) = { in test_get_remote_credentials() 1931 ufrag_pwd.remote_ufrag = "remoteUfrag".to_owned(); in test_get_remote_credentials() 1934 ufrag_pwd.remote_ufrag.to_owned(), in test_get_remote_credentials() 1941 assert_eq!(actual_ufrag, remote_ufrag); in test_get_remote_credentials()
|
| /webrtc/ice/examples/ |
| H A D | ping_pong.rs | 265 let (remote_ufrag, remote_pwd) = { in main() 312 ice_agent.dial(cancel_rx, remote_ufrag, remote_pwd).await? in main() 315 .accept(cancel_rx, remote_ufrag, remote_pwd) in main()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | mod.rs | 1467 let (remote_ufrag, remote_pwd, candidates) = extract_ice_details(parsed).await?; in set_remote_description() 1473 .have_remote_credentials_change(&remote_ufrag, &remote_pwd) in set_remote_description() 1483 .set_remote_credentials(remote_ufrag.clone(), remote_pwd.clone()) in set_remote_description() 1557 let ru = remote_ufrag.clone(); in set_remote_description()
|
| H A D | peer_connection_internal.rs | 599 remote_ufrag: String, in start_transports() 609 username_fragment: remote_ufrag, in start_transports()
|