Home
last modified time | relevance | path

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

/test/vts/utils/python/common/
Dcmd_utils.py35 callback_on_timeout=None, argument
71 if callback_on_timeout is not None:
75 callback_on_timeout(*args)
103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args): argument
128 str(cmd), timeout, callback_on_timeout, *args)