Searched refs:Auto (Results 1 – 3 of 3) sorted by relevance
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | dtls_role.rs | 17 Auto = 1, enumerator 40 pub(crate) const DEFAULT_DTLS_ROLE_OFFER: DTLSRole = DTLSRole::Auto; 45 DTLSRole::Auto => write!(f, "auto"), in fmt() 65 _ => return DTLSRole::Auto, in from() 68 return DTLSRole::Auto; in from() 74 DTLSRole::Auto in from() 83 DTLSRole::Auto => ConnectionRole::Actpass, in to_connection_role() 101 (DTLSRole::Auto, "auto"), in test_dtls_role_string() 136 ("No MediaDescriptions", NO_MEDIA.to_owned(), DTLSRole::Auto), in test_dtls_role_from_remote_sdp() 140 DTLSRole::Auto, in test_dtls_role_from_remote_sdp() [all …]
|
| H A D | mod.rs | 164 role: DTLSRole::Auto, // always returns the default role in get_local_parameters()
|
| /webrtc/webrtc/src/api/setting_engine/ |
| H A D | setting_engine_test.rs | 85 s.set_answering_dtls_role(DTLSRole::Auto).is_err(), in test_set_answering_dtls_role()
|