Home
last modified time | relevance | path

Searched refs:scan_result (Results 1 – 25 of 27) sorted by relevance

12

/tools/test/connectivity/acts/tests/google/ble/scan/
DBleOpportunisticScanTest.py36 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 …]
DBleScanScreenStateTest.py33 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)
DBleOnLostOnFoundTest.py34 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)
DBleBackgroundScanTest.py35 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/
DBleFuchsiaTest.py72 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"]
DBleFuchsiaAndroidTest.py30 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/
DWifiScannerMultiScanTest.py52 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)
DWifiRttManagerTest.py372 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"]:
DWifiScannerScanTest.py365 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/
DRangeApSupporting11McTest.py294 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/
DUniqueFilteringTest.py35 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/
DBt5ScanTest.py36 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/
Drtt_test_utils.py188 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/
DBeaconSwarmTest.py30 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/
DConcurrentBleScanningTest.py34 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)
DConcurrentBleAdvertisingTest.py38 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)
DConcurrentBleAdvertisementDiscoveryTest.py32 from acts.test_utils.bt.bt_constants import scan_result
DConcurrentGattConnectTest.py35 from acts.test_utils.bt.bt_constants import scan_result
/tools/test/connectivity/acts/tests/google/ble/examples/
DBleExamplesTest.py25 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/
Dpacket_capture.py135 def _parse_scan_results(self, scan_result): argument
151 for line in scan_result.splitlines():
/tools/test/connectivity/acts/tests/google/ble/system_tests/
DBleStressTest.py34 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/
DGattToolTest.py36 from acts.test_utils.bt.bt_constants import scan_result
95 expected_event_name = scan_result.format(scan_callback)
DGattConnectTest.py39 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/
Dbt_constants.py54 scan_result = "BleScan{}onScanResults" variable
Dgattc_lib.py32 from acts.test_utils.bt.bt_constants import scan_result
59 event_name = scan_result.format(scan_callback)

12