Home
last modified time | relevance | path

Searched defs:grpc_transport_op (Results 1 – 2 of 2) 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; argument
/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* disconnect_with_error = nullptr;
346 grpc_error* goaway_error = nullptr;
351 bool set_accept_stream = false;
375 } grpc_transport_op; argument