Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/
Dchannel_creds_registry.h79 bool IsSupported(const std::string& creds_type) const { in IsSupported()
83 bool IsValidConfig(const std::string& creds_type, const Json& config) const { in IsValidConfig()
88 RefCountedPtr<T> CreateChannelCreds(const std::string& creds_type, in CreateChannelCreds()
Dchannel_creds_registry_init.cc40 absl::string_view creds_type() const override { return "google_default"; } in creds_type() function in grpc_core::GoogleDefaultChannelCredsFactory
51 absl::string_view creds_type() const override { return "insecure"; } in creds_type() function in grpc_core::InsecureChannelCredsFactory
62 absl::string_view creds_type() const override { return "fake"; } in creds_type() function in grpc_core::FakeChannelCredsFactory
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dchannel_creds_registry_test.cc36 absl::string_view creds_type() const override { return "test"; } in creds_type() function in grpc_core::testing::__anon81f72eaf0111::TestChannelCredsFactory
/external/grpc-grpc/test/cpp/end2end/
Dcontext_allocator_end2end_test.cc55 TestScenario(Protocol protocol, const std::string& creds_type) in TestScenario()
Dport_sharing_end2end_test.cc63 const std::string& creds_type) in TestScenario()
Dmessage_allocator_end2end_test.cc84 TestScenario(Protocol protocol, const std::string& creds_type) in TestScenario()
Dasync_end2end_test.cc254 TestScenario(bool inproc_stub, const std::string& creds_type, bool hcs, in TestScenario()
Dclient_callback_end2end_test.cc60 const std::string& creds_type) in TestScenario()
Dend2end_test.cc315 std::string creds_type = absl::AsciiStrToLower(credentials_type_); in AsString() local