Home
last modified time | relevance | path

Searched refs:GRPC_CALL_STACK_REF (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_stack.h235 #define GRPC_CALL_STACK_REF(call_stack, reason) \ macro
244 #define GRPC_CALL_STACK_REF(call_stack, reason) \ macro
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h227 #define GRPC_CALL_STACK_REF(call_stack, reason) \ macro
236 #define GRPC_CALL_STACK_REF(call_stack, reason) \ macro
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc112 GRPC_CALL_STACK_REF(CALL_TO_CALL_STACK(this), ""); in IncrementRefCount()
117 GRPC_CALL_STACK_REF(CALL_TO_CALL_STACK(this), reason); in IncrementRefCount()
Dsubchannel.cc290 GRPC_CALL_STACK_REF(SUBCHANNEL_CALL_TO_CALL_STACK(this), ""); in IncrementRefCount()
295 GRPC_CALL_STACK_REF(SUBCHANNEL_CALL_TO_CALL_STACK(this), reason); in IncrementRefCount()
Dclient_channel.cc2910 GRPC_CALL_STACK_REF(calld->owning_call_, "ResolverQueuedCallCanceller"); in ResolverQueuedCallCanceller()
3832 GRPC_CALL_STACK_REF(call->owning_call_, "batch_data"); in SubchannelCallBatchData()
4720 GRPC_CALL_STACK_REF(owning_call_, "subchannel_send_batches"); in AddSubchannelBatchesForPendingBatches()
4747 GRPC_CALL_STACK_REF(call->owning_call_, "subchannel_send_batches"); in StartRetriableSubchannelBatches()
5245 GRPC_CALL_STACK_REF(lb_call_->owning_call_, "LbQueuedCallCanceller"); in LbQueuedCallCanceller()
/external/grpc-grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc212 GRPC_CALL_STACK_REF(calld->owning_call, "get_request_metadata"); in send_security_metadata()
305 GRPC_CALL_STACK_REF(calld->owning_call, "check_call_host"); in auth_start_transport_stream_op_batch()
Dserver_auth_filter.cc178 GRPC_CALL_STACK_REF(calld->owning_call, "server_auth_metadata"); in recv_initial_metadata_ready()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc311 GRPC_CALL_STACK_REF(calld->owning_call, "get_request_metadata"); in send_security_metadata()
380 GRPC_CALL_STACK_REF(calld->owning_call, "check_call_host"); in client_auth_start_transport_stream_op_batch()
Dserver_auth_filter.cc224 GRPC_CALL_STACK_REF(calld->owning_call, "server_auth_metadata"); in recv_initial_metadata_ready()
/external/grpc-grpc/src/core/ext/filters/deadline/
Ddeadline_filter.cc114 GRPC_CALL_STACK_REF(deadline_state->call_stack, "deadline_timer"); in start_timer_if_needed()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/deadline/
Ddeadline_filter.cc44 GRPC_CALL_STACK_REF(deadline_state->call_stack, "DeadlineTimerState"); in TimerState()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc1571 GRPC_CALL_STACK_REF(calld->owning_call, "batch_data"); in batch_data_create()
2543 GRPC_CALL_STACK_REF(calld->owning_call, "subchannel_send_batches"); in add_subchannel_batches_for_pending_batches()
2575 GRPC_CALL_STACK_REF(calld->owning_call, "subchannel_send_batches"); in start_retriable_subchannel_batches()
2799 GRPC_CALL_STACK_REF(calld->owning_call, "pick_callback"); in StartLocked()
2817 GRPC_CALL_STACK_REF(calld->owning_call, "pick_callback_cancel"); in StartLocked()
Dsubchannel.cc728 GRPC_CALL_STACK_REF(SUBCHANNEL_CALL_TO_CALL_STACK(c), REF_REASON); in grpc_subchannel_call_ref()
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc481 GRPC_CALL_STACK_REF(CALL_STACK_FROM_CALL(c), REF_REASON); in grpc_call_internal_ref()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc521 GRPC_CALL_STACK_REF(CALL_STACK_FROM_CALL(c), REF_REASON); in grpc_call_internal_ref()