Home
last modified time | relevance | path

Searched refs:get_stats (Results 1 – 9 of 9) sorted by relevance

/tools/netsim/rust/daemon/src/devices/
Dchip.rs128 pub fn get_stats(&self) -> Vec<ProtoRadioStats> { in get_stats() method
129 self.wireless_adaptor.get_stats(self.start.elapsed().as_secs()) in get_stats()
279 assert_eq!(netsim_radio_stats::Kind::UNSPECIFIED, chip.get_stats().first().unwrap().kind()); in test_chip_get_stats()
Ddevice.rs182 .get_stats(); in remove_chip()
Ddevices_handler.rs860 for mut radio_stats in chip.get_stats() { in get_radio_stats()
/tools/netsim/rust/daemon/src/wireless/
Duwb.rs101 fn get_stats(&self, duration_secs: u64) -> Vec<ProtoRadioStats> { in get_stats() method
194 let radio_stat_vec = wireless_adaptor.get_stats(0); in test_get_stats()
Dmocked.rs47 fn get_stats(&self, _duration_secs: u64) -> Vec<ProtoRadioStats> { in get_stats() method
Dwireless_adaptor.rs71 fn get_stats(&self, duration_secs: u64) -> Vec<ProtoRadioStats>; in get_stats() method
Dble_beacon.rs78 fn get_stats(&self, duration_secs: u64) -> Vec<ProtoRadioStats> { in get_stats() method
Dwifi.rs125 fn get_stats(&self, duration_secs: u64) -> Vec<ProtoRadioStats> { in get_stats() method
Dbluetooth.rs140 fn get_stats(&self, duration_secs: u64) -> Vec<ProtoRadioStats> { in get_stats() method