Home
last modified time | relevance | path

Searched defs:grpc_transport_op (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/transport/
Dtransport.h251 typedef struct grpc_transport_op { struct
253 grpc_closure* on_consumed;
255 grpc_closure* on_connectivity_state_change;
256 grpc_connectivity_state* connectivity_state;
260 grpc_error* disconnect_with_error;
264 grpc_error* goaway_error;
269 bool set_accept_stream;
293 } grpc_transport_op; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.h330 typedef struct grpc_transport_op { struct
332 grpc_closure* on_consumed = nullptr;
335 start_connectivity_watch;
336 grpc_connectivity_state start_connectivity_watch_state = GRPC_CHANNEL_IDLE;
337 grpc_core::ConnectivityStateWatcherInterface* stop_connectivity_watch =
342 grpc_error_handle disconnect_with_error = GRPC_ERROR_NONE;
346 grpc_error_handle goaway_error = GRPC_ERROR_NONE;
351 bool set_accept_stream = false;
375 } grpc_transport_op; argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc1486 static void perform_op(grpc_transport* /*gt*/, grpc_transport_op* /*op*/) {} in perform_op() argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dretry_filter.cc138 grpc_transport_op* /*op*/) {} in StartTransportOp() argument
Dclient_channel.cc300 grpc_transport_op* /*op*/) {} in StartTransportOp() argument