Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterClient.java71 public TestEnvironment getTestEnvironment(final String requestId) in getTestEnvironment()
82 public List<TestResource> getTestResources(final String requestId) in getTestResources()
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()
DClusterClient.java141 public TestEnvironment getTestEnvironment(final String requestId) in getTestEnvironment()
158 public List<TestResource> getTestResources(final String requestId) in getTestResources()
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()
DClusterCommand.java85 String requestId, in ClusterCommand()
DClusterCommandScheduler.java807 final String requestId = commandTask.getRequestId(); in execManagedClusterCommand() local