Home
last modified time | relevance | path

Searched refs:StartConnectivityWatchLocked (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc218 sd->StartConnectivityWatchLocked(); in AttemptToConnectUsingLatestUpdateArgsLocked()
236 subchannel_list_->subchannel(0)->StartConnectivityWatchLocked(); in AttemptToConnectUsingLatestUpdateArgsLocked()
257 ->StartConnectivityWatchLocked(); in AttemptToConnectUsingLatestUpdateArgsLocked()
469 StartConnectivityWatchLocked(); in CheckConnectivityStateAndStartWatchingLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h112 void StartConnectivityWatchLocked();
308 SubchannelDataType>::StartConnectivityWatchLocked() { in StartConnectivityWatchLocked() function
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.h182 void StartConnectivityWatchLocked();
Dxds_client.cc486 StartConnectivityWatchLocked(); in ChannelState()
527 void XdsClient::ChannelState::StartConnectivityWatchLocked() { in StartConnectivityWatchLocked() function in grpc_core::XdsClient::ChannelState
/third_party/grpc/src/core/ext/xds/
Dxds_client.h220 void StartConnectivityWatchLocked();
Dxds_client.cc475 StartConnectivityWatchLocked(); in ChannelState()
517 void XdsClient::ChannelState::StartConnectivityWatchLocked() { in StartConnectivityWatchLocked() function in grpc_core::XdsClient::ChannelState
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc271 subchannel(i)->StartConnectivityWatchLocked(); in StartWatchingLocked()