Home
last modified time | relevance | path

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

/tools/netsim/rust/proto/src/
Dstats.rs364 pub tx_bytes: ::std::option::Option<i32>, field
485 pub fn tx_bytes(&self) -> i32 { in tx_bytes() method
486 self.tx_bytes.unwrap_or(0) in tx_bytes()
490 self.tx_bytes = ::std::option::Option::None; in clear_tx_bytes()
494 self.tx_bytes.is_some() in has_tx_bytes()
499 self.tx_bytes = ::std::option::Option::Some(v); in set_tx_bytes()
551 |m: &NetsimRadioStats| { &m.tx_bytes }, in generated_message_descriptor_data()
552 |m: &mut NetsimRadioStats| { &mut m.tx_bytes }, in generated_message_descriptor_data()
598 self.tx_bytes = ::std::option::Option::Some(is.read_int32()?); in merge_from()
633 if let Some(v) = self.tx_bytes { in compute_size()
[all …]
/tools/netsim/proto/netsim/
Dstats.proto54 optional int32 tx_bytes = 6; field
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto133 optional int32 tx_bytes = 2; field