Home
last modified time | relevance | path

Searched refs:rx_bytes (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/proto/src/
Dstats.rs366 pub rx_bytes: ::std::option::Option<i32>, field
504 pub fn rx_bytes(&self) -> i32 { in rx_bytes() method
505 self.rx_bytes.unwrap_or(0) in rx_bytes()
509 self.rx_bytes = ::std::option::Option::None; in clear_rx_bytes()
513 self.rx_bytes.is_some() in has_rx_bytes()
518 self.rx_bytes = ::std::option::Option::Some(v); in set_rx_bytes()
556 |m: &NetsimRadioStats| { &m.rx_bytes }, in generated_message_descriptor_data()
557 |m: &mut NetsimRadioStats| { &mut m.rx_bytes }, in generated_message_descriptor_data()
601 self.rx_bytes = ::std::option::Option::Some(is.read_int32()?); in merge_from()
636 if let Some(v) = self.rx_bytes { in compute_size()
[all …]
/tools/netsim/proto/netsim/
Dstats.proto55 optional int32 rx_bytes = 7; field
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto130 optional int32 rx_bytes = 1; field