Home
last modified time | relevance | path

Searched refs:GRPC_ERROR_CANCELLED (Results 1 – 23 of 23) sorted by relevance

/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc269 op_payload.cancel_stream.cancel_error = GRPC_ERROR_CANCELLED; in BM_StreamCreateDestroy()
344 op.payload->cancel_stream.cancel_error = GRPC_ERROR_CANCELLED; in BM_StreamCreateSendInitialMetadataDestroy()
379 op_payload.cancel_stream.cancel_error = GRPC_ERROR_CANCELLED; in BM_TransportEmptyOp()
455 op.payload->cancel_stream.cancel_error = GRPC_ERROR_CANCELLED; in BM_TransportStreamSend()
631 op.payload->cancel_stream.cancel_error = GRPC_ERROR_CANCELLED; in BM_TransportStreamRecv()
Dbm_error.cc171 grpc_error* error() const { return GRPC_ERROR_CANCELLED; } in error()
/external/grpc-grpc/src/core/lib/transport/
Dconnectivity_state.cc124 GRPC_CLOSURE_SCHED(notify, GRPC_ERROR_CANCELLED); in grpc_connectivity_state_notify_on_state_change()
132 GRPC_CLOSURE_SCHED(notify, GRPC_ERROR_CANCELLED); in grpc_connectivity_state_notify_on_state_change()
/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc493 GRPC_CLOSURE_SCHED(closure, GRPC_ERROR_CANCELLED); in ru_post_reclaimer()
536 GRPC_CLOSURE_SCHED(resource_user->reclaimers[0], GRPC_ERROR_CANCELLED); in ru_shutdown()
537 GRPC_CLOSURE_SCHED(resource_user->reclaimers[1], GRPC_ERROR_CANCELLED); in ru_shutdown()
559 GRPC_CLOSURE_SCHED(resource_user->reclaimers[0], GRPC_ERROR_CANCELLED); in ru_destroy()
560 GRPC_CLOSURE_SCHED(resource_user->reclaimers[1], GRPC_ERROR_CANCELLED); in ru_destroy()
Dtimer_custom.cc71 GRPC_CLOSURE_SCHED(timer->closure, GRPC_ERROR_CANCELLED); in timer_cancel()
Derror.cc126 err == GRPC_ERROR_CANCELLED; in grpc_error_is_special()
407 } else if (in == GRPC_ERROR_CANCELLED) { in copy_error_and_unref()
459 {GRPC_ERROR_CANCELLED, GRPC_STATUS_CANCELLED, "Cancelled"},
752 if (err == GRPC_ERROR_CANCELLED) return cancelled_error_string; in grpc_error_string()
Derror.h124 #define GRPC_ERROR_CANCELLED ((grpc_error*)4) macro
Dtimer_generic.cc474 GRPC_CLOSURE_SCHED(timer->closure, GRPC_ERROR_CANCELLED); in timer_cancel()
Dev_poll_posix.cc618 GRPC_CLOSURE_SCHED(closure, GRPC_ERROR_CANCELLED);
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc109 if (error != GRPC_ERROR_CANCELLED) { in run_poller()
Dchannel_connectivity.cc136 } else if (error == GRPC_ERROR_CANCELLED) { in partly_done()
/external/grpc-grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc326 } else if (error != GRPC_ERROR_CANCELLED) { in close_max_age_channel()
344 } else if (error != GRPC_ERROR_CANCELLED) { in force_close_max_age_channel()
/external/grpc-grpc/test/core/iomgr/
Dev_epollsig_linux_test.cc288 grpc_fd_shutdown(shared.wakeup_desc, GRPC_ERROR_CANCELLED); in test_threading()
Dresource_quota_test.cc79 GPR_ASSERT(error == GRPC_ERROR_CANCELLED); in unused_reclaimer_cb()
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc1407 GRPC_ERROR_CANCELLED); in perform_stream_op()
1411 GRPC_ERROR_CANCELLED); in perform_stream_op()
1416 GRPC_ERROR_CANCELLED); in perform_stream_op()
1418 GRPC_CLOSURE_SCHED(op->on_complete, GRPC_ERROR_CANCELLED); in perform_stream_op()
/external/grpc-grpc/src/core/ext/filters/deadline/
Ddeadline_filter.cc66 if (error != GRPC_ERROR_CANCELLED) { in timer_callback()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc88 if (error != GRPC_ERROR_CANCELLED) { in on_timeout()
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc420 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_create()
568 cancel_with_error(c, GRPC_ERROR_CANCELLED); in grpc_call_unref()
586 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_cancel()
1159 cancel_with_error(child, GRPC_ERROR_CANCELLED); in post_batch_completion()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h452 if (sd->subchannel_list_->shutting_down() || error == GRPC_ERROR_CANCELLED) { in OnConnectivityChangedLocked()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc207 TryReresolutionLocked(&grpc_lb_pick_first_trace, GRPC_ERROR_CANCELLED); in ShutdownLocked()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc644 GRPC_CLOSURE_SCHED(t->notify_on_receive_settings, GRPC_ERROR_CANCELLED); in close_transport_locked()
2695 } else if (error == GRPC_ERROR_CANCELLED) { in init_keepalive_ping_locked()
2745 if (GPR_UNLIKELY(error != GRPC_ERROR_CANCELLED)) { in keepalive_watchdog_fired_locked()
3044 if (error != GRPC_ERROR_CANCELLED) { in benign_reclaimer_locked()
3075 if (error != GRPC_ERROR_CANCELLED) { in destructive_reclaimer_locked()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc284 TryReresolutionLocked(&grpc_lb_round_robin_trace, GRPC_ERROR_CANCELLED); in ShutdownLocked()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1098 TryReresolutionLocked(&grpc_lb_glb_trace, GRPC_ERROR_CANCELLED); in ShutdownLocked()