Home
last modified time | relevance | path

Searched refs:reporting_speed_units (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py95 def __init__(self, result_path, reporting_speed_units='Mbytes'): argument
104 self.reporting_speed_units = reporting_speed_units
149 if self.reporting_speed_units[1:].lower() == 'bytes':
151 if self.reporting_speed_units[0:1].lower() == 'k':
153 if self.reporting_speed_units[0:1].lower() == 'm':
155 if self.reporting_speed_units[0:1].lower() == 'g':
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwmm_transceiver.py456 path, reporting_speed_units='mbps')
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DChannelSweepTest.py364 iperf_results_file, reporting_speed_units=MEGABITS_PER_SECOND)
DWlanRvrTest.py576 reporting_speed_units=REPORTING_SPEED_UNITS)