Home
last modified time | relevance | path

Searched refs:fail_on_event_with_keys (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DCapabilitiesTest.py250 autils.fail_on_event_with_keys(
255 autils.fail_on_event_with_keys(
DDataPathTest.py199 autils.fail_on_event_with_keys(p_dut, cconsts.EVENT_NETWORK_CALLBACK, 0,
201 autils.fail_on_event_with_keys(s_dut, cconsts.EVENT_NETWORK_CALLBACK, 0,
319 autils.fail_on_event_with_keys(resp_dut, cconsts.EVENT_NETWORK_CALLBACK,
322 autils.fail_on_event_with_keys(init_dut, cconsts.EVENT_NETWORK_CALLBACK,
402 autils.fail_on_event_with_keys(p_dut, cconsts.EVENT_NETWORK_CALLBACK, 0,
404 autils.fail_on_event_with_keys(s_dut, cconsts.EVENT_NETWORK_CALLBACK, 0,
484 autils.fail_on_event_with_keys(init_dut, cconsts.EVENT_NETWORK_CALLBACK, 0,
486 autils.fail_on_event_with_keys(resp_dut, cconsts.EVENT_NETWORK_CALLBACK, 0,
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py116 def fail_on_event_with_keys(ad, event_name, timeout=EVENT_TIMEOUT, *keyvalues): function