Home
last modified time | relevance | path

Searched refs:CreateSubchannel (Results 1 – 20 of 20) sorted by relevance

/third_party/grpc/test/core/util/
Dtest_lb_policies.cc140 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon2e2351090111::TestPickArgsLb::Helper
142 return parent_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel()
250 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon2e2351090111::InterceptRecvTrailingMetadataLoadBalancingPolicy::Helper
252 return parent_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel()
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel_factory.h35 virtual Subchannel* CreateSubchannel(const grpc_channel_args* args) = 0;
Dresolving_lb_policy.cc111 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::ResolvingLoadBalancingPolicy::ResolvingControlHelper
114 return parent_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel()
Dlb_policy.h280 virtual RefCountedPtr<SubchannelInterface> CreateSubchannel(
Dclient_channel.cc1730 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon6b4c07050111::ChannelData::ClientChannelControlHelper
1762 chand_->client_channel_factory_->CreateSubchannel(new_args); in CreateSubchannel()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Dchild_policy_handler.cc41 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::ChildPolicyHandler::Helper
45 return parent_->channel_control_helper()->CreateSubchannel( in CreateSubchannel()
Dsubchannel_list.h371 helper->CreateSubchannel(address, args); in SubchannelList()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dlrs.cc121 RefCountedPtr<SubchannelInterface> CreateSubchannel(
321 RefCountedPtr<SubchannelInterface> LrsLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anonbac676690111::LrsLb::Helper
324 return lrs_policy_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel()
Dxds_cluster_impl.cc227 RefCountedPtr<SubchannelInterface> CreateSubchannel(
540 RefCountedPtr<SubchannelInterface> XdsClusterImplLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon93b706d90111::XdsClusterImplLb::Helper
562 xds_cluster_impl_policy_->channel_control_helper()->CreateSubchannel( in CreateSubchannel()
567 return xds_cluster_impl_policy_->channel_control_helper()->CreateSubchannel( in CreateSubchannel()
Dxds_cluster_manager.cc148 RefCountedPtr<SubchannelInterface> CreateSubchannel(
539 XdsClusterManagerLb::ClusterChild::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon084c3e020111::XdsClusterManagerLb::ClusterChild::Helper
546 ->CreateSubchannel(std::move(address), args); in CreateSubchannel()
Dcds.cc121 RefCountedPtr<SubchannelInterface> CreateSubchannel(
233 RefCountedPtr<SubchannelInterface> CdsLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anona4cab1b20111::CdsLb::Helper
236 return parent_->channel_control_helper()->CreateSubchannel(std::move(address), in CreateSubchannel()
Deds.cc134 RefCountedPtr<SubchannelInterface> CreateSubchannel(
261 RefCountedPtr<SubchannelInterface> EdsLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anona97502f40111::EdsLb::Helper
264 return eds_policy_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel()
Dxds_routing.cc165 RefCountedPtr<SubchannelInterface> CreateSubchannel(
650 XdsRoutingLb::XdsRoutingChild::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anonc550cbee0111::XdsRoutingLb::XdsRoutingChild::Helper
654 ->CreateSubchannel(args); in CreateSubchannel()
Dxds_cluster_resolver.cc287 RefCountedPtr<SubchannelInterface> CreateSubchannel(
350 XdsClusterResolverLb::Helper::CreateSubchannel(ServerAddress address, in CreateSubchannel() function in grpc_core::__anon9699b2f90111::XdsClusterResolverLb::Helper
354 ->CreateSubchannel(std::move(address), args); in CreateSubchannel()
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc40 Subchannel* CreateSubchannel(const grpc_channel_args* args) override { in CreateSubchannel() function in grpc_core::Chttp2InsecureClientChannelFactory
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc147 RefCountedPtr<SubchannelInterface> CreateSubchannel(
592 WeightedTargetLb::WeightedChild::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anonc87064770111::WeightedTargetLb::WeightedChild::Helper
596 ->CreateSubchannel(std::move(address), args); in CreateSubchannel()
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc46 Subchannel* CreateSubchannel(const grpc_channel_args* args) override { in CreateSubchannel() function in grpc_core::Chttp2SecureClientChannelFactory
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc159 RefCountedPtr<SubchannelInterface> CreateSubchannel(
752 PriorityLb::ChildPriority::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anonb263286d0111::PriorityLb::ChildPriority::Helper
756 ->CreateSubchannel(std::move(address), args); in CreateSubchannel()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc355 RefCountedPtr<SubchannelInterface> CreateSubchannel(
666 RefCountedPtr<SubchannelInterface> GrpcLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anone44b111d0111::GrpcLb::Helper
681 parent_->channel_control_helper()->CreateSubchannel(std::move(address), in CreateSubchannel()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc321 grpc_core::Subchannel* CreateSubchannel( in CreateSubchannel() function in FakeClientChannelFactory