Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc90 policy->channel_control_helper(), args) { in PickFirstSubchannelList()
203 channel_control_helper()->UpdateState( in AttemptToConnectUsingLatestUpdateArgsLocked()
321 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
325 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
339 p->channel_control_helper()->RequestReresolution(); in ProcessConnectivityChangeLocked()
342 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
351 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
355 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
391 p->channel_control_helper()->RequestReresolution(); in ProcessConnectivityChangeLocked()
400 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/
Dchild_policy_handler.cc45 return parent_->channel_control_helper()->CreateSubchannel( in CreateSubchannel()
72 parent_->channel_control_helper()->UpdateState(state, status, in UpdateState()
90 parent_->channel_control_helper()->RequestReresolution(); in RequestReresolution()
97 parent_->channel_control_helper()->AddTraceEvent(severity, message); in AddTraceEvent()
264 lb_policy_args.channel_control_helper = in CreateChildPolicy()
279 channel_control_helper()->AddTraceEvent( in CreateChildPolicy()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc118 policy->channel_control_helper(), args) { in RoundRobinSubchannelList()
325 p->channel_control_helper()->UpdateState( in MaybeUpdateRoundRobinConnectivityStateLocked()
329 p->channel_control_helper()->UpdateState( in MaybeUpdateRoundRobinConnectivityStateLocked()
338 p->channel_control_helper()->UpdateState( in MaybeUpdateRoundRobinConnectivityStateLocked()
425 p->channel_control_helper()->RequestReresolution(); in ProcessConnectivityChangeLocked()
455 channel_control_helper()->UpdateState( in UpdateLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc349 channel_control_helper()->UpdateState(child->connectivity_state(), in HandleChildConnectivityStateChangeLocked()
396 channel_control_helper()->UpdateState(child->connectivity_state(), in HandleChildConnectivityStateChangeLocked()
426 channel_control_helper()->UpdateState( in TryNextPriorityLocked()
456 channel_control_helper()->UpdateState( in TryNextPriorityLocked()
476 channel_control_helper()->UpdateState( in TryNextPriorityLocked()
496 channel_control_helper()->UpdateState(child->connectivity_state(), in SelectPriorityLocked()
576 lb_policy_args.channel_control_helper = in CreateChildPolicyLocked()
746 priority_->priority_policy_->channel_control_helper()->RequestReresolution(); in RequestReresolution()
753 return priority_->priority_policy_->channel_control_helper() in CreateSubchannel()
768 priority_->priority_policy_->channel_control_helper()->AddTraceEvent(severity, in AddTraceEvent()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dcds.cc207 return parent_->channel_control_helper()->CreateSubchannel(std::move(address), in CreateSubchannel()
220 parent_->channel_control_helper()->UpdateState(state, status, in UpdateState()
230 parent_->channel_control_helper()->RequestReresolution(); in RequestReresolution()
236 parent_->channel_control_helper()->AddTraceEvent(severity, message); in AddTraceEvent()
387 args.channel_control_helper = absl::make_unique<Helper>(Ref()); in OnClusterChanged()
421 channel_control_helper()->UpdateState( in OnError()
440 channel_control_helper()->UpdateState( in OnResourceDoesNotExist()
Dxds_cluster_impl.cc472 channel_control_helper()->UpdateState(GRPC_CHANNEL_READY, absl::Status(), in MaybeUpdatePickerLocked()
487 channel_control_helper()->UpdateState(state_, status_, in MaybeUpdatePickerLocked()
497 lb_policy_args.channel_control_helper = in CreateChildPolicyLocked()
564 xds_cluster_impl_policy_->channel_control_helper()->CreateSubchannel( in CreateSubchannel()
569 return xds_cluster_impl_policy_->channel_control_helper()->CreateSubchannel( in CreateSubchannel()
596 xds_cluster_impl_policy_->channel_control_helper()->RequestReresolution(); in RequestReresolution()
602 xds_cluster_impl_policy_->channel_control_helper()->AddTraceEvent(severity, in AddTraceEvent()
Dxds_cluster_manager.cc379 channel_control_helper()->UpdateState(connectivity_state, status, in UpdateStateLocked()
441 lb_policy_args.channel_control_helper = in CreateChildPolicyLocked()
545 ->channel_control_helper() in CreateSubchannel()
591 ->channel_control_helper() in RequestReresolution()
601 ->channel_control_helper() in AddTraceEvent()
Dxds_cluster_resolver.cc346 return xds_cluster_resolver_policy_->channel_control_helper() in CreateSubchannel()
364 xds_cluster_resolver_policy_->channel_control_helper()->UpdateState( in UpdateState()
371 xds_cluster_resolver_policy_->channel_control_helper()->AddTraceEvent( in AddTraceEvent()
954 channel_control_helper()->UpdateState( in CreateChildPolicyConfigLocked()
992 lb_policy_args.channel_control_helper = in CreateChildPolicyLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc397 channel_control_helper()->UpdateState(connectivity_state, status, in UpdateStateLocked()
455 lb_policy_args.channel_control_helper = in CreateChildPolicyLocked()
595 return weighted_child_->weighted_target_policy_->channel_control_helper() in CreateSubchannel()
609 weighted_child_->weighted_target_policy_->channel_control_helper() in RequestReresolution()
616 weighted_child_->weighted_target_policy_->channel_control_helper() in AddTraceEvent()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dlb_policy.h333 std::unique_ptr<ChannelControlHelper> channel_control_helper; member
406 ChannelControlHelper* channel_control_helper() const { in channel_control_helper() function
Dlb_policy.cc42 channel_control_helper_(std::move(args.channel_control_helper)) {} in LoadBalancingPolicy()
Dclient_channel.cc2198 lb_policy_args.channel_control_helper = in CreateLbPolicyLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc681 parent_->channel_control_helper()->CreateSubchannel(std::move(address), in CreateSubchannel()
721 parent_->channel_control_helper()->UpdateState( in UpdateState()
735 parent_->channel_control_helper()->RequestReresolution(); in RequestReresolution()
742 parent_->channel_control_helper()->AddTraceEvent(severity, message); in AddTraceEvent()
1232 grpclb_policy()->channel_control_helper()->RequestReresolution(); in OnBalancerStatusReceivedLocked()
1634 lb_policy_args.channel_control_helper = absl::make_unique<Helper>(Ref()); in CreateChildPolicyLocked()