/tools/test/connectivity/acts_tests/tests/google/ble/scan/ |
D | BleOpportunisticScanTest.py | 36 from acts.test_utils.bt.bt_constants import scan_result 114 if not self._verify_no_events_found(scan_result.format(scan_callback)): 195 if not self._verify_no_events_found(scan_result.format(scan_callback)): 206 scan_result.format(scan_callback2), self.default_timeout) 212 scan_result.format(scan_callback), self.default_timeout) 340 scan_result.format(scan_callback2), self.default_timeout) 384 if not self._verify_no_events_found(scan_result.format(scan_callback)): 401 return self._verify_no_events_found(scan_result.format(scan_callback)) 452 scan_result.format(callback), self.default_timeout) 561 if not self._verify_no_events_found(scan_result.format(scan_callback)): [all …]
|
D | BleScanScreenStateTest.py | 33 from acts.test_utils.bt.bt_constants import scan_result 77 scan_result.format(self.scan_callback), bt_default_timeout) 451 scan_result.format(scan_callback), self.shorter_scan_timeout) 458 scan_result.format(scan_callback2), self.shorter_scan_timeout) 470 scan_result.format(scan_callback), self.shorter_scan_timeout) 478 scan_result.format(scan_callback2), self.shorter_scan_timeout) 535 scan_result.format(self.scan_callback), 549 scan_result.format(callback), self.shorter_scan_timeout)
|
D | BleOnLostOnFoundTest.py | 34 from acts.test_utils.bt.bt_constants import scan_result 132 scan_result.format(scan_callback), self.default_timeout * 3) 143 scan_result.format(scan_callback), self.default_timeout * 4) 202 scan_result.format(scan_callback), self.default_timeout * 3) 213 scan_result.format(scan_callback), self.default_timeout * 4) 272 scan_result.format(scan_callback), self.default_timeout * 3) 283 scan_result.format(scan_callback), self.default_timeout * 4)
|
D | BleBackgroundScanTest.py | 35 from acts.test_utils.bt.bt_constants import scan_result 123 expected_event = scan_result.format(scan_callback) 177 expected_event = scan_result.format(scan_callback)
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiScannerMultiScanTest.py | 52 def check_interval(self, scan_result, scan_result_next): argument 68 actual_interval = scan_result_next["timestamp"] - scan_result[ 76 scan_result, scan_result_next, delta / 1000, 79 def verify_one_scan_result(self, scan_result): argument 89 freq = scan_result["frequency"] 93 % (freq, scan_result, self.scan_channels)) 113 for scan_result in scan_results: 114 self.verify_one_scan_result(scan_result)
|
D | WifiRttManagerTest.py | 372 def rtt_config_from_scan_result(self, scan_result): argument 383 freq = scan_result[RttParam.frequency] 385 p[RttParam.BSSID] = scan_result[WifiEnums.BSSID_KEY] 390 cf0 = scan_result[RttParam.center_freq0] 393 cf1 = scan_result[RttParam.center_freq1] 396 cw = scan_result["channelWidth"] 399 if scan_result["is80211McRTTResponder"]:
|
D | WifiScannerScanTest.py | 360 def verify_radio_chain_length(self, scan_setting_type, scan_result): argument 361 llen = len(scan_result[0]["radioChainInfos"])
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | BleFuchsiaTest.py | 79 scan_result = le_scan_for_device_by_name(self.fuchsia_scan, self.log, 82 if not scan_result: 124 scan_result = le_scan_for_device_by_name(self.fuchsia_scan, self.log, 127 if not scan_result: 131 name, did, connectable = scan_result["name"], scan_result[ 132 "id"], scan_result["connectable"]
|
D | BleFuchsiaAndroidTest.py | 30 from acts.test_utils.bt.bt_constants import scan_result 98 scan_result = le_scan_for_device_by_name(self.fd, self.log, 101 if not scan_result: 104 name, did, connectable = scan_result["name"], scan_result[ 105 "id"], scan_result["connectable"] 157 event_name = scan_result.format(scan_callback)
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
D | RangeApSupporting11McTest.py | 291 def rtt_config_from_scan_result(self, scan_result): argument 309 freq = scan_result[RttParam.frequency] 311 p[RttParam.BSSID] = scan_result[WifiEnums.BSSID_KEY] 316 cf0 = scan_result[RttParam.center_freq0] 319 cf1 = scan_result[RttParam.center_freq1] 322 cw = scan_result["channelWidth"] 325 if scan_result["is80211McRTTResponder"]:
|
/tools/test/connectivity/acts_tests/tests/google/ble/filtering/ |
D | UniqueFilteringTest.py | 35 from acts.test_utils.bt.bt_constants import scan_result 117 expected_event_name = scan_result.format(scan_callback) 288 expected_event_name = scan_result.format(scan_callback) 343 expected_event_name = scan_result.format(scan_callback) 459 expected_event_name = scan_result.format(scan_callback) 491 expected_event_name = scan_result.format(scan_callback2) 558 expected_event_name = scan_result.format(scan_callback) 633 expected_event_name = scan_result.format(scan_callback)
|
/tools/test/connectivity/acts_tests/tests/google/ble/bt5/ |
D | Bt5ScanTest.py | 36 from acts.test_utils.bt.bt_constants import scan_result 178 scan_result.format(scan_callback), self.default_timeout) 235 scan_result.format(scan_callback), self.default_timeout) 291 scan_result.format(scan_callback), self.default_timeout) 349 scan_result.format(scan_callback), self.default_timeout) 407 scan_result.format(scan_callback), self.default_timeout)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 194 def validate_ap_result(scan_result, range_result): argument 205 scan_result[wutils.WifiEnums.BSSID_KEY], 208 if (rconsts.SCAN_RESULT_KEY_RTT_RESPONDER in scan_result 209 and scan_result[rconsts.SCAN_RESULT_KEY_RTT_RESPONDER]):
|
/tools/test/connectivity/acts_tests/tests/google/ble/beacon_tests/ |
D | BeaconSwarmTest.py | 30 from acts.test_utils.bt.bt_test_utils import scan_result 188 scan_result.format(scan_callback), self.default_timeout) 279 scan_result.format(scan_callback), self.default_timeout)) 332 scan_result.format(cb), self.default_timeout)
|
/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/ |
D | ConcurrentBleScanningTest.py | 34 from acts.test_utils.bt.bt_constants import scan_result 124 scan_result.format(scan_callback), self.default_timeout) 208 scan_result.format(callback), self.default_timeout) 338 expected_scan_event_name = scan_result.format(scan_callback)
|
D | ConcurrentBleAdvertisingTest.py | 38 from acts.test_utils.bt.bt_constants import scan_result 496 scan_result.format(scan_callback), self.default_timeout) 507 expected_event = scan_result.format(scan_callback)
|
/tools/test/connectivity/acts_tests/tests/google/ble/examples/ |
D | BleExamplesTest.py | 25 from acts.test_utils.bt.bt_constants import scan_result 101 event_name = scan_result.format(scan_callback)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | packet_capture.py | 142 def _parse_scan_results(self, scan_result): argument 158 for line in scan_result.splitlines():
|
/tools/test/connectivity/acts_tests/tests/google/ble/system_tests/ |
D | BleStressTest.py | 34 from acts.test_utils.bt.bt_constants import scan_result 136 self.scn_ad.ed.pop_event(scan_result.format(scan_callback)))
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | ota_sniffer.py | 458 scan_result = self._sniffer_server.run(scan_command).stdout 460 return scan_result
|
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/ |
D | GattToolTest.py | 36 from acts.test_utils.bt.bt_constants import scan_result 95 expected_event_name = scan_result.format(scan_callback)
|
D | GattConnectTest.py | 39 from acts.test_utils.bt.bt_constants import scan_result 1094 expected_event_name = scan_result.format(scan_callback)
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | gattc_lib.py | 32 from acts.test_utils.bt.bt_constants import scan_result 59 event_name = scan_result.format(scan_callback)
|
D | bt_test_utils.py | 56 from acts.test_utils.bt.bt_constants import scan_result 1352 event = scn_ad.ed.pop_event(scan_result.format(scan_callback),
|
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/ |
D | bluetooth_device.py | 27 from acts.test_utils.bt.bt_constants import scan_result 723 event = self.device.ed.pop_event(scan_result.format(scan_callback),
|