Home
last modified time | relevance | path

Searched defs:ConnectivityWatcher (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc222 class ConnectivityWatcher : public AsyncConnectivityStateWatcherInterface { class
224 explicit ConnectivityWatcher(channel_data* chand) : chand_(chand) { in ConnectivityWatcher() function in grpc_core::ConnectivityWatcher
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.cc967 class Server::ChannelData::ConnectivityWatcher class in grpc_core::Server::ChannelData
970 explicit ConnectivityWatcher(ChannelData* chand) : chand_(chand) { in ConnectivityWatcher() function in grpc_core::Server::ChannelData::ConnectivityWatcher