Searched refs:NotifyLocked (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 410 void Subchannel::ConnectivityStateWatcherList::NotifyLocked( in NotifyLocked() function in grpc_core::Subchannel::ConnectivityStateWatcherList 464 void NotifyLocked(grpc_connectivity_state state, const absl::Status& status) { in NotifyLocked() function in grpc_core::Subchannel::HealthWatcherMap::HealthWatcher 473 watcher_list_.NotifyLocked(subchannel_, state_, status); in NotifyLocked() 480 watcher_list_.NotifyLocked(subchannel_, state_, status); in NotifyLocked() 499 watcher_list_.NotifyLocked(subchannel_, new_state, status); in OnConnectivityStateChange() 553 void Subchannel::HealthWatcherMap::NotifyLocked(grpc_connectivity_state state, in NotifyLocked() function in grpc_core::Subchannel::HealthWatcherMap 556 p.second->NotifyLocked(state, status); in NotifyLocked() 968 watcher_list_.NotifyLocked(this, state, status); in SetConnectivityStateLocked() 970 health_watcher_map_.NotifyLocked(state, status); in SetConnectivityStateLocked()
|
D | subchannel.h | 309 void NotifyLocked(Subchannel* subchannel, grpc_connectivity_state state, 343 void NotifyLocked(grpc_connectivity_state state,
|