Searched refs:Controlled (Results 1 – 7 of 7) sorted by relevance
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_role.rs | 18 Controlled, enumerator 28 ICE_ROLE_CONTROLLED_STR => RTCIceRole::Controlled, in from() 38 RTCIceRole::Controlled => write!(f, "{ICE_ROLE_CONTROLLED_STR}"), in fmt() 53 ("controlled", RTCIceRole::Controlled), in test_new_ice_role() 66 (RTCIceRole::Controlled, "controlled"), in test_ice_role_string()
|
| H A D | mod.rs | 148 RTCIceRole::Controlled in start() 169 RTCIceRole::Controlled => { in start()
|
| /webrtc/ice/src/control/ |
| H A D | mod.rs | 101 self.role = Role::Controlled; in get_from() 114 Controlled, enumerator 128 "controlled" => Self::Controlled, in from() 138 Self::Controlled => "controlled", in fmt()
|
| H A D | control_test.rs | 140 c.role = Role::Controlled; in test_control_get_from()
|
| /webrtc/examples/examples/ortc/ |
| H A D | ortc.rs | 177 RTCIceRole::Controlled in main()
|
| /webrtc/webrtc/src/data_channel/ |
| H A D | data_channel_test.rs | 1311 RTCIceRole::Controlled in set_signal()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | mod.rs | 1537 RTCIceRole::Controlled in set_remote_description()
|