Home
last modified time | relevance | path

Searched refs:get_local_user_credentials (Results 1 – 5 of 5) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs252 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 Dmod.rs321 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 Dagent_test.rs454 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 Dping_pong.rs248 let (local_ufrag, local_pwd) = ice_agent.get_local_user_credentials().await; in main()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs227 agent.get_local_user_credentials().await in get_local_parameters()