/tools/test/connectivity/acts/tests/google/ble/scan/ |
D | BleOpportunisticScanTest.py | 36 from acts.test_utils.bt.bt_constants import scan_result 116 if not self._verify_no_events_found(scan_result.format(scan_callback)): 197 if not self._verify_no_events_found(scan_result.format(scan_callback)): 208 scan_result.format(scan_callback2), self.default_timeout) 214 scan_result.format(scan_callback), self.default_timeout) 342 scan_result.format(scan_callback2), self.default_timeout) 386 if not self._verify_no_events_found(scan_result.format(scan_callback)): 403 return self._verify_no_events_found(scan_result.format(scan_callback)) 454 scan_result.format(callback), self.default_timeout) 563 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 79 scan_result.format(self.scan_callback), bt_default_timeout) 453 scan_result.format(scan_callback), self.shorter_scan_timeout) 460 scan_result.format(scan_callback2), self.shorter_scan_timeout) 472 scan_result.format(scan_callback), self.shorter_scan_timeout) 480 scan_result.format(scan_callback2), self.shorter_scan_timeout) 537 scan_result.format(self.scan_callback), 551 scan_result.format(callback), self.shorter_scan_timeout)
|
D | BleOnLostOnFoundTest.py | 34 from acts.test_utils.bt.bt_constants import scan_result 134 scan_result.format(scan_callback), self.default_timeout * 3) 145 scan_result.format(scan_callback), self.default_timeout * 4) 204 scan_result.format(scan_callback), self.default_timeout * 3) 215 scan_result.format(scan_callback), self.default_timeout * 4) 274 scan_result.format(scan_callback), self.default_timeout * 3) 285 scan_result.format(scan_callback), self.default_timeout * 4)
|
D | BleBackgroundScanTest.py | 35 from acts.test_utils.bt.bt_constants import scan_result 125 expected_event = scan_result.format(scan_callback) 179 expected_event = scan_result.format(scan_callback)
|
/tools/test/connectivity/acts/tests/google/fuchsia/bt/ |
D | BleFuchsiaTest.py | 72 scan_result = le_scan_for_device_by_name( 74 if not scan_result: 105 scan_result = le_scan_for_device_by_name( 107 if not scan_result: 111 name, did, connectable = scan_result["name"], scan_result[ 112 "id"], scan_result["connectable"]
|
D | BleFuchsiaAndroidTest.py | 30 from acts.test_utils.bt.bt_constants import scan_result 100 scan_result = le_scan_for_device_by_name( 102 if not scan_result: 105 name, did, connectable = scan_result["name"], scan_result[ 106 "id"], scan_result["connectable"] 147 event_name = 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 | 365 def verify_radio_chain_length(self, scan_setting_type, scan_result): argument 366 llen = len(scan_result[0]["radioChainInfos"])
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
D | RangeApSupporting11McTest.py | 294 def rtt_config_from_scan_result(self, scan_result): argument 312 freq = scan_result[RttParam.frequency] 314 p[RttParam.BSSID] = scan_result[WifiEnums.BSSID_KEY] 319 cf0 = scan_result[RttParam.center_freq0] 322 cf1 = scan_result[RttParam.center_freq1] 325 cw = scan_result["channelWidth"] 328 if scan_result["is80211McRTTResponder"]:
|
/tools/test/connectivity/acts/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/google/ble/bt5/ |
D | Bt5ScanTest.py | 36 from acts.test_utils.bt.bt_constants import scan_result 180 scan_result.format(scan_callback), self.default_timeout) 237 scan_result.format(scan_callback), self.default_timeout) 293 scan_result.format(scan_callback), self.default_timeout) 351 scan_result.format(scan_callback), self.default_timeout) 409 scan_result.format(scan_callback), self.default_timeout)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 188 def validate_ap_result(scan_result, range_result): argument 199 scan_result[wutils.WifiEnums.BSSID_KEY], 202 if (rconsts.SCAN_RESULT_KEY_RTT_RESPONDER in scan_result 203 and scan_result[rconsts.SCAN_RESULT_KEY_RTT_RESPONDER]):
|
/tools/test/connectivity/acts/tests/google/ble/beacon_tests/ |
D | BeaconSwarmTest.py | 30 from acts.test_utils.bt.bt_test_utils import scan_result 191 scan_result.format(scan_callback), self.default_timeout) 282 scan_result.format(scan_callback), self.default_timeout)) 335 scan_result.format(cb), self.default_timeout)
|
/tools/test/connectivity/acts/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)
|
D | ConcurrentBleAdvertisementDiscoveryTest.py | 32 from acts.test_utils.bt.bt_constants import scan_result
|
D | ConcurrentGattConnectTest.py | 35 from acts.test_utils.bt.bt_constants import scan_result
|
/tools/test/connectivity/acts/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 | 135 def _parse_scan_results(self, scan_result): argument 151 for line in scan_result.splitlines():
|
/tools/test/connectivity/acts/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/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 | bt_constants.py | 54 scan_result = "BleScan{}onScanResults" variable
|
D | gattc_lib.py | 32 from acts.test_utils.bt.bt_constants import scan_result 59 event_name = scan_result.format(scan_callback)
|