Searched refs:Controlling (Results 1 – 8 of 8) sorted by relevance
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_role.rs | 14 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 D | mod.rs | 159 RTCIceRole::Controlling => { in start()
|
| /webrtc/ice/src/control/ |
| H A D | mod.rs | 85 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 D | control_test.rs | 102 c.role = Role::Controlling; in test_control_get_from()
|
| /webrtc/examples/examples/ortc/ |
| H A D | ortc.rs | 175 RTCIceRole::Controlling in main()
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | mod.rs | 303 if self.ice_transport.role().await == RTCIceRole::Controlling { in role()
|
| /webrtc/webrtc/src/data_channel/ |
| H A D | data_channel_test.rs | 1309 RTCIceRole::Controlling in set_signal()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | mod.rs | 1535 RTCIceRole::Controlling in set_remote_description()
|