Searched refs:commandId (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterClient.java | 179 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()
|
D | IClusterClient.java | 85 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
|
D | ClusterCommand.java | 69 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()
|
D | ClusterCommandScheduler.java | 657 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/ |
D | ClusterCommandSchedulerTest.java | 346 String requestId, String commandId, String taskId, String attemptId, String commandLine) 351 ret.put(COMMAND_ID, commandId);
|