Home
last modified time | relevance | path

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

12

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_libuv.cc83 GRPC_ERROR_CANCELLED); in ShutdownInternalLocked()
87 GRPC_ERROR_CANCELLED); in ShutdownInternalLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.h128 #define GRPC_ERROR_CANCELLED ((grpc_error*)4) macro
129 #define GRPC_ERROR_SPECIAL_MAX GRPC_ERROR_CANCELLED
Dtimer_custom.cc73 GRPC_ERROR_CANCELLED); in timer_cancel()
Dresource_quota.cc514 grpc_core::ExecCtx::Run(DEBUG_LOCATION, closure, GRPC_ERROR_CANCELLED); in ru_post_reclaimer()
558 GRPC_ERROR_CANCELLED); in ru_shutdown()
560 GRPC_ERROR_CANCELLED); in ru_shutdown()
583 GRPC_ERROR_CANCELLED); in ru_destroy()
585 GRPC_ERROR_CANCELLED); in ru_destroy()
/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/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/iomgr/
Dtimer_custom.cc71 GRPC_CLOSURE_SCHED(timer->closure, GRPC_ERROR_CANCELLED); in timer_cancel()
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()
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
/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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc118 if (error != GRPC_ERROR_CANCELLED) { in run_poller()
Dchannel_connectivity.cc143 } else if (error == GRPC_ERROR_CANCELLED) { in partly_done()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc367 } else if (error != GRPC_ERROR_CANCELLED) { in close_max_age_channel()
385 } else if (error != GRPC_ERROR_CANCELLED) { in force_close_max_age_channel()
/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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc281 call_combiner_.Cancel(GRPC_ERROR_CANCELLED); in Orphan()
423 batch->payload->cancel_stream.cancel_error = GRPC_ERROR_CANCELLED; in StartCancel()
/external/grpc-grpc/test/core/iomgr/
Dev_epollsig_linux_test.cc288 grpc_fd_shutdown(shared.wakeup_desc, GRPC_ERROR_CANCELLED); in test_threading()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc460 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_create()
608 cancel_with_error(c, GRPC_ERROR_CANCELLED); in grpc_call_unref()
627 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_cancel()
725 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_cancel_internal()
1216 cancel_with_error(child, GRPC_ERROR_CANCELLED); in post_batch_completion()
/external/grpc-grpc/src/core/ext/filters/deadline/
Ddeadline_filter.cc66 if (error != GRPC_ERROR_CANCELLED) { in timer_callback()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/deadline/
Ddeadline_filter.cc79 if (error != GRPC_ERROR_CANCELLED) { in TimerCallback()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc88 if (error != GRPC_ERROR_CANCELLED) { in on_timeout()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc1447 GRPC_ERROR_CANCELLED); in perform_stream_op()
1452 GRPC_ERROR_CANCELLED); in perform_stream_op()
1458 GRPC_ERROR_CANCELLED); in perform_stream_op()
1461 GRPC_ERROR_CANCELLED); in perform_stream_op()
/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()

12