Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java179 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext() argument
187 "requests", requestId, "commands", commandId, "test_context" in getTestContext()
199 final String requestId, final String commandId, TestContext testContext) in updateTestContext() argument
207 "requests", requestId, "commands", commandId, "test_context" in updateTestContext()
216 public ClusterCommand.State getCommandState(String requestId, String commandId) { in getCommandState() argument
217 return getCommandStatus(requestId, commandId).getState(); in getCommandState()
221 public ClusterCommandStatus getCommandStatus(String requestId, String commandId) { in getCommandStatus() argument
227 new String[] {"requests", requestId, "commands", commandId}, in getCommandStatus()
236 CLog.w("Failed to get state of request %s command %s", requestId, commandId); in getCommandStatus()
DIClusterClient.java85 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext() argument
89 final String requestId, final String commandId, TestContext testContext) in updateTestContext() argument
101 public default ClusterCommandStatus getCommandStatus(String requestId, String commandId) { in getCommandStatus() argument
102 ClusterCommand.State state = getCommandState(requestId, commandId); in getCommandStatus()
114 public ClusterCommand.State getCommandState(String requestId, String commandId); in getCommandState() argument
DClusterCommand.java69 public ClusterCommand(String commandId, String taskId, String cmdLine) { in ClusterCommand() argument
70 this(null, commandId, taskId, cmdLine, null, RequestType.UNMANAGED, null, null); in ClusterCommand()
86 String commandId, in ClusterCommand() argument
95 mCommandId = commandId; in ClusterCommand()
DClusterCommandScheduler.java657 final String commandId = commandTask.getCommandId(); in execManagedClusterCommand() local
661 final TestContext testContext = client.getTestContext(requestId, commandId); in execManagedClusterCommand()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java346 String requestId, String commandId, String taskId, String attemptId, String commandLine)
351 ret.put(COMMAND_ID, commandId);