Home
last modified time | relevance | path

Searched defs:client_channel_factory (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dlb_policy.h56 grpc_client_channel_factory* client_channel_factory = nullptr; member
183 grpc_client_channel_factory* client_channel_factory() const { in client_channel_factory() function
Dclient_channel.cc94 grpc_client_channel_factory* client_channel_factory; member
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc80 static grpc_client_channel_factory client_channel_factory = { variable
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc193 static grpc_client_channel_factory client_channel_factory = { variable
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h488 grpc_client_channel_factory* client_channel_factory, in SubchannelList()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc99 grpc_client_channel_factory* client_channel_factory, in PickFirstSubchannelList()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc140 grpc_client_channel_factory* client_channel_factory, in RoundRobinSubchannelList()