Home
last modified time | relevance | path

Searched defs:commandId (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterClient.java85 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()
DClusterClient.java179 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()
DClusterCommand.java69 public ClusterCommand(String commandId, String taskId, String cmdLine) { in ClusterCommand()
86 String commandId, in ClusterCommand()
DClusterCommandScheduler.java657 final String commandId = commandTask.getCommandId(); in execManagedClusterCommand() local