/third_party/grpc/src/core/ext/filters/client_channel/ |
D | subchannel_interface.h | 42 virtual void OnConnectivityStateChange(
|
D | subchannel.cc | 317 void OnConnectivityStateChange(grpc_connectivity_state new_state, in OnConnectivityStateChange() function in grpc_core::Subchannel::ConnectedSubchannelStateWatcher 384 self->watcher_->OnConnectivityStateChange(); in AsyncWatcherNotifierLocked() 493 void OnConnectivityStateChange(grpc_connectivity_state new_state, in OnConnectivityStateChange() function in grpc_core::Subchannel::HealthWatcherMap::HealthWatcher
|
D | subchannel.h | 189 virtual void OnConnectivityStateChange() = 0;
|
D | client_channel.cc | 1434 void OnConnectivityStateChange() override { in OnConnectivityStateChange() function in grpc_core::__anon6b4c07050111::ChannelData::SubchannelWrapper::WatcherWrapper 1509 watcher_->OnConnectivityStateChange(state_change.state); in ApplyUpdateInControlPlaneWorkSerializer()
|
/third_party/grpc/src/core/lib/transport/ |
D | connectivity_state.h | 85 virtual void OnConnectivityStateChange(grpc_connectivity_state new_state,
|
D | connectivity_state.cc | 83 self->watcher_->OnConnectivityStateChange(self->state_, self->status_); in SendNotification()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/ |
D | subchannel_list.h | 149 void OnConnectivityStateChange(grpc_connectivity_state new_state) override; 241 OnConnectivityStateChange(grpc_connectivity_state new_state) { in OnConnectivityStateChange() function
|
/third_party/grpc/src/core/ext/filters/max_age/ |
D | max_age_filter.cc | 232 void OnConnectivityStateChange(grpc_connectivity_state new_state, in OnConnectivityStateChange() function in grpc_core::ConnectivityWatcher
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 376 void OnConnectivityStateChange(grpc_connectivity_state new_state, in OnConnectivityStateChange() function in grpc_core::__anone44b111d0111::GrpcLb::StateWatcher
|
/third_party/grpc/src/core/lib/surface/ |
D | server.cc | 968 void OnConnectivityStateChange(grpc_connectivity_state new_state, in OnConnectivityStateChange() function in grpc_core::Server::ChannelData::ConnectivityWatcher
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_client.cc | 412 void OnConnectivityStateChange(grpc_connectivity_state new_state, in OnConnectivityStateChange() function in grpc_core::XdsClient::ChannelState::StateWatcher
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_client.cc | 401 void OnConnectivityStateChange(grpc_connectivity_state new_state) override { in OnConnectivityStateChange() function in grpc_core::XdsClient::ChannelState::StateWatcher
|