Searched refs:shutdownStatus (Results 1 – 7 of 7) sorted by relevance
72 private Status shutdownStatus; field in DelayedClientTransport138 if (shutdownStatus == null) { in newStream()145 return new FailingClientStream(shutdownStatus); in newStream()159 if (shutdownStatus != null) { in newStream()160 return new FailingClientStream(shutdownStatus); in newStream()208 if (shutdownStatus != null) { in shutdown()211 shutdownStatus = status; in shutdown()331 if (shutdownStatus != null && reportTransportTerminated != null) { in reprocess()374 if (shutdownStatus != null) { in cancel()
939 Status shutdownStatus; field in ManagedChannelImpl.UncommittedRetriableStreamsRegistry944 if (shutdownStatus != null) { in onShutdown()947 shutdownStatus = reason; in onShutdown()982 if (shutdownStatus != null) { in add()983 return shutdownStatus; in add()996 shutdownStatusCopy = shutdownStatus; in remove()
262 Status shutdownStatus = prestart(); in start() local264 if (shutdownStatus != null) { in start()265 cancel(shutdownStatus); in start()
29 private Status shutdownStatus; field in ClientTransportLifecycleManager51 shutdownStatus = s; in notifyShutdown()74 return shutdownStatus; in getShutdownStatus()
385 Status shutdownStatus = lifecycleManager.getShutdownStatus();386 if (shutdownStatus == null) {390 return shutdownStatus;
88 private Status shutdownStatus; field in InProcessTransport116 shutdownStatus = Status.UNAVAILABLE.withDescription("Could not find server: " + name); in start()117 final Status localShutdownStatus = shutdownStatus; in start()146 if (shutdownStatus != null) {147 final Status capturedStatus = shutdownStatus;166 final Status shutdownStatus = this.shutdownStatus;170 callback.onFailure(shutdownStatus.asRuntimeException());189 shutdownStatus = reason;
467 Status shutdownStatus = Status.UNKNOWN.withDescription("test shutdownNow"); in shutdownNowKillsServerStream() local468 serverTransport.shutdownNow(shutdownStatus); in shutdownNowKillsServerStream()483 assertStatusEquals(shutdownStatus, serverStreamTracer1.getStatus()); in shutdownNowKillsServerStream()