Home
last modified time | relevance | path

Searched refs:AsyncWatcherNotifierLocked (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc365 class Subchannel::AsyncWatcherNotifierLocked { class in grpc_core::Subchannel
367 AsyncWatcherNotifierLocked( in AsyncWatcherNotifierLocked() function in grpc_core::Subchannel::AsyncWatcherNotifierLocked
383 static_cast<AsyncWatcherNotifierLocked*>(arg); in AsyncWatcherNotifierLocked()
414 new AsyncWatcherNotifierLocked(p.second, subchannel, state, status); in NotifyLocked()
452 new AsyncWatcherNotifierLocked(watcher, subchannel_, state_, status_); in AddWatcherLocked()
852 new AsyncWatcherNotifierLocked(watcher, this, state_, status_); in WatchConnectivityState()
Dsubchannel.h359 class AsyncWatcherNotifierLocked; variable