Home
last modified time | relevance | path

Searched refs:invocationId (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java246 public default boolean stopInvocation(int invocationId) throws UnsupportedOperationException { in stopInvocation() argument
247 return stopInvocation(invocationId, null); in stopInvocation()
258 public boolean stopInvocation(int invocationId, String cause) in stopInvocation() argument
267 public String getInvocationInfo(int invocationId); in getInvocationInfo() argument
DCommandScheduler.java1578 int invocationId = cmd.getCommandTracker().getId(); in startInvocation() local
1579 CLog.d("starting invocation for command id %d", invocationId); in startInvocation()
1587 IInvocationContext.INVOCATION_ID, Integer.toString(invocationId)); in startInvocation()
1897 public synchronized boolean stopInvocation(int invocationId, String cause) { in stopInvocation() argument
1900 if (thread.mCmd.getCommandTracker().mId == invocationId) { in stopInvocation()
1902 cause = "User requested stopping invocation " + invocationId; in stopInvocation()
1908 CLog.w("No invocation found matching the id: %s", invocationId); in stopInvocation()
1916 public synchronized String getInvocationInfo(int invocationId) { in getInvocationInfo() argument
1918 if (thread.mCmd.getCommandTracker().mId == invocationId) { in getInvocationInfo()
1923 CLog.w("No invocation found matching the id: %s", invocationId); in getInvocationInfo()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java403 .ifPresent(invocationId -> stopInvocation(invocationId, cause)); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java915 public boolean stopInvocation(int invocationId, String cause) {
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...