Searched refs:new_config (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | BaseSimulation.py | 180 new_config = BaseCellConfig(self.log) 181 new_config.input_power = -10 182 new_config.output_power = -30 183 self.simulator.configure_bts(new_config) 184 self.cell_configs[0].incorporate(new_config) 335 new_config = BaseCellConfig(self.log) 336 new_config.input_power = self.calibrated_uplink_tx_power( 338 self.simulator.configure_bts(new_config) 339 self.cell_configs[0].incorporate(new_config) 347 new_config = BaseCellConfig(self.log) [all …]
|
D | LteSimulation.py | 917 new_config = LteCellConfig(self.log) 918 new_config.output_power = self.calibrated_downlink_rx_power( 920 self.simulator.configure_bts(new_config, bts_index) 921 self.cell_configs[bts_index].incorporate(new_config)
|
D | BaseCellConfig.py | 42 def incorporate(self, new_config): argument 48 for attr, value in vars(new_config).items():
|
/tools/test/openhst/ |
D | stress_test_common.py | 67 new_config = stress_test_pb2.DeviceConfig() 71 new_config) 72 for include_name in new_config.include: 76 config.MergeFrom(new_config)
|
/tools/acloud/internal/lib/ |
D | ota_tools.py | 274 delete=False, mode="w") as new_config: 275 new_config_path = new_config.name 276 self._RewriteSystemQemuConfig(new_config, config,
|
/tools/asuite/aidegen/sdk/ |
D | jdk_table.py | 216 def _append_config(self, new_config): argument 222 node = ElementTree.fromstring(new_config)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fuchsia_device.py | 326 def _set_control_path_config(self, old_config, new_config): argument 334 if os.path.isfile(new_config): 344 with open(new_config, 'w') as file:
|