Searched refs:update_args (Results 1 – 11 of 11) sorted by relevance
227 UpdateArgs update_args; in CreateOrUpdateLbPolicyLocked() local228 update_args.addresses = std::move(result.addresses); in CreateOrUpdateLbPolicyLocked()229 update_args.config = std::move(lb_policy_config); in CreateOrUpdateLbPolicyLocked()231 update_args.args = result.args; in CreateOrUpdateLbPolicyLocked()235 lb_policy_ = CreateLbPolicyLocked(*update_args.args); in CreateOrUpdateLbPolicyLocked()242 lb_policy_->UpdateLocked(std::move(update_args)); in CreateOrUpdateLbPolicyLocked()
2169 LoadBalancingPolicy::UpdateArgs update_args; in CreateOrUpdateLbPolicyLocked() local2170 update_args.addresses = std::move(result.addresses); in CreateOrUpdateLbPolicyLocked()2171 update_args.config = std::move(lb_policy_config); in CreateOrUpdateLbPolicyLocked()2176 update_args.args = in CreateOrUpdateLbPolicyLocked()2180 lb_policy_ = CreateLbPolicyLocked(*update_args.args); in CreateOrUpdateLbPolicyLocked()2187 lb_policy_->UpdateLocked(std::move(update_args)); in CreateOrUpdateLbPolicyLocked()
305 UpdateArgs update_args; in UpdateChildPolicyLocked() local306 update_args.addresses = std::move(addresses); in UpdateChildPolicyLocked()307 update_args.config = config_->child_policy(); in UpdateChildPolicyLocked()308 update_args.args = args; in UpdateChildPolicyLocked()314 child_policy_->UpdateLocked(std::move(update_args)); in UpdateChildPolicyLocked()
700 UpdateArgs update_args; in UpdateChildPolicyLocked() local701 update_args.config = CreateChildPolicyConfigLocked(); in UpdateChildPolicyLocked()702 if (update_args.config == nullptr) return; in UpdateChildPolicyLocked()703 update_args.addresses = CreateChildPolicyAddressesLocked(); in UpdateChildPolicyLocked()704 update_args.args = CreateChildPolicyArgsLocked(args_); in UpdateChildPolicyLocked()706 child_policy_ = CreateChildPolicyLocked(update_args.args); in UpdateChildPolicyLocked()712 child_policy_->UpdateLocked(std::move(update_args)); in UpdateChildPolicyLocked()
478 UpdateArgs update_args; in UpdateLocked() local479 update_args.config = std::move(config); in UpdateLocked()480 update_args.addresses = addresses; in UpdateLocked()481 update_args.args = grpc_channel_args_copy(args); in UpdateLocked()491 child_policy_->UpdateLocked(std::move(update_args)); in UpdateLocked()
520 UpdateArgs update_args; in UpdateChildPolicyLocked() local521 update_args.addresses = std::move(addresses); in UpdateChildPolicyLocked()522 update_args.config = config_->child_policy(); in UpdateChildPolicyLocked()526 update_args.args = grpc_channel_args_copy_and_add(args, &cluster_arg, 1); in UpdateChildPolicyLocked()533 child_policy_->UpdateLocked(std::move(update_args)); in UpdateChildPolicyLocked()
1040 UpdateArgs update_args; in UpdateChildPolicyLocked() local1041 update_args.config = CreateChildPolicyConfigLocked(); in UpdateChildPolicyLocked()1042 if (update_args.config == nullptr) return; in UpdateChildPolicyLocked()1043 update_args.addresses = CreateChildPolicyAddressesLocked(); in UpdateChildPolicyLocked()1044 update_args.args = CreateChildPolicyArgsLocked(args_); in UpdateChildPolicyLocked()1046 child_policy_ = CreateChildPolicyLocked(update_args.args); in UpdateChildPolicyLocked()1052 child_policy_->UpdateLocked(std::move(update_args)); in UpdateChildPolicyLocked()
590 UpdateArgs update_args; in UpdateLocked() local591 update_args.config = std::move(config); in UpdateLocked()592 update_args.addresses = addresses; in UpdateLocked()593 update_args.args = grpc_channel_args_copy(args); in UpdateLocked()602 child_policy_->UpdateLocked(std::move(update_args)); in UpdateLocked()
497 UpdateArgs update_args; in UpdateLocked() local498 update_args.config = config.config; in UpdateLocked()499 update_args.addresses = std::move(addresses); in UpdateLocked()500 update_args.args = grpc_channel_args_copy(args); in UpdateLocked()509 child_policy_->UpdateLocked(std::move(update_args)); in UpdateLocked()
559 UpdateArgs update_args; in UpdateLocked() local560 update_args.config = std::move(config); in UpdateLocked()561 update_args.addresses = priority_policy_->addresses_[name_]; in UpdateLocked()562 update_args.args = grpc_channel_args_copy(priority_policy_->args_); in UpdateLocked()569 child_policy_->UpdateLocked(std::move(update_args)); in UpdateLocked()
1651 UpdateArgs update_args; in CreateOrUpdateChildPolicyLocked() local1659 update_args.addresses = fallback_backend_addresses_; in CreateOrUpdateChildPolicyLocked()1661 update_args.addresses = serverlist_->GetServerAddressList( in CreateOrUpdateChildPolicyLocked()1665 update_args.args = in CreateOrUpdateChildPolicyLocked()1667 GPR_ASSERT(update_args.args != nullptr); in CreateOrUpdateChildPolicyLocked()1668 update_args.config = config_->child_policy(); in CreateOrUpdateChildPolicyLocked()1671 child_policy_ = CreateChildPolicyLocked(update_args.args); in CreateOrUpdateChildPolicyLocked()1678 child_policy_->UpdateLocked(std::move(update_args)); in CreateOrUpdateChildPolicyLocked()