Home
last modified time | relevance | path

Searched refs:shutdownReason (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DInternalSubchannel.java162 private Status shutdownReason; field in InternalSubchannel
395 shutdownReason = reason; in shutdown()
554 savedShutdownReason = shutdownReason; in transportReady()
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DAbstractTransportTest.java311 Status shutdownReason = Status.UNAVAILABLE.withDescription("shutdown called"); in clientStartStop() local
312 client.shutdown(shutdownReason); in clientStartStop()
314 inOrder.verify(mockClientTransportListener).transportShutdown(same(shutdownReason)); in clientStartStop()
535 Status shutdownReason = Status.UNAVAILABLE.withDescription("shutdown called"); in ping_afterTermination() local
536 client.shutdown(shutdownReason); in ping_afterTermination()
547 assertSame(shutdownReason, status); in ping_afterTermination()
597 Status shutdownReason = Status.UNAVAILABLE.withDescription("shutdown called"); in newStream_afterTermination() local
598 client.shutdown(shutdownReason); in newStream_afterTermination()
605 shutdownReason, clientStreamListener.status.get(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in newStream_afterTermination()
610 assertSame(shutdownReason, clientStreamTracer1.getStatus()); in newStream_afterTermination()