Home
last modified time | relevance | path

Searched refs:stop_connectivity_watch (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dlame_client.cc75 if (op->stop_connectivity_watch != nullptr) { in lame_start_transport_op()
76 chand->state_tracker.RemoveWatcher(op->stop_connectivity_watch); in lame_start_transport_op()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport_op_string.cc128 if (op->stop_connectivity_watch != nullptr) { in grpc_transport_op_string()
130 op->stop_connectivity_watch)); in grpc_transport_op_string()
Dtransport.h337 grpc_core::ConnectivityStateWatcherInterface* stop_connectivity_watch = member
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc1154 if (op->stop_connectivity_watch != nullptr) { in perform_transport_op()
1155 t->state_tracker.RemoveWatcher(op->stop_connectivity_watch); in perform_transport_op()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1785 if (op->stop_connectivity_watch != nullptr) { in perform_transport_op_locked()
1786 t->state_tracker.RemoveWatcher(op->stop_connectivity_watch); in perform_transport_op_locked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc2493 if (op->stop_connectivity_watch != nullptr) { in StartTransportOpLocked()
2494 state_tracker_.RemoveWatcher(op->stop_connectivity_watch); in StartTransportOpLocked()