Home
last modified time | relevance | path

Searched defs: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
278 let existing_data_channels: Vec<DataChannel> = Vec::new(); in test_data_channel_channel_type_reliable_ordered() localVariable
341 let existing_data_channels: Vec<DataChannel> = Vec::new(); in test_data_channel_channel_type_reliable_unordered() localVariable
444 let existing_data_channels: Vec<DataChannel> = Vec::new(); in test_data_channel_buffered_amount() localVariable
545 let existing_data_channels: Vec<DataChannel> = Vec::new(); in test_stats() localVariable
639 let existing_data_channels: Vec<DataChannel> = Vec::new(); in test_poll_data_channel() localVariable
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs217 let mut existing_data_channels = Vec::new(); in accept_data_channels() localVariable