Home
last modified time | relevance | path

Searched refs:GetCredentials (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dcli_credentials.h31 std::shared_ptr<grpc::ChannelCredentials> GetCredentials() const;
Dcli_credentials.cc165 std::shared_ptr<grpc::ChannelCredentials> CliCredentials::GetCredentials() in GetCredentials() function in grpc::testing::CliCredentials
Dgrpc_tool.cc215 return grpc::CreateCustomChannel(server_address, cred.GetCredentials(), args); in CreateCliChannel()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dexternal_connection_acceptor_impl.h54 ServerCredentials* GetCredentials() { return creds_.get(); } in GetCredentials() function
Dserver_cc.cc1152 acceptor->GetCredentials()->AddPortToServer(acceptor->name(), server_); in Start()
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py133 def GetCredentials(package_name, scopes, client_id, client_secret, user_agent, function
Dbase_api.py309 self._credentials = credentials_lib.GetCredentials(**args)