Home
last modified time | relevance | path

Searched refs:IsValidConfig (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dxds_bootstrap.h45 static bool IsValidConfig(const std::string& creds_type, const Json& config);
Dxds_bootstrap.cc51 bool XdsChannelCredsRegistry::IsValidConfig(const std::string& /*creds_type*/, in IsValidConfig() function in grpc_core::XdsChannelCredsRegistry
361 if (!XdsChannelCredsRegistry::IsValidConfig(type, config)) { in ParseChannelCreds()