Home
last modified time | relevance | path

Searched refs:channel_creds_config (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dxds_bootstrap.h64 Json channel_creds_config; member
Dxds_bootstrap.cc110 if (bootstrap.server().channel_creds_config.type() != Json::Type::JSON_NULL) { in BootstrapString()
113 bootstrap.server().channel_creds_config.Dump())); in BootstrapString()
367 server->channel_creds_config = std::move(config); in ParseChannelCreds()
Dxds_client.cc451 server.channel_creds_config); in CreateXdsChannel()