Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
H A Dchannel.pyx.pxi61 def check_connectivity_state(self, bint try_to_connect): member in AioChannel
/aosp_15_r20/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
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dchannel.pyx.pxi558 def check_connectivity_state(self, bint try_to_connect): member in Channel