Home
last modified time | relevance | path

Searched refs:policy (Results 1 – 8 of 8) sorted by relevance

/webrtc/webrtc/src/peer_connection/
H A Dconfiguration.rs3 use crate::peer_connection::policy::bundle_policy::RTCBundlePolicy;
4 use crate::peer_connection::policy::ice_transport_policy::RTCIceTransportPolicy;
5 use crate::peer_connection::policy::rtcp_mux_policy::RTCRtcpMuxPolicy;
H A Dmod.rs10 pub mod policy; module
/webrtc/constraints/src/algorithms/select_settings/
H A Dtie_breaking.rs119 let policy = FirstPolicy::default(); in first() localVariable
121 let actual = policy.select_candidate(&settings); in first()
179 let policy = ClosestToIdealPolicy::new(ideal.clone(), &supported_constraints); in closest_to_ideal() localVariable
181 let actual = policy.select_candidate(&settings); in closest_to_ideal()
/webrtc/webrtc/src/peer_connection/policy/
H A Dice_transport_policy.rs72 for (policy, expected_string) in tests { in test_ice_transport_policy_string()
73 assert_eq!(policy.to_string(), expected_string); in test_ice_transport_policy_string()
H A Drtcp_mux_policy.rs74 for (policy, expected_string) in tests { in test_rtcp_mux_policy_string()
75 assert_eq!(policy.to_string(), expected_string); in test_rtcp_mux_policy_string()
H A Dbundle_policy.rs89 for (policy, expected_string) in tests { in test_bundle_policy_string()
90 assert_eq!(policy.to_string(), expected_string); in test_bundle_policy_string()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs8 use crate::peer_connection::policy::ice_transport_policy::RTCIceTransportPolicy;
/webrtc/
H A DREADME.md110 Our minimum supported rust version(MSRV) policy is to support versions of the compiler released wit…