Searched defs:requestId (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | IClusterClient.java | 71 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()
|
D | ClusterClient.java | 141 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()
|
D | ClusterCommand.java | 85 String requestId, in ClusterCommand()
|
D | ClusterCommandScheduler.java | 807 final String requestId = commandTask.getRequestId(); in execManagedClusterCommand() local
|