Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/wifi/
DWifiScannerMultiScanTest.py298 def validate_scan_results(self, scan_results_dict): argument
300 asserts.assert_true(scan_results_dict, "Scan result dict is empty.")
301 for scan_result_obj in scan_results_dict.values():
305 def wait_for_scan_events(self, wait_time_list, scan_results_dict): argument
330 actual_event_name in scan_results_dict,
332 (scan_results_dict.keys(), actual_event_name))
337 scan_results_dict[actual_event_name].add_results_event(
346 for key in scan_results_dict:
347 if not scan_results_dict[key].have_enough_events():
370 scan_results_dict = {}
[all …]