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()
928 Status shutdownStatus; field in ManagedChannelImpl.UncommittedRetriableStreamsRegistry933 if (shutdownStatus != null) { in onShutdown()936 shutdownStatus = reason; in onShutdown()971 if (shutdownStatus != null) { in add()972 return shutdownStatus; in add()985 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()
395 Status shutdownStatus = lifecycleManager.getShutdownStatus();396 if (shutdownStatus == null) {400 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()147 if (shutdownStatus != null) {148 final Status capturedStatus = shutdownStatus;167 final Status shutdownStatus = this.shutdownStatus;171 callback.onFailure(shutdownStatus.asRuntimeException());190 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()