Home
last modified time | relevance | path

Searched refs:Closed (Results 1 – 24 of 24) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_transport_state.rs44 Closed, enumerator
64 ICE_TRANSPORT_STATE_CLOSED_STR => RTCIceTransportState::Closed, in from()
79 7 => Self::Closed, in from()
100 RTCIceTransportState::Closed => { in fmt()
117 ConnectionState::Closed => RTCIceTransportState::Closed, in from()
132 RTCIceTransportState::Closed => ConnectionState::Closed, in to_ice()
152 (RTCIceTransportState::Closed, "closed"), in test_ice_transport_state_string()
176 (RTCIceTransportState::Closed, ConnectionState::Closed), in test_ice_transport_state_convert()
H A Dice_gatherer_state.rs22 Closed, enumerator
36 ICE_GATHERED_STATE_CLOSED_STR => RTCIceGathererState::Closed, in from()
48 4 => RTCIceGathererState::Closed, in from()
62 RTCIceGathererState::Closed => { in fmt()
81 (RTCIceGathererState::Closed, "closed"), in test_ice_gatherer_state_string()
H A Dice_connection_state.rs41 Closed, enumerator
62 ICE_CONNECTION_STATE_CLOSED_STR => RTCIceConnectionState::Closed, in from()
77 7 => RTCIceConnectionState::Closed, in from()
92 RTCIceConnectionState::Closed => ICE_CONNECTION_STATE_CLOSED_STR, in fmt()
113 ("closed", RTCIceConnectionState::Closed), in test_new_ice_connection_state()
135 (RTCIceConnectionState::Closed, "closed"), in test_ice_connection_state_string()
H A Dmod.rs221 self.set_state(RTCIceTransportState::Closed); in stop()
H A Dice_gatherer.rs208 self.set_state(RTCIceGathererState::Closed).await; in close()
/webrtc/webrtc/src/sctp_transport/
H A Dsctp_transport_state.rs23 Closed, enumerator
35 SCTP_TRANSPORT_STATE_CLOSED_STR => RTCSctpTransportState::Closed, in from()
46 3 => RTCSctpTransportState::Closed, in from()
57 RTCSctpTransportState::Closed => SCTP_TRANSPORT_STATE_CLOSED_STR, in fmt()
74 ("closed", RTCSctpTransportState::Closed), in test_new_sctp_transport_state()
92 (RTCSctpTransportState::Closed, "closed"), in test_sctp_transport_state_string()
H A Dmod.rs155 … if self.state.load(Ordering::SeqCst) == RTCSctpTransportState::Closed as u8 { in start()
208 .store(RTCSctpTransportState::Closed as u8, Ordering::SeqCst); in stop()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_state.rs30 Closed, enumerator
44 4 => RTCDataChannelState::Closed, in from()
56 DATA_CHANNEL_STATE_CLOSED_STR => RTCDataChannelState::Closed, in from()
68 RTCDataChannelState::Closed => DATA_CHANNEL_STATE_CLOSED_STR, in fmt()
86 ("closed", RTCDataChannelState::Closed), in test_new_data_channel_state()
105 (RTCDataChannelState::Closed, "closed"), in test_data_channel_state_string()
H A Dmod.rs317 ready_state.store(RTCDataChannelState::Closed as u8, Ordering::SeqCst); in read_loop()
331 ready_state.store(RTCDataChannelState::Closed as u8, Ordering::SeqCst); in read_loop()
424 if self.ready_state() == RTCDataChannelState::Closed { in close()
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_transport_state.rs24 Closed = 4, enumerator
44 DTLS_TRANSPORT_STATE_CLOSED_STR => RTCDtlsTransportState::Closed, in from()
57 4 => RTCDtlsTransportState::Closed, in from()
70 RTCDtlsTransportState::Closed => DTLS_TRANSPORT_STATE_CLOSED_STR, in fmt()
89 ("closed", RTCDtlsTransportState::Closed), in test_new_dtls_transport_state()
109 (RTCDtlsTransportState::Closed, "closed"), in test_dtls_transport_state_string()
H A Dmod.rs535 self.state_change(RTCDtlsTransportState::Closed).await; in stop()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_state.rs36 Closed, enumerator
54 PEER_CONNECTION_STATE_CLOSED_STR => RTCPeerConnectionState::Closed, in from()
68 6 => RTCPeerConnectionState::Closed, in from()
82 RTCPeerConnectionState::Closed => PEER_CONNECTION_STATE_CLOSED_STR, in fmt()
123 ("closed", RTCPeerConnectionState::Closed), in test_new_peer_connection_state()
144 (RTCPeerConnectionState::Closed, "closed"), in test_peer_connection_state_string()
H A Dsignaling_state.rs53 Closed, enumerator
71 SIGNALING_STATE_CLOSED_STR => RTCSignalingState::Closed, in from()
93 RTCSignalingState::Closed => write!(f, "{SIGNALING_STATE_CLOSED_STR}"), in fmt()
107 6 => RTCSignalingState::Closed, in from()
233 ("closed", RTCSignalingState::Closed), in test_new_signaling_state()
253 (RTCSignalingState::Closed, "closed"), in test_signaling_state_string()
H A Dpeer_connection_internal.rs1124 RTCIceTransportState::Closed => RTCIceConnectionState::Closed, in create_ice_transport()
H A Dmod.rs870 RTCPeerConnectionState::Closed in update_connection_state()
1893 .store(RTCSignalingState::Closed as u8, Ordering::SeqCst); in close()
/webrtc/ice/src/state/
H A Dmod.rs30 Closed, enumerator
49 Self::Closed => "Closed", in fmt()
64 7 => Self::Closed, in from()
H A Dstate_test.rs14 (ConnectionState::Closed, "Closed"), in test_connected_state_string()
/webrtc/sctp/src/association/
H A Dmod.rs68 Closed = 0, enumerator
88 _ => AssociationState::Closed, in from()
96 AssociationState::Closed => "Closed", in fmt()
H A Dassociation_internal.rs138 state: Arc::new(AtomicU8::new(AssociationState::Closed as u8)), in new()
219 if self.get_state() != AssociationState::Closed { in close()
220 self.set_state(AssociationState::Closed); in close()
617 if state != AssociationState::Closed in handle_init()
833 AssociationState::Closed in handle_cookie_echo()
H A Dassociation_test.rs2095 assert_eq!(a1.get_state(), AssociationState::Closed); in test_assoc_abort()
/webrtc/turn/src/server/
H A Dmod.rs174 Err(RecvError::Closed) | Ok(Command::Close(_)) => { in read_loop()
/webrtc/sctp/src/association/association_internal/
H A Dassociation_internal_test.rs410 handle_init_test("normal", AssociationState::Closed, false).await; in test_assoc_handle_init()
/webrtc/ice/src/agent/
H A Dagent_test.rs998 ConnectionState::Closed => { in test_connection_state_callback()
1989 } else if c == ConnectionState::Closed { in test_close_in_connection_state_callback()
H A Dagent_internal.rs629 self.update_connection_state(ConnectionState::Closed).await; in close()