Home
last modified time | relevance | path

Searched refs:GoogleComputeEngineCredentials (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dclient_helper.cc65 std::shared_ptr<CallCredentials> creds = GoogleComputeEngineCredentials(); in GetOauth2AccessToken()
93 : GoogleComputeEngineCredentials(); in CreateChannelForTestCase()
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h135 std::shared_ptr<CallCredentials> GoogleComputeEngineCredentials();
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc120 std::shared_ptr<CallCredentials> GoogleComputeEngineCredentials() { in GoogleComputeEngineCredentials() function