Home
last modified time | relevance | path

Searched refs:ChildPolicyHandler (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Dchild_policy_handler.cc33 class ChildPolicyHandler::Helper
36 explicit Helper(RefCountedPtr<ChildPolicyHandler> parent) in Helper()
113 RefCountedPtr<ChildPolicyHandler> parent_;
121 void ChildPolicyHandler::ShutdownLocked() { in ShutdownLocked()
147 void ChildPolicyHandler::UpdateLocked(UpdateArgs args) { in UpdateLocked()
241 void ChildPolicyHandler::ExitIdleLocked() { in ExitIdleLocked()
250 void ChildPolicyHandler::ResetBackoffLocked() { in ResetBackoffLocked()
259 OrphanablePtr<LoadBalancingPolicy> ChildPolicyHandler::CreateChildPolicy( in CreateChildPolicy()
287 bool ChildPolicyHandler::ConfigChangeRequiresNewPolicyInstance( in ConfigChangeRequiresNewPolicyInstance()
294 ChildPolicyHandler::CreateLoadBalancingPolicy( in CreateLoadBalancingPolicy()
Dchild_policy_handler.h34 class ChildPolicyHandler : public LoadBalancingPolicy {
36 ChildPolicyHandler(Args args, TraceFlag* tracer) in ChildPolicyHandler() function
/third_party/grpc/src/core/ext/filters/client_channel/
Dresolving_lb_policy.cc255 MakeOrphanable<ChildPolicyHandler>(std::move(lb_policy_args), tracer_); in CreateLbPolicyLocked()
Dclient_channel.cc2199 MakeOrphanable<ChildPolicyHandler>(std::move(lb_policy_args), in CreateLbPolicyLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Deds.cc900 class EdsChildHandler : public ChildPolicyHandler {
903 : ChildPolicyHandler(std::move(args), tracer) {} in EdsChildHandler()
Dlrs.cc284 MakeOrphanable<ChildPolicyHandler>(std::move(lb_policy_args), in CreateChildPolicyLocked()
Dxds_cluster_resolver.cc1339 class XdsClusterResolverChildHandler : public ChildPolicyHandler {
1343 : ChildPolicyHandler(std::move(args), in XdsClusterResolverChildHandler()
Dxds_cluster_manager.cc444 MakeOrphanable<ChildPolicyHandler>(std::move(lb_policy_args), in CreateChildPolicyLocked()
Dxds_cluster_impl.cc498 MakeOrphanable<ChildPolicyHandler>(std::move(lb_policy_args), in CreateChildPolicyLocked()
Dxds_routing.cc559 MakeOrphanable<ChildPolicyHandler>(std::move(lb_policy_args), in CreateChildPolicyLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc458 MakeOrphanable<ChildPolicyHandler>(std::move(lb_policy_args), in CreateChildPolicyLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc581 MakeOrphanable<ChildPolicyHandler>(std::move(lb_policy_args), in CreateChildPolicyLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1634 MakeOrphanable<ChildPolicyHandler>(std::move(lb_policy_args), in CreateChildPolicyLocked()