Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/tfc/
Dcommand_task.py34 def __init__(self, task_id, command_line, device_serials, **kwargs): argument
36 task_id=task_id,
Dcommand_attempt.py73 def __init__(self, task_id, attempt_id, hostname, device_serial, **kwargs): argument
84 task_id=task_id,
Dtfc_client_test.py84 task_id="321-0",
/test/framework/harnesses/host_controller/
Dtfc_host_controller_test.py54 _TASKS = [command_task.CommandTask(task_id="1-0",
Dtfc_host_controller.py74 task.task_id, attempt_id,
Dinvocation_thread_test.py44 task_id="321-0",
Dconsole_test.py60 task_id="1-0",
/test/vts/proto/
DVtsFuzzTaskMessage.proto129 optional int32 task_id = 1; field