Searched refs:scan_time (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_power_test_utils.py | 81 scan_time, argument 94 scan_dur = scan_time 96 idle_time = 0.2 * scan_time 97 scan_dur = 0.8 * scan_time
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerBTBaseTest.py | 109 scan_time, argument 122 scan_dur = scan_time 124 idle_time = 0.2 * scan_time 125 scan_dur = 0.8 * scan_time
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiScannerScanTest.py | 220 scan_time, scan_channels = wutils.get_scan_time_and_channels( 222 scan_time_mic = scan_time * 1000 281 scan_time, scan_channels = wutils.get_scan_time_and_channels( 283 wait_time = int(scan_time / 1000) + self.leeway 337 scan_time, scan_channels = wutils.get_scan_time_and_channels( 339 wait_time = int(scan_time / 1000) + self.leeway 397 scan_time, scan_channels = wutils.get_scan_time_and_channels( 400 scan_time += scan_setting[ 402 wait_time = scan_time / 1000 + self.leeway 447 scan_time, scan_channels = wutils.get_scan_time_and_channels( [all …]
|
D | WifiScannerMultiScanTest.py | 278 scan_time, scan_channels = wutils.get_scan_time_and_channels( 283 scan_time += scan_period 286 scan_time += max_scan * scan_period 287 wait_time = scan_time / 1000 + self.leeway
|
D | WifiScannerBssidTest.py | 98 scan_time, scan_channels = wutils.get_scan_time_and_channels( 100 scan_time += scan_setting['periodInMs' 104 waittime = int(scan_time / 1000) + self.leeway 107 waittime = int((time_cache + scan_time) / 1000) + self.leeway
|
/tools/test/connectivity/acts/tests/google/ble/power/ |
D | BleScanPowerTest.py | 66 def _measure_power_for_scan_n_log_data(self, scan_mode, scan_time, argument 93 self.PMC_BASE_CMD, scan_mode, self.SCAN_START_TIME, scan_time) 107 sample_time = (scan_time + idle_time) * repetitions
|
/tools/test/connectivity/acts/tests/google/bt/ |
D | SonyXB2PairingTest.py | 52 def _perform_classic_discovery(self, scan_time=DISCOVERY_TIME): argument 54 time.sleep(scan_time)
|
D | AkXB10PairingTest.py | 52 def _perform_classic_discovery(self, scan_time=DISCOVERY_TIME): argument 54 time.sleep(scan_time)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_test_utils.py | 1426 scan_time = 0 1432 scan_time = len(scan_channels) * stime_channel 1435 scan_time += 132 #passive scan time on DFS 1436 return scan_time, scan_channels
|
/tools/test/connectivity/acts/tests/google/ble/filtering/ |
D | UniqueFilteringTest.py | 535 scan_time = 60 536 end_time = time.time() + scan_time
|