Home
last modified time | relevance | path

Searched refs:endpoint_map_ (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc218 EndpointState& state = ads_calld_->xds_client()->endpoint_map_[name_]; in OnTimerLocked()
728 for (const auto& p : xds_client()->endpoint_map_) { in AdsCallState()
1057 xds_client()->endpoint_map_[eds_resource_name]; in AcceptCdsUpdate()
1085 xds_client()->endpoint_map_[eds_service_name]; in AcceptEdsUpdate()
1804 endpoint_map_.clear(); in Orphan()
1931 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in WatchEndpointData()
1952 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in CancelEndpointDataWatch()
1957 endpoint_map_.erase(eds_service_name_str); in CancelEndpointDataWatch()
2105 for (const auto& p : endpoint_map_) { in NotifyOnErrorLocked()
Dxds_client.h315 std::map<std::string /*eds_service_name*/, EndpointState> endpoint_map_; variable
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc202 EndpointState& state = ads_calld_->xds_client()->endpoint_map_[name_]; in OnTimerLocked()
731 for (const auto& p : xds_client()->endpoint_map_) { in AdsCallState()
1052 xds_client()->endpoint_map_[eds_resource_name]; in AcceptCdsUpdate()
1118 xds_client()->endpoint_map_[eds_service_name]; in AcceptEdsUpdate()
1833 endpoint_map_.clear(); in Orphan()
1878 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in WatchEndpointData()
1898 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in CancelEndpointDataWatch()
1903 endpoint_map_.erase(eds_service_name_str); in CancelEndpointDataWatch()
2400 for (const auto& p : endpoint_map_) { in NotifyOnError()
Dxds_client.h282 std::map<std::string /*eds_service_name*/, EndpointState> endpoint_map_; variable