Home
last modified time | relevance | path

Searched refs:data_channels_opened (Results 1 – 3 of 3) sorted by relevance

/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs57 data_channels_opened: Arc<AtomicU32>, field
90 pub(crate) data_channels_opened: Arc<AtomicU32>, field
116 data_channels_opened: Arc::new(AtomicU32::new(0)), in new()
184 data_channels_opened: Arc::clone(&self.data_channels_opened), in start()
311 param.data_channels_opened.fetch_add(1, Ordering::SeqCst); in accept_data_channels()
437 pub(crate) fn data_channels_opened(&self) -> u32 { in data_channels_opened() method
438 self.data_channels_opened.load(Ordering::SeqCst) in data_channels_opened()
/webrtc/webrtc/src/stats/
H A Dmod.rs416 pub data_channels_opened: u32, field
428 data_channels_opened: transport.data_channels_opened(), in new()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs426 .data_channels_opened in start_sctp()