Home
last modified time | relevance | path

Searched refs:SetNotifyOnCancel (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcall_combiner.h101 void SetNotifyOnCancel(grpc_closure* closure);
Dcall_combiner.cc189 void CallCombiner::SetNotifyOnCancel(grpc_closure* closure) { in SetNotifyOnCancel() function in grpc_core::CallCombiner
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc323 calld->call_combiner->SetNotifyOnCancel(GRPC_CLOSURE_INIT( in send_security_metadata()
393 calld->call_combiner->SetNotifyOnCancel(GRPC_CLOSURE_INIT( in client_auth_start_transport_stream_op_batch()
Dserver_auth_filter.cc223 calld->call_combiner->SetNotifyOnCancel(&calld->cancel_closure); in recv_initial_metadata_ready()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc275 call_combiner_.SetNotifyOnCancel(nullptr); in ~CallState()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc616 c->call_combiner.SetNotifyOnCancel(nullptr); in grpc_call_unref()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc2913 calld->call_combiner_->SetNotifyOnCancel(&closure_); in ResolverQueuedCallCanceller()
5247 lb_call_->call_combiner_->SetNotifyOnCancel(&closure_); in LbQueuedCallCanceller()