Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Devent_dispatcher.py156 def pop_event(self, event_name, timeout=DEFAULT_TIMEOUT): argument
201 timeout=DEFAULT_TIMEOUT, *args, **kwargs): argument
241 def pop_events(self, regex_pattern, timeout): argument
Dsniffer.py238 def wait_for_capture(self, timeout=None): argument
276 def __init__(self, sniffer, timeout=None): argument
Dandroid.py55 def __init__(self, cmd='initiate', uid=-1, port=PORT, addr=HOST, timeout=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/
Dlocal_base.py143 def wait_for_capture(self, timeout=None): argument
/tools/test/connectivity/acts/framework/acts/
Dutils.py365 def wait_for_standing_subprocess(p, timeout=None): argument
414 def timeout(sec): function