Home
last modified time | relevance | path

Searched defs:keyvalues (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py66 def wait_for_event_with_keys(ad, event_name, timeout=EVENT_TIMEOUT, *keyvalues):
77 def filter_callbacks(event, keyvalues): argument
116 def fail_on_event_with_keys(ad, event_name, timeout=EVENT_TIMEOUT, *keyvalues):
126 def filter_callbacks(event, keyvalues): argument