OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCAN_EVENT_TAG
(Results
1 - 2
of
2
) sorted by null
/tools/test/connectivity/acts/tests/google/wifi/
WifiScannerMultiScanTest.py
28
SCAN_EVENT_TAG
= "WifiScannerScan"
261
event_name =
SCAN_EVENT_TAG
331
scan_results_dict["{}{}onResults".format(
SCAN_EVENT_TAG
, idx)] = scan_results_events
333
scan_results_dict["{}{}onFullResult".format(
SCAN_EVENT_TAG
, idx)] = scan_results_events
WifiScannerBssidTest.py
36
SCAN_EVENT_TAG
= "WifiScannerScan"
110
event_name = "{}{}onResults".format(
SCAN_EVENT_TAG
, scan_idx)
Completed in 144 milliseconds