Searched refs:output_file_path (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 290 output_file_path=None): argument 346 if output_file_path is not None: 347 output_file(output_file_path) 352 def save_bokeh_plots(plot_array, output_file_path): argument 354 output_file(output_file_path)
|
D | wifi_performance_test_utils.py | 493 def save_figures(figure_array, output_file_path): argument 502 json_file_path = output_file_path.replace( 508 bokeh.plotting.output_file(output_file_path)
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRoamingPerformanceTest.py | 177 testcase_params, result, output_file_path=plot_file_path) 181 testcase_params, result, output_file_path=plot_file_path) 353 output_file_path=None): argument 381 figure.generate_figure(output_file_path) 387 output_file_path=None): argument 416 figure.generate_figure(output_file_path)
|
D | WifiRvrTest.py | 143 output_file_path = os.path.join(self.log_path, 'results.html') 144 wputils.BokehFigure.save_figures(figure_list, output_file_path) 300 output_file_path = os.path.join(self.log_path, 302 figure.generate_figure(output_file_path) 796 output_file_path = os.path.join(self.log_path, 'results.html') 797 wputils.BokehFigure.save_figures(figure_list, output_file_path)
|
D | WifiRssiTest.py | 329 output_file_path = os.path.join(self.log_path, 331 figure.generate_figure(output_file_path) 388 output_file_path = os.path.join(self.log_path, 390 figure.generate_figure(output_file_path) 432 output_file_path = os.path.join(self.log_path, 434 figure.generate_figure(output_file_path)
|
D | WifiSensitivityTest.py | 774 output_file_path = os.path.join(current_context, 776 curr_plot.generate_figure(output_file_path) 778 output_file_path = os.path.join(current_context, 'results.html') 779 wputils.BokehFigure.save_figures(plots, output_file_path)
|
D | WifiThroughputStabilityTest.py | 236 output_file_path = os.path.join(self.log_path, 238 figure.generate_figure(output_file_path)
|
D | WifiPingTest.py | 265 output_file_path = os.path.join( 267 figure.generate_figure(output_file_path)
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | CoexPerformanceBaseTest.py | 334 output_file_path = os.path.join(self.pri_ad.log_path, 342 output_file_path=output_file_path)
|
D | coex_test_utils.py | 1069 output_file_path=None): argument 1213 output_file_path=None) 1215 if output_file_path is not None: 1216 output_file(output_file_path)
|