Home
last modified time | relevance | path

Searched defs:set_state (Results 1 – 6 of 6) sorted by relevance

/webrtc/turn/src/client/
H A Dpermission.rs28 pub(crate) fn set_state(&self, state: PermState) { in set_state() method
H A Dbinding.rs33 pub(crate) fn set_state(&mut self, state: BindingState) { in set_state() method
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs276 pub async fn set_state(&self, s: RTCIceGathererState) { in set_state() method
H A Dmod.rs303 pub(crate) fn set_state(&self, s: RTCIceTransportState) { in set_state() method
/webrtc/sctp/src/association/
H A Dmod.rs602 fn set_state(&self, new_state: AssociationState) { in set_state() method
H A Dassociation_internal.rs589 pub(crate) fn set_state(&self, new_state: AssociationState) { in set_state() method