Searched refs:get_local_user_credentials (Results 1 – 5 of 5) sorted by relevance
| /webrtc/ice/src/agent/ |
| H A D | agent_vnet_test.rs | 252 let (a_ufrag, a_pwd) = a_agent.get_local_user_credentials().await; in connect_with_vnet() 253 let (b_ufrag, b_pwd) = b_agent.get_local_user_credentials().await; in connect_with_vnet() 961 let (controlling_ufrag, controlling_pwd) = controlling_agent.get_local_user_credentials().await; in test_write_use_valid_pair() 962 let (controlled_ufrag, controlled_pwd) = controlled_agent.get_local_user_credentials().await; in test_write_use_valid_pair()
|
| H A D | mod.rs | 321 pub async fn get_local_user_credentials(&self) -> (String, String) { in get_local_user_credentials() method 339 let (ufrag, _) = self.get_local_user_credentials().await; in close()
|
| H A D | agent_test.rs | 454 let (a_ufrag, a_pwd) = a_agent.get_local_user_credentials().await; in test_connectivity_on_startup() 455 let (b_ufrag, b_pwd) = b_agent.get_local_user_credentials().await; in test_connectivity_on_startup() 1897 let (ufrag, pwd) = agent_b.get_local_user_credentials().await; in test_agent_restart_both_side() 1900 let (ufrag, pwd) = agent_a.get_local_user_credentials().await; in test_agent_restart_both_side() 2050 let _ = a_agent.get_local_user_credentials().await; in test_run_task_in_connection_state_callback() 2116 let _ = a_agent.get_local_user_credentials().await; in test_run_task_in_selected_candidate_pair_change_callback()
|
| /webrtc/ice/examples/ |
| H A D | ping_pong.rs | 248 let (local_ufrag, local_pwd) = ice_agent.get_local_user_credentials().await; in main()
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_gatherer.rs | 227 agent.get_local_user_credentials().await in get_local_parameters()
|