Home
last modified time | relevance | path

Searched refs:CreateChannelArg (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel_factory.h38 static grpc_arg CreateChannelArg(ClientChannelFactory* factory);
Dclient_channel_factory.cc41 grpc_arg ClientChannelFactory::CreateChannelArg(ClientChannelFactory* factory) { in CreateChannelArg() function in grpc_core::ClientChannelFactory
Dsubchannel_pool_interface.h86 static grpc_arg CreateChannelArg(SubchannelPoolInterface* subchannel_pool);
Dsubchannel_pool_interface.cc82 grpc_arg SubchannelPoolInterface::CreateChannelArg( in CreateChannelArg() function in grpc_core::SubchannelPoolInterface
Dclient_channel.cc1748 SubchannelPoolInterface::CreateChannelArg( in CreateSubchannel()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_plugin.cc42 grpc_core::channelz::ClientChannelNode::CreateChannelArg()}; in append_filter()
Dclient_channel_channelz.h60 static grpc_arg CreateChannelArg();
Dclient_channel_channelz.cc101 grpc_arg ClientChannelNode::CreateChannelArg() { in CreateChannelArg() function in grpc_core::channelz::ClientChannelNode
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc104 grpc_arg arg = grpc_core::ClientChannelFactory::CreateChannelArg(g_factory); in grpc_insecure_channel_create()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc189 grpc_core::ClientChannelFactory::CreateChannelArg(g_factory); in grpc_secure_channel_create()