Home
last modified time | relevance | path

Searched refs:existing_data_channels (Results 1 – 2 of 2) sorted by relevance

/webrtc/data/src/data_channel/
H A Ddata_channel_test.rs191 let existing_data_channels: Vec<DataChannel> = Vec::new(); in pr_ordered_unordered_test() localVariable
192 let dc1 = DataChannel::accept(&a1, Config::default(), &existing_data_channels).await?; in pr_ordered_unordered_test()
278 let existing_data_channels: Vec<DataChannel> = Vec::new(); in test_data_channel_channel_type_reliable_ordered() localVariable
279 let dc1 = DataChannel::accept(&a1, Config::default(), &existing_data_channels).await?; in test_data_channel_channel_type_reliable_ordered()
341 let existing_data_channels: Vec<DataChannel> = Vec::new(); in test_data_channel_channel_type_reliable_unordered() localVariable
342 let dc1 = DataChannel::accept(&a1, Config::default(), &existing_data_channels).await?; in test_data_channel_channel_type_reliable_unordered()
444 let existing_data_channels: Vec<DataChannel> = Vec::new(); in test_data_channel_buffered_amount() localVariable
445 let dc1 = Arc::new(DataChannel::accept(&a1, Config::default(), &existing_data_channels).await?); in test_data_channel_buffered_amount()
545 let existing_data_channels: Vec<DataChannel> = Vec::new(); in test_stats() localVariable
546 let dc1 = DataChannel::accept(&a1, Config::default(), &existing_data_channels).await?; in test_stats()
[all …]
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs217 let mut existing_data_channels = Vec::new(); in accept_data_channels() localVariable
220 existing_data_channels.push(dc); in accept_data_channels()
231 &existing_data_channels, in accept_data_channels()