Home
last modified time | relevance | path

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

/webrtc/webrtc/src/ice_transport/
H A Dice_role.rs14 Controlling, enumerator
27 ICE_ROLE_CONTROLLING_STR => RTCIceRole::Controlling, in from()
37 RTCIceRole::Controlling => write!(f, "{ICE_ROLE_CONTROLLING_STR}"), in fmt()
52 ("controlling", RTCIceRole::Controlling), in test_new_ice_role()
65 (RTCIceRole::Controlling, "controlling"), in test_ice_role_string()
H A Dmod.rs159 RTCIceRole::Controlling => { in start()
/webrtc/ice/src/control/
H A Dmod.rs85 if self.role == Role::Controlling { in add_to()
97 self.role = Role::Controlling; in get_from()
113 Controlling, enumerator
120 Self::Controlling in default()
127 "controlling" => Self::Controlling, in from()
137 Self::Controlling => "controlling", in fmt()
H A Dcontrol_test.rs102 c.role = Role::Controlling; in test_control_get_from()
/webrtc/examples/examples/ortc/
H A Dortc.rs175 RTCIceRole::Controlling in main()
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs303 if self.ice_transport.role().await == RTCIceRole::Controlling { in role()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs1309 RTCIceRole::Controlling in set_signal()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs1535 RTCIceRole::Controlling in set_remote_description()