Home
last modified time | relevance | path

Searched defs:get_stats (Results 1 – 7 of 7) sorted by relevance

/tools/netsim/rust/daemon/src/wireless/
Dwireless_chip.rs51 fn get_stats(&self, duration_secs: u64) -> Vec<ProtoRadioStats>; in get_stats() method
Dmocked.rs47 fn get_stats(&self, _duration_secs: u64) -> Vec<ProtoRadioStats> { in get_stats() method
Dwifi_chip.rs69 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
Duwb.rs110 fn get_stats(&self, duration_secs: u64) -> Vec<ProtoRadioStats> { in get_stats() method
Dbluetooth.rs141 fn get_stats(&self, duration_secs: u64) -> Vec<ProtoRadioStats> { in get_stats() method
/tools/netsim/rust/daemon/src/devices/
Dchip.rs141 pub fn get_stats(&self) -> Vec<ProtoRadioStats> { in get_stats() method