Home
last modified time | relevance | path

Searched defs:check_connectivity_state (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dchannel.pyx.pxi61 def check_connectivity_state(self, bint try_to_connect): member in AioChannel
/external/rust/android-crates-io/crates/grpcio/src/
Dchannel.rs598 fn check_connectivity_state(&self, try_to_connect: bool) -> ConnectivityState { in check_connectivity_state() method
664 pub fn check_connectivity_state(&self, try_to_connect: bool) -> ConnectivityState { in check_connectivity_state() method
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi558 def check_connectivity_state(self, bint try_to_connect): member in Channel