Searched refs:CancelClusterDataWatch (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | cds.cc | 148 void CancelClusterDataWatch(absl::string_view cluster_name, 298 CancelClusterDataWatch(watcher.first, watcher.second.watcher, in ShutdownLocked() 344 CancelClusterDataWatch(watcher.first, watcher.second.watcher, in UpdateLocked() 538 CancelClusterDataWatch(cluster_name, it->second.watcher, in OnClusterChanged() 674 void CdsLb::CancelClusterDataWatch(absl::string_view cluster_name, in CancelClusterDataWatch() function in grpc_core::__anona4cab1b20111::CdsLb 685 xds_client_->CancelClusterDataWatch(cluster_name, watcher, in CancelClusterDataWatch()
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_client.h | 100 void CancelClusterDataWatch(absl::string_view cluster_name,
|
D | xds_client.cc | 1857 void XdsClient::CancelClusterDataWatch(absl::string_view cluster_name, in CancelClusterDataWatch() function in grpc_core::XdsClient
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_client.h | 147 void CancelClusterDataWatch(absl::string_view cluster_name,
|
D | xds_client.cc | 1908 void XdsClient::CancelClusterDataWatch(absl::string_view cluster_name, in CancelClusterDataWatch() function in grpc_core::XdsClient
|