Home
last modified time | relevance | path

Searched defs:creds_type (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_bootstrap.cc46 bool XdsChannelCredsRegistry::IsSupported(const std::string& creds_type) { in IsSupported()
51 bool XdsChannelCredsRegistry::IsValidConfig(const std::string& creds_type, in IsValidConfig()
60 XdsChannelCredsRegistry::MakeChannelCreds(const std::string& creds_type, in MakeChannelCreds()
/external/grpc-grpc/test/cpp/end2end/
Dasync_end2end_test.cc219 TestScenario(bool inproc_stub, const grpc::string& creds_type, bool hcs, in TestScenario()
Dend2end_test.cc197 TestScenario(bool proxy, bool inproc_stub, const grpc::string& creds_type) in TestScenario()