Searched refs:intercept_callback (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/src/core/lib/channel/ |
D | connected_channel.cc | 67 static void intercept_callback(call_data* calld, callback_state* state, in intercept_callback() function 108 intercept_callback( in connected_channel_start_transport_stream_op_batch() 114 intercept_callback(calld, state, false, "recv_message_ready", in connected_channel_start_transport_stream_op_batch() 119 intercept_callback( in connected_channel_start_transport_stream_op_batch() 131 intercept_callback(calld, state, true, "on_complete (cancel_stream)", in connected_channel_start_transport_stream_op_batch() 135 intercept_callback(calld, state, false, "on_complete", &batch->on_complete); in connected_channel_start_transport_stream_op_batch()
|