Searched defs:commandId (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | IClusterClient.java | 85 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext() 89 final String requestId, final String commandId, TestContext testContext) in updateTestContext() 101 public default ClusterCommandStatus getCommandStatus(String requestId, String commandId) { in getCommandStatus() 114 public ClusterCommand.State getCommandState(String requestId, String commandId); in getCommandState()
|
D | ClusterClient.java | 179 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext() 199 final String requestId, final String commandId, TestContext testContext) in updateTestContext() 216 public ClusterCommand.State getCommandState(String requestId, String commandId) { in getCommandState() 221 public ClusterCommandStatus getCommandStatus(String requestId, String commandId) { in getCommandStatus()
|
D | ClusterCommand.java | 69 public ClusterCommand(String commandId, String taskId, String cmdLine) { in ClusterCommand() 86 String commandId, in ClusterCommand()
|
D | ClusterCommandScheduler.java | 657 final String commandId = commandTask.getCommandId(); in execManagedClusterCommand() local
|