Home
last modified time | relevance | path

Searched refs:StateWatcher (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.h190 class StateWatcher;
198 StateWatcher* watcher_ = nullptr;
Dxds_client.cc392 class XdsClient::ChannelState::StateWatcher class in grpc_core::XdsClient::ChannelState
395 explicit StateWatcher(RefCountedPtr<ChannelState> parent) in StateWatcher() function in grpc_core::XdsClient::ChannelState::StateWatcher
531 watcher_ = new StateWatcher(Ref()); in StartConnectivityWatchLocked()
/third_party/grpc/src/core/ext/xds/
Dxds_client.h228 class StateWatcher;
238 StateWatcher* watcher_ = nullptr;
Dxds_client.cc405 class XdsClient::ChannelState::StateWatcher class in grpc_core::XdsClient::ChannelState
408 explicit StateWatcher(RefCountedPtr<ChannelState> parent) in StateWatcher() function in grpc_core::XdsClient::ChannelState::StateWatcher
521 watcher_ = new StateWatcher(Ref(DEBUG_LOCATION, "ChannelState+watch")); in StartConnectivityWatchLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc367 class StateWatcher : public AsyncConnectivityStateWatcherInterface { class in grpc_core::__anone44b111d0111::GrpcLb
369 explicit StateWatcher(RefCountedPtr<GrpcLb> parent) in StateWatcher() function in grpc_core::__anone44b111d0111::GrpcLb::StateWatcher
373 ~StateWatcher() override { parent_.reset(DEBUG_LOCATION, "StateWatcher"); } in ~StateWatcher()
442 StateWatcher* watcher_ = nullptr;
1427 watcher_ = new StateWatcher(Ref(DEBUG_LOCATION, "StateWatcher")); in UpdateLocked()