Searched refs:PartialReliableTimed (Results 1 – 5 of 5) sorted by relevance
41 PartialReliableTimed, enumerator77 Self::PartialReliableTimed => CHANNEL_TYPE_PARTIAL_RELIABLE_TIMED, in marshal_to()111 CHANNEL_TYPE_PARTIAL_RELIABLE_TIMED => Ok(Self::PartialReliableTimed), in unmarshal()
269 ChannelType::PartialReliableTimed => { in accept_data_channels()
154 channel_type = ChannelType::PartialReliableTimed; in open()
351 ChannelType::PartialReliableTimed => (false, ReliabilityType::Timed), in commit_reliability_params()
409 pr_ordered_unordered_test(ChannelType::PartialReliableTimed, true).await in test_data_channel_channel_type_partial_reliable_timed()