Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/tradefed/
Dremote_operation.py138 def AddCommand(time, *command_args): argument
146 return RemoteOperation("ADD_COMMAND", time=time, commandArgs=command_args)
149 def ExecuteCommand(serial, *command_args): argument
157 "EXEC_COMMAND", serial=serial, commandArgs=command_args)