/tools/test/connectivity/acts/framework/acts/controllers/ |
D | cellular_simulator.py | 150 self.set_bandwidth(bts_index, config.bandwidth) 255 self.set_bandwidth(bts_index, config.bandwidth) 332 def set_bandwidth(self, bts_index, bandwidth): member in AbstractCellularSimulator
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500_cellular_simulator.py | 240 def set_bandwidth(self, bts_index, bandwidth): member in CMX500CellularSimulator 249 self.bts[bts_index].set_bandwidth(int(bandwidth))
|
D | cmx500_handover_simulator.py | 220 cell.set_bandwidth(bandwidth)
|
D | cmx500.py | 936 def set_bandwidth(self, bandwidth): member in LteBaseStation 942 self._cell.set_bandwidth(self._to_rb_bandwidth(bandwidth)) 1380 def set_bandwidth(self, bandwidth, scs=None): member in NrBaseStation
|
D | cmw500_cellular_simulator.py | 318 def set_bandwidth(self, bts_index, bandwidth): member in CMW500CellularSimulator
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/ |
D | netgear_rs700.py | 187 def set_bandwidth(self, network, bandwidth): member in NetgearRS700AP
|
D | netgear_rax120.py | 225 def set_bandwidth(self, network, bandwidth): member in NetgearRAX120AP
|
D | netgear_rax200.py | 233 def set_bandwidth(self, network, bandwidth): member in NetgearRAX200AP
|
D | netgear_raxe500.py | 237 def set_bandwidth(self, network, bandwidth): member in NetgearRAXE500AP
|
D | __init__.py | 502 def set_bandwidth(self, network, bandwidth): member in WifiRetailAP
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTdlsRvrTest.py | 176 self.access_point.set_bandwidth(testcase_params['interface_id'],
|
D | WifiThroughputStabilityTest.py | 244 self.access_point.set_bandwidth(band, testcase_params['mode'])
|
D | WifiPingTest.py | 436 self.access_point.set_bandwidth(band, testcase_params['mode'])
|
D | WifiSensitivityTest.py | 413 self.access_point.set_bandwidth(band, testcase_params['mode'])
|
D | WifiRssiTest.py | 554 self.access_point.set_bandwidth(testcase_params['band'],
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 397 def set_bandwidth(self, bts_index, bandwidth): member in MD8475CellularSimulator
|
/tools/test/connectivity/acts/framework/acts/controllers/uxm_lib/ |
D | uxm_cellular_simulator.py | 799 def set_bandwidth(self, bts_index, bandwidth): member in UXMCellularSimulator
|