Searched refs:GRPC_CALL_STACK_REF (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.h | 227 #define GRPC_CALL_STACK_REF(call_stack, reason) \ macro 236 #define GRPC_CALL_STACK_REF(call_stack, reason) \ macro
|
/external/grpc-grpc/src/core/lib/security/transport/ |
D | client_auth_filter.cc | 212 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()
|
D | server_auth_filter.cc | 178 GRPC_CALL_STACK_REF(calld->owning_call, "server_auth_metadata"); in recv_initial_metadata_ready()
|
/external/grpc-grpc/src/core/ext/filters/deadline/ |
D | deadline_filter.cc | 114 GRPC_CALL_STACK_REF(deadline_state->call_stack, "deadline_timer"); in start_timer_if_needed()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 1571 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()
|
D | subchannel.cc | 728 GRPC_CALL_STACK_REF(SUBCHANNEL_CALL_TO_CALL_STACK(c), REF_REASON); in grpc_subchannel_call_ref()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.cc | 481 GRPC_CALL_STACK_REF(CALL_STACK_FROM_CALL(c), REF_REASON); in grpc_call_internal_ref()
|