Searched refs:Reliable (Results 1 – 9 of 9) sorted by relevance
| /webrtc/data/src/message/ |
| H A D | message_channel_open.rs | 24 Reliable, enumerator 51 Self::Reliable in default() 73 Self::Reliable => CHANNEL_TYPE_RELIABLE, in marshal_to() 105 CHANNEL_TYPE_RELIABLE => Ok(Self::Reliable), in unmarshal() 241 assert_eq!(channel_type, ChannelType::Reliable); in test_channel_type_unmarshal_success() 287 let channel_type = ChannelType::Reliable; in test_channel_type_marshal_size() 298 let channel_type = ChannelType::Reliable; in test_channel_type_marshal() 323 assert_eq!(channel_open.channel_type, ChannelType::Reliable); in test_channel_open_unmarshal_success() 408 channel_type: ChannelType::Reliable, in test_channel_open_marshal_size() 424 channel_type: ChannelType::Reliable, in test_channel_open_marshal()
|
| H A D | message_test.rs | 23 channel_type: ChannelType::Reliable, in test_message_unmarshal_open_success() 71 channel_type: ChannelType::Reliable, in test_message_marshal()
|
| /webrtc/data/src/data_channel/ |
| H A D | mod.rs | 347 ChannelType::Reliable => (false, ReliabilityType::Reliable), in commit_reliability_params() 348 ChannelType::ReliableUnordered => (true, ReliabilityType::Reliable), in commit_reliability_params()
|
| H A D | data_channel_test.rs | 269 channel_type: ChannelType::Reliable, in test_data_channel_channel_type_reliable_ordered() 536 channel_type: ChannelType::Reliable, in test_stats() 630 channel_type: ChannelType::Reliable, in test_poll_data_channel()
|
| /webrtc/sctp/src/stream/ |
| H A D | mod.rs | 32 Reliable = 0, enumerator 42 ReliabilityType::Reliable => "Reliable", in fmt() 55 _ => ReliabilityType::Reliable, in from()
|
| H A D | stream_test.rs | 94 s.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_stream()
|
| /webrtc/sctp/src/association/ |
| H A D | association_test.rs | 424 s0.set_reliability_params(false, ReliabilityType::Reliable, 0); in test_assoc_reliable_ordered_fragmented_then_defragmented() 425 s1.set_reliability_params(false, ReliabilityType::Reliable, 0); in test_assoc_reliable_ordered_fragmented_then_defragmented() 491 s0.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_assoc_reliable_unordered_fragmented_then_defragmented() 492 s1.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_assoc_reliable_unordered_fragmented_then_defragmented() 558 s0.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_assoc_reliable_unordered_ordered() 559 s1.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_assoc_reliable_unordered_ordered()
|
| /webrtc/webrtc/src/sctp_transport/ |
| H A D | mod.rs | 255 ChannelType::Reliable => { in accept_data_channels()
|
| /webrtc/webrtc/src/data_channel/ |
| H A D | mod.rs | 140 channel_type = ChannelType::Reliable; in open()
|