Home
last modified time | relevance | path

Searched refs:creds_type (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dxds_bootstrap.h44 static bool IsSupported(const std::string& creds_type);
45 static bool IsValidConfig(const std::string& creds_type, const Json& config);
47 const std::string& creds_type, const Json& config);
Dxds_bootstrap.cc46 bool XdsChannelCredsRegistry::IsSupported(const std::string& creds_type) { in IsSupported() argument
47 return creds_type == "google_default" || creds_type == "insecure" || in IsSupported()
48 creds_type == "fake"; in IsSupported()
60 XdsChannelCredsRegistry::MakeChannelCreds(const std::string& creds_type, in MakeChannelCreds() argument
62 if (creds_type == "google_default") { in MakeChannelCreds()
64 } else if (creds_type == "insecure") { in MakeChannelCreds()
66 } else if (creds_type == "fake") { in MakeChannelCreds()
/third_party/grpc/test/cpp/end2end/
Dport_sharing_end2end_test.cc61 const std::string& creds_type) in TestScenario() argument
64 credentials_type(creds_type) {} in TestScenario()
Dmessage_allocator_end2end_test.cc86 TestScenario(Protocol protocol, const std::string& creds_type) in TestScenario() argument
87 : protocol(protocol), credentials_type(creds_type) {} in TestScenario()
Dcfstream_test.cc63 TestScenario(const std::string& creds_type, const std::string& content) in TestScenario()
64 : credentials_type(creds_type), message_content(content) {} in TestScenario()
Dflaky_network_test.cc59 TestScenario(const std::string& creds_type, const std::string& content) in TestScenario()
60 : credentials_type(creds_type), message_content(content) {} in TestScenario()
Dclient_callback_end2end_test.cc57 const std::string& creds_type) in TestScenario() argument
61 credentials_type(creds_type) {} in TestScenario()
Dend2end_test.cc276 const std::string& creds_type, bool use_callback_server) in TestScenario() argument
280 credentials_type(creds_type), in TestScenario()
Dasync_end2end_test.cc223 TestScenario(bool inproc_stub, const std::string& creds_type, bool hcs, in TestScenario() argument
227 credentials_type(creds_type), in TestScenario()