Home
last modified time | relevance | path

Searched refs:Controlled (Results 1 – 7 of 7) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_role.rs18 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 Dmod.rs148 RTCIceRole::Controlled in start()
169 RTCIceRole::Controlled => { in start()
/webrtc/ice/src/control/
H A Dmod.rs101 self.role = Role::Controlled; in get_from()
114 Controlled, enumerator
128 "controlled" => Self::Controlled, in from()
138 Self::Controlled => "controlled", in fmt()
H A Dcontrol_test.rs140 c.role = Role::Controlled; in test_control_get_from()
/webrtc/examples/examples/ortc/
H A Dortc.rs177 RTCIceRole::Controlled in main()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs1311 RTCIceRole::Controlled in set_signal()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs1537 RTCIceRole::Controlled in set_remote_description()