Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 53) sorted by relevance

123

/webrtc/turn/src/auth/
H A Dmod.rs13 fn auth_handle(&self, username: &str, realm: &str, src_addr: SocketAddr) -> Result<Vec<u8>>; in auth_handle()
18 shared_secret: &str, in generate_long_term_credentials()
27 fn long_term_credentials(username: &str, shared_secret: &str) -> String { in long_term_credentials()
37 pub fn generate_auth_key(username: &str, realm: &str, password: &str) -> Vec<u8> { in generate_auth_key()
50 fn auth_handle(&self, username: &str, realm: &str, src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle()
/webrtc/ice/src/mdns/
H A Dmod.rs42 mdns_name: &str, in create_multicast_dns()
43 dest_addr: &str, in create_multicast_dns()
/webrtc/ice/src/candidate/
H A Dcandidate_relay_test.rs19 _username: &str, in auth_handle()
20 _realm: &str, in auth_handle()
/webrtc/turn/src/server/request/
H A Drequest_test.rs54 fn auth_handle(&self, _username: &str, _realm: &str, _src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle()
/webrtc/sdp/src/lexer/
H A Dmod.rs51 pub fn index_of(element: &str, data: &[&str]) -> i32 { in index_of()
60 pub fn key_value_build(key: &str, value: Option<&String>) -> String { in key_value_build()
/webrtc/webrtc/src/rtp_transceiver/fmtp/h264/
H A Dmod.rs6 fn profile_level_id_matches(a: &str, b: &str) -> bool { in profile_level_id_matches()
36 fn mime_type(&self) -> &str { in mime_type()
/webrtc/webrtc/src/rtp_transceiver/fmtp/
H A Dmod.rs15 fn mime_type(&self) -> &str; in mime_type()
36 pub fn parse(mime_type: &str, line: &str) -> Box<dyn Fmtp> { in parse()
/webrtc/turn/examples/
H A Dturn_server_udp.rs29 username: &str, in auth_handle()
30 _realm: &str, in auth_handle()
/webrtc/turn/src/client/
H A Dclient_test.rs123 fn auth_handle(&self, username: &str, realm: &str, _src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle()
/webrtc/mdns/src/conn/
H A Dmod.rs165 name: &str, in query()
208 async fn send_question(&self, name: &str) { in send_question()
385 name: &str, in send_answer()
/webrtc/webrtc/src/ice_transport/
H A Dice_candidate_pair.rs20 fn stats_id(local_id: &str, remote_id: &str) -> String { in stats_id()
H A Dmod.rs334 new_ufrag: &str, in have_remote_credentials_change()
335 new_pwd: &str, in have_remote_credentials_change()
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_rtp.rs189 fn id(&self) -> &str { in id()
194 fn stream_id(&self) -> &str { in stream_id()
H A Dtrack_local_static_sample.rs220 fn id(&self) -> &str { in id()
225 fn stream_id(&self) -> &str { in stream_id()
H A Dmod.rs88 fn id(&self) -> &str; in id()
91 fn stream_id(&self) -> &str; in stream_id()
/webrtc/turn/src/server/
H A Dserver_test.rs32 fn auth_handle(&self, username: &str, _realm: &str, _src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle()
/webrtc/webrtc/src/rtp_transceiver/fmtp/generic/
H A Dmod.rs33 fn mime_type(&self) -> &str { in mime_type()
/webrtc/util/src/vnet/
H A Dinterface.rs21 pub fn name(&self) -> &str { in name()
H A Dnet.rs128 async fn add_addrs_to_interface(&mut self, ifc_name: &str, addrs: &[IpNet]) -> Result<()> { in add_addrs_to_interface()
356 remote_addr: &str, in dail()
535 remote_addr: &str, in dail()
/webrtc/util/src/
H A Dlib.rs28 label: &str, in export_keying_material()
/webrtc/rtp/src/extension/
H A Dmod.rs26 pub fn uri(&self) -> Cow<'static, str> { in uri() argument
/webrtc/turn/src/client/relay_conn/
H A Drelay_conn_test.rs33 _to: &str, in perform_transaction()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs395 fn auth_handle(&self, username: &str, realm: &str, _src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle()
/webrtc/ice/src/udp_mux/
H A Dmod.rs48 async fn remove_conn_by_ufrag(&self, ufrag: &str); in remove_conn_by_ufrag()
287 async fn remove_conn_by_ufrag(&self, ufrag: &str) { in remove_conn_by_ufrag()
/webrtc/webrtc/src/data_channel/
H A Dmod.rs442 pub fn label(&self) -> &str { in label()
466 pub fn protocol(&self) -> &str { in protocol()
549 pub(crate) fn get_stats_id(&self) -> &str { in get_stats_id()

123