Home
last modified time | relevance | path

Searched refs:Unspecified (Results 1 – 25 of 54) sorted by relevance

123

/webrtc/ice/src/state/
H A Dmod.rs9 Unspecified, enumerator
35 Self::Unspecified in default()
42 Self::Unspecified => "Unspecified", in fmt()
65 _ => Self::Unspecified, in from()
73 Unspecified, enumerator
91 _ => Self::Unspecified, in from()
98 Self::Unspecified in default()
108 Self::Unspecified => "unspecified", in fmt()
H A Dstate_test.rs7 (ConnectionState::Unspecified, "Unspecified"), in test_connected_state_string()
31 (GatheringState::Unspecified, "unspecified"), in test_gathering_state_string()
/webrtc/ice/src/network_type/
H A Dmod.rs27 Unspecified, enumerator
53 _ => Self::Unspecified, in from()
65 Self::Unspecified => "unspecified", in fmt()
73 Self::Unspecified in default()
96 Self::Unspecified => "Unspecified".to_owned(), in network_short()
105 Self::Udp4 | Self::Udp6 | Self::Unspecified => false, in is_reliable()
114 Self::Udp6 | Self::Tcp6 | Self::Unspecified => false, in is_ipv4()
123 Self::Udp4 | Self::Tcp4 | Self::Unspecified => false, in is_ipv6()
/webrtc/ice/src/external_ip_mapper/
H A Dexternal_ip_mapper_test.rs22 let m = ExternalIpMapper::new(CandidateType::Unspecified, &[])?; in test_external_ip_mapper_new_external_ip_mapper()
26 let m = ExternalIpMapper::new(CandidateType::Unspecified, &["1.2.3.4".to_owned()])?.unwrap(); in test_external_ip_mapper_new_external_ip_mapper()
47 let m = ExternalIpMapper::new(CandidateType::Unspecified, &["2601:4567::5678".to_owned()])? in test_external_ip_mapper_new_external_ip_mapper()
57 CandidateType::Unspecified, in test_external_ip_mapper_new_external_ip_mapper()
116 CandidateType::Unspecified, in test_external_ip_mapper_new_external_ip_mapper_with_explicit_local_ip()
123 CandidateType::Unspecified, in test_external_ip_mapper_new_external_ip_mapper_with_explicit_local_ip()
142 CandidateType::Unspecified, in test_external_ip_mapper_new_external_ip_mapper_with_explicit_local_ip()
154 CandidateType::Unspecified, in test_external_ip_mapper_new_external_ip_mapper_with_implicit_local_ip()
161 CandidateType::Unspecified, in test_external_ip_mapper_new_external_ip_mapper_with_implicit_local_ip()
173 CandidateType::Unspecified, in test_external_ip_mapper_find_external_ip_without_explicit_local_ip()
[all …]
/webrtc/webrtc/src/sctp_transport/
H A Dsctp_transport_state.rs8 Unspecified, enumerator
36 _ => RTCSctpTransportState::Unspecified, in from()
47 _ => RTCSctpTransportState::Unspecified, in from()
58 RTCSctpTransportState::Unspecified => crate::UNSPECIFIED_STR, in fmt()
71 (crate::UNSPECIFIED_STR, RTCSctpTransportState::Unspecified), in test_new_sctp_transport_state()
89 (RTCSctpTransportState::Unspecified, crate::UNSPECIFIED_STR), in test_sctp_transport_state_string()
/webrtc/ice/src/tcp_type/
H A Dmod.rs11 Unspecified, enumerator
27 _ => Self::Unspecified, in from()
38 Self::Unspecified => "unspecified", in fmt()
46 Self::Unspecified in default()
H A Dtcp_type_test.rs10 assert_eq!(TcpType::from("something else"), TcpType::Unspecified); in test_tcp_type()
12 assert_eq!(TcpType::Unspecified.to_string(), "unspecified"); in test_tcp_type()
/webrtc/webrtc/src/peer_connection/policy/
H A Drtcp_mux_policy.rs9 Unspecified = 0, enumerator
33 _ => RTCRtcpMuxPolicy::Unspecified, in from()
43 RTCRtcpMuxPolicy::Unspecified => crate::UNSPECIFIED_STR, in fmt()
56 ("Unspecified", RTCRtcpMuxPolicy::Unspecified), in test_new_rtcp_mux_policy()
69 (RTCRtcpMuxPolicy::Unspecified, "Unspecified"), in test_rtcp_mux_policy_string()
H A Dbundle_policy.rs11 Unspecified = 0, enumerator
46 _ => RTCBundlePolicy::Unspecified, in from()
69 ("Unspecified", RTCBundlePolicy::Unspecified), in test_new_bundle_policy()
83 (RTCBundlePolicy::Unspecified, "Unspecified"), in test_bundle_policy_string()
H A Dsdp_semantics.rs10 Unspecified = 0, enumerator
42 _ => RTCSdpSemantics::Unspecified, in from()
53 RTCSdpSemantics::Unspecified => crate::UNSPECIFIED_STR, in fmt()
70 (RTCSdpSemantics::Unspecified, "Unspecified"), in test_sdp_semantics_string()
H A Dice_transport_policy.rs9 Unspecified = 0, enumerator
33 _ => RTCIceTransportPolicy::Unspecified, in from()
43 RTCIceTransportPolicy::Unspecified => crate::UNSPECIFIED_STR, in fmt()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_state.rs9 Unspecified = 0, enumerator
45 _ => RTCDataChannelState::Unspecified, in from()
57 _ => RTCDataChannelState::Unspecified, in from()
69 RTCDataChannelState::Unspecified => crate::UNSPECIFIED_STR, in fmt()
82 (crate::UNSPECIFIED_STR, RTCDataChannelState::Unspecified), in test_new_data_channel_state()
101 (RTCDataChannelState::Unspecified, crate::UNSPECIFIED_STR), in test_data_channel_state_string()
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_transport_state.rs7 Unspecified = 0, enumerator
46 _ => RTCDtlsTransportState::Unspecified, in from()
59 _ => RTCDtlsTransportState::Unspecified, in from()
72 RTCDtlsTransportState::Unspecified => crate::UNSPECIFIED_STR, in fmt()
85 (crate::UNSPECIFIED_STR, RTCDtlsTransportState::Unspecified), in test_new_dtls_transport_state()
105 (RTCDtlsTransportState::Unspecified, crate::UNSPECIFIED_STR), in test_dtls_transport_state_string()
/webrtc/webrtc/src/ice_transport/
H A Dice_connection_state.rs7 Unspecified, enumerator
63 _ => RTCIceConnectionState::Unspecified, in from()
78 _ => RTCIceConnectionState::Unspecified, in from()
93 RTCIceConnectionState::Unspecified => crate::UNSPECIFIED_STR, in fmt()
106 (crate::UNSPECIFIED_STR, RTCIceConnectionState::Unspecified), in test_new_ice_connection_state()
128 (RTCIceConnectionState::Unspecified, crate::UNSPECIFIED_STR), in test_ice_connection_state_string()
H A Dice_transport_state.rs8 Unspecified, enumerator
65 _ => RTCIceTransportState::Unspecified, in from()
80 _ => Self::Unspecified, in from()
118 _ => RTCIceTransportState::Unspecified, in from()
133 _ => ConnectionState::Unspecified, in to_ice()
145 (RTCIceTransportState::Unspecified, "Unspecified"), in test_ice_transport_state_string()
164 RTCIceTransportState::Unspecified, in test_ice_transport_state_convert()
165 ConnectionState::Unspecified, in test_ice_transport_state_convert()
H A Dice_role.rs8 Unspecified, enumerator
29 _ => RTCIceRole::Unspecified, in from()
51 ("Unspecified", RTCIceRole::Unspecified), in test_new_ice_role()
64 (RTCIceRole::Unspecified, "Unspecified"), in test_ice_role_string()
H A Dice_credential_type.rs8 Unspecified, enumerator
28 _ => RTCIceCredentialType::Unspecified, in from()
50 ("Unspecified", RTCIceCredentialType::Unspecified), in test_new_ice_credential_type()
63 (RTCIceCredentialType::Unspecified, "Unspecified"), in test_ice_credential_type_string()
H A Dice_candidate_type.rs9 Unspecified, enumerator
55 _ => RTCIceCandidateType::Unspecified, in from()
67 _ => RTCIceCandidateType::Unspecified, in from()
91 ("Unspecified", RTCIceCandidateType::Unspecified), in test_ice_candidate_type()
107 (RTCIceCandidateType::Unspecified, "Unspecified"), in test_ice_candidate_type_string()
H A Dice_gathering_state.rs7 Unspecified, enumerator
34 _ => RTCIceGatheringState::Unspecified, in from()
59 ("Unspecified", RTCIceGatheringState::Unspecified), in test_new_ice_gathering_state()
73 (RTCIceGatheringState::Unspecified, "Unspecified"), in test_ice_gathering_state_string()
H A Dice_protocol.rs9 Unspecified, enumerator
31 RTCIceProtocol::Unspecified in from()
53 ("Unspecified", RTCIceProtocol::Unspecified), in test_new_ice_protocol()
69 (RTCIceProtocol::Unspecified, "Unspecified"), in test_ice_protocol_string()
H A Dice_gatherer_state.rs7 Unspecified, enumerator
37 _ => RTCIceGathererState::Unspecified, in from()
49 _ => RTCIceGathererState::Unspecified, in from()
77 (RTCIceGathererState::Unspecified, "Unspecified"), in test_ice_gatherer_state_string()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_state.rs7 Unspecified, enumerator
55 _ => RTCPeerConnectionState::Unspecified, in from()
69 _ => RTCPeerConnectionState::Unspecified, in from()
83 RTCPeerConnectionState::Unspecified => crate::UNSPECIFIED_STR, in fmt()
117 (crate::UNSPECIFIED_STR, RTCPeerConnectionState::Unspecified), in test_new_peer_connection_state()
138 (RTCPeerConnectionState::Unspecified, crate::UNSPECIFIED_STR), in test_peer_connection_state_string()
/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_direction.rs6 Unspecified, enumerator
37 _ => RTCRtpTransceiverDirection::Unspecified, in from()
49 _ => RTCRtpTransceiverDirection::Unspecified, in from()
116 ("Unspecified", RTCRtpTransceiverDirection::Unspecified), in test_new_rtp_transceiver_direction()
131 (RTCRtpTransceiverDirection::Unspecified, "Unspecified"), in test_rtp_transceiver_direction_string()
146 (RTCRtpTransceiverDirection::Unspecified, false), in test_rtp_transceiver_has_send()
161 (RTCRtpTransceiverDirection::Unspecified, false), in test_rtp_transceiver_has_recv()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_type.rs8 Unspecified = 0, enumerator
50 _ => RTCSdpType::Unspecified, in from()
74 ("Unspecified", RTCSdpType::Unspecified), in test_new_sdp_type()
89 (RTCSdpType::Unspecified, "Unspecified"), in test_sdp_type_string()
/webrtc/ice/src/candidate/
H A Dmod.rs93 Unspecified, enumerator
112 CandidateType::Unspecified => "Unknown candidate type", in fmt()
120 Self::Unspecified in default()
137 Self::Relay | CandidateType::Unspecified => 0, in preference()
175 Unspecified = 0, enumerator
202 _ => Self::Unspecified, in from()
209 Self::Unspecified in default()
220 Self::Unspecified => "unspecified", in fmt()

123