Home
last modified time | relevance | path

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

/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DInteropTask.java102 tester.cancelAfterBegin(); in runTest()
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php346 function cancelAfterBegin($stub) function
644 cancelAfterBegin($stub);
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java325 tester.cancelAfterBegin(); in runTest()
DStressTestClient.java493 tester.cancelAfterBegin(); in runTestCase()
DAbstractInteropTest.java756 public void cancelAfterBegin() throws Exception { in cancelAfterBegin() method in AbstractInteropTest