Home
last modified time | relevance | path

Searched refs:CreateXdsChannel (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_channel.h39 grpc_channel* CreateXdsChannel(const XdsBootstrap& bootstrap,
Dxds_channel.cc31 grpc_channel* CreateXdsChannel(const XdsBootstrap& bootstrap, in CreateXdsChannel() function
Dxds_channel_secure.cc68 grpc_channel* CreateXdsChannel(const XdsBootstrap& bootstrap, in CreateXdsChannel() function
Dxds_client.cc1799 grpc_channel* channel = CreateXdsChannel(*bootstrap_, *new_args, error); in XdsClient()
/third_party/grpc/src/core/ext/xds/
Dxds_client.cc437 grpc_channel* CreateXdsChannel(const XdsBootstrap::XdsServer& server) { in CreateXdsChannel() function
473 channel_ = CreateXdsChannel(server); in ChannelState()