Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dlame_client_test.cc56 elem->filter->start_transport_op(elem, op); in test_transport_op()
61 elem->filter->start_transport_op(elem, op); in test_transport_op()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc304 elem->filter->start_transport_op(elem, op); in close_max_idle_channel()
366 elem->filter->start_transport_op(elem, op); in close_max_age_channel()
384 elem->filter->start_transport_op(elem, op); in force_close_max_age_channel()
/external/grpc-grpc/src/core/lib/surface/
Dchannel_ping.cc64 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
Dchannel.cc292 elem->filter->start_transport_op(elem, op); in grpc_channel_reset_connect_backoff()
458 elem->filter->start_transport_op(elem, op); in grpc_channel_destroy()
Dserver.cc291 elem->filter->start_transport_op(elem, op); in send_shutdown()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel_ping.cc63 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
Dchannel.cc342 elem->filter->start_transport_op(elem, op); in grpc_channel_reset_connect_backoff()
527 elem->filter->start_transport_op(elem, op); in grpc_channel_destroy_internal()
Dserver.cc476 elem->filter->start_transport_op(elem, op); in SendShutdown()
/external/grpc-grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc263 elem->filter->start_transport_op(elem, op); in close_max_idle_channel()
325 elem->filter->start_transport_op(elem, op); in close_max_age_channel()
343 elem->filter->start_transport_op(elem, op); in force_close_max_age_channel()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_stack.h115 void (*start_transport_op)(grpc_channel_element* elem, grpc_transport_op* op); member
Dchannel_stack.cc238 next_elem->filter->start_transport_op(next_elem, op); in grpc_channel_next_op()
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h106 void (*start_transport_op)(grpc_channel_element* elem, grpc_transport_op* op); member
Dchannel_stack.cc237 next_elem->filter->start_transport_op(next_elem, op); in grpc_channel_next_op()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc832 elem->filter->start_transport_op(elem, op); in NotifyOnStateChange()
842 elem->filter->start_transport_op(elem, op); in Ping()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc111 elem->filter->start_transport_op(elem, op); in StartWatch()
121 elem->filter->start_transport_op(elem, op); in Ping()