Searched refs:options (Results 1 – 5 of 5) sorted by relevance
| /webrtc/mdns/src/message/resource/ |
| H A D | opt.rs | 12 pub options: Vec<DnsOption>, field 37 let s: Vec<String> = self.options.iter().map(|o| o.to_string()).collect(); in fmt() 53 for opt in &self.options { in pack() 82 self.options = opts; in unpack()
|
| /webrtc/webrtc/src/data_channel/ |
| H A D | data_channel_test.rs | 37 options: Option<RTCDataChannelInit>, in set_up_data_channel_parameters_test() 49 .create_data_channel(EXPECTED_LABEL, options) in set_up_data_channel_parameters_test() 364 let options = RTCDataChannelInit { in test_data_channel_parameters_max_packet_life_time_exchange() localVariable 371 set_up_data_channel_parameters_test(&api, Some(options)).await?; in test_data_channel_parameters_max_packet_life_time_exchange() 421 let options = RTCDataChannelInit { in test_data_channel_parameters_max_retransmits_exchange() localVariable 428 set_up_data_channel_parameters_test(&api, Some(options)).await?; in test_data_channel_parameters_max_retransmits_exchange() 464 let options = RTCDataChannelInit { in test_data_channel_parameters_protocol_exchange() localVariable 470 set_up_data_channel_parameters_test(&api, Some(options)).await?; in test_data_channel_parameters_protocol_exchange() 514 let options = RTCDataChannelInit { in test_data_channel_parameters_negotiated_exchange() localVariable 523 .create_data_channel(EXPECTED_LABEL, Some(options)) in test_data_channel_parameters_negotiated_exchange() [all …]
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | mod.rs | 723 options: Option<RTCOfferOptions>, in create_offer() 732 if let Some(options) = options { in create_offer() 733 if options.ice_restart { in create_offer() 1790 options: Option<RTCDataChannelInit>, in create_data_channel() 1804 if let Some(options) = options { in create_data_channel() 1808 if let Some(ordered) = options.ordered { in create_data_channel() 1813 if let Some(max_packet_life_time) = options.max_packet_life_time { in create_data_channel() 1818 if let Some(max_retransmits) = options.max_retransmits { in create_data_channel() 1823 if let Some(protocol) = options.protocol { in create_data_channel() 1833 params.negotiated = options.negotiated; in create_data_channel()
|
| /webrtc/examples/examples/data-channels-flow-control/ |
| H A D | data-channels-flow-control.rs | 61 let options = Some(RTCDataChannelInit { in create_requester() localVariable 68 let dc = pc.create_data_channel("data", options).await?; in create_requester()
|
| /webrtc/mdns/src/message/ |
| H A D | message_test.rs | 219 options: vec![DnsOption { in large_test_msg() 1219 options: vec![ in test_option_pack_unpack() 1264 options: vec![DnsOption { in test_option_pack_unpack() 1277 options: vec![DnsOption { in test_option_pack_unpack()
|