Searched refs:effectiveDeadline (Results 1 – 1 of 1) sorted by relevance
233 Deadline effectiveDeadline = effectiveDeadline(); in start() local234 boolean deadlineExceeded = effectiveDeadline != null && effectiveDeadline.isExpired(); in start()237 effectiveDeadline, callOptions.getDeadline(), context.getDeadline()); in start()252 DEADLINE_EXCEEDED.withDescription("deadline exceeded: " + effectiveDeadline)); in start()264 if (effectiveDeadline != null) { in start()265 stream.setDeadline(effectiveDeadline); in start()280 if (effectiveDeadline != null in start()282 && context.getDeadline() != effectiveDeadline in start()285 deadlineCancellationFuture = startDeadlineTimer(effectiveDeadline); in start()297 Deadline effectiveDeadline, @Nullable Deadline outerCallDeadline, in logIfContextNarrowedTimeout() argument[all …]