Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs160 ble_stats_proto.set_tx_count(chip_proto.bt().low_energy.tx_count); in get_stats()
164 classic_stats_proto.set_tx_count(chip_proto.bt().classic.tx_count); in get_stats()
Dble_beacon.rs84 stats_proto.set_tx_count(chip_proto.ble_beacon().bt.low_energy.tx_count); in get_stats()
Dwifi.rs131 stats_proto.set_tx_count(chip_proto.wifi().tx_count); in get_stats()
Duwb.rs107 stats_proto.set_tx_count(chip_proto.uwb().tx_count); in get_stats()
/tools/netsim/src/hci/
Dbluetooth_facade.cc303 model.mutable_classic()->set_tx_count(chip_info->classic_tx_count); in Get()
305 model.mutable_low_energy()->set_tx_count(chip_info->le_tx_count); in Get()
/tools/netsim/rust/proto/src/
Dstats.rs460 pub fn set_tx_count(&mut self, v: i32) { in set_tx_count() method