Searched defs:timeout (Results 1 – 5 of 5) sorted by relevance
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | event_dispatcher.py | 156 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
|
| D | sniffer.py | 238 def wait_for_capture(self, timeout=None): argument 276 def __init__(self, sniffer, timeout=None): argument
|
| D | android.py | 55 def __init__(self, cmd='initiate', uid=-1, port=PORT, addr=HOST, timeout=None): argument
|
| /tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/ |
| D | local_base.py | 143 def wait_for_capture(self, timeout=None): argument
|
| /tools/test/connectivity/acts/framework/acts/ |
| D | utils.py | 365 def wait_for_standing_subprocess(p, timeout=None): argument 414 def timeout(sec): function
|