Home
last modified time | relevance | path

Searched defs:ConnectionState (Results 1 – 4 of 4) sorted by relevance

/webrtc/ice/src/state/
H A Dmod.rs8 pub enum ConnectionState { enum
33 impl Default for ConnectionState { implementation
39 impl fmt::Display for ConnectionState { implementation
55 impl From<u8> for ConnectionState { implementation
/webrtc/webrtc/src/ice_transport/
H A Dice_transport_state.rs124 pub(crate) fn to_ice(self) -> ConnectionState { in to_ice()
/webrtc/ice/src/agent/
H A Dagent_internal.rs207 last_connection_state: &mut ConnectionState, in contact()
303 pub(crate) async fn update_connection_state(&self, new_state: ConnectionState) { in update_connection_state()
1054 mut chan_state_rx: mpsc::Receiver<ConnectionState>, in start_on_connection_state_change_routine()
H A Dagent_vnet_test.rs733 expected_state: ConnectionState, in block_until_state_seen()
734 state_queue: &mut mpsc::Receiver<ConnectionState>, in block_until_state_seen()