Home
last modified time | relevance | path

Searched refs:set_rx_count (Results 1 – 6 of 6) sorted by relevance

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs161 ble_stats_proto.set_rx_count(chip_proto.bt().low_energy.rx_count); in get_stats()
165 classic_stats_proto.set_rx_count(chip_proto.bt().classic.rx_count); in get_stats()
Dble_beacon.rs85 stats_proto.set_rx_count(chip_proto.ble_beacon().bt.low_energy.rx_count); in get_stats()
Dwifi.rs132 stats_proto.set_rx_count(chip_proto.wifi().rx_count); in get_stats()
Duwb.rs108 stats_proto.set_rx_count(chip_proto.uwb().rx_count); in get_stats()
/tools/netsim/src/hci/
Dbluetooth_facade.cc304 model.mutable_classic()->set_rx_count(chip_info->classic_rx_count); in Get()
306 model.mutable_low_energy()->set_rx_count(chip_info->le_rx_count); in Get()
/tools/netsim/rust/proto/src/
Dstats.rs479 pub fn set_rx_count(&mut self, v: i32) { in set_rx_count() method