| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_transport_state.rs | 44 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 D | ice_gatherer_state.rs | 22 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 D | ice_connection_state.rs | 41 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 D | mod.rs | 221 self.set_state(RTCIceTransportState::Closed); in stop()
|
| H A D | ice_gatherer.rs | 208 self.set_state(RTCIceGathererState::Closed).await; in close()
|
| /webrtc/webrtc/src/sctp_transport/ |
| H A D | sctp_transport_state.rs | 23 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 D | mod.rs | 155 … 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 D | data_channel_state.rs | 30 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 D | mod.rs | 317 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 D | dtls_transport_state.rs | 24 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 D | mod.rs | 535 self.state_change(RTCDtlsTransportState::Closed).await; in stop()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_state.rs | 36 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 D | signaling_state.rs | 53 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 D | peer_connection_internal.rs | 1124 RTCIceTransportState::Closed => RTCIceConnectionState::Closed, in create_ice_transport()
|
| H A D | mod.rs | 870 RTCPeerConnectionState::Closed in update_connection_state() 1893 .store(RTCSignalingState::Closed as u8, Ordering::SeqCst); in close()
|
| /webrtc/ice/src/state/ |
| H A D | mod.rs | 30 Closed, enumerator 49 Self::Closed => "Closed", in fmt() 64 7 => Self::Closed, in from()
|
| H A D | state_test.rs | 14 (ConnectionState::Closed, "Closed"), in test_connected_state_string()
|
| /webrtc/sctp/src/association/ |
| H A D | mod.rs | 68 Closed = 0, enumerator 88 _ => AssociationState::Closed, in from() 96 AssociationState::Closed => "Closed", in fmt()
|
| H A D | association_internal.rs | 138 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 D | association_test.rs | 2095 assert_eq!(a1.get_state(), AssociationState::Closed); in test_assoc_abort()
|
| /webrtc/turn/src/server/ |
| H A D | mod.rs | 174 Err(RecvError::Closed) | Ok(Command::Close(_)) => { in read_loop()
|
| /webrtc/sctp/src/association/association_internal/ |
| H A D | association_internal_test.rs | 410 handle_init_test("normal", AssociationState::Closed, false).await; in test_assoc_handle_init()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_test.rs | 998 ConnectionState::Closed => { in test_connection_state_callback() 1989 } else if c == ConnectionState::Closed { in test_close_in_connection_state_callback()
|
| H A D | agent_internal.rs | 629 self.update_connection_state(ConnectionState::Closed).await; in close()
|