Home
last modified time | relevance | path

Searched refs:grpc_httpcli_plaintext (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/test/core/http/
Dhttpcli_test.cc77 req.handshaker = &grpc_httpcli_plaintext; in test_get()
116 req.handshaker = &grpc_httpcli_plaintext; in test_post()
/third_party/grpc/src/core/lib/http/
Dhttpcli.h50 extern const grpc_httpcli_handshaker grpc_httpcli_plaintext;
Dhttpcli.cc78 const grpc_httpcli_handshaker grpc_httpcli_plaintext = {"http", variable
245 request->handshaker ? request->handshaker : &grpc_httpcli_plaintext; in internal_request_begin()
/third_party/grpc/src/core/lib/security/credentials/external/
Daws_external_account_credentials.cc165 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in RetrieveRegion()
215 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in RetrieveRoleName()
278 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in RetrieveSigningKeys()
Durl_external_account_credentials.cc142 url_.scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in RetrieveSubjectToken()
Dexternal_account_credentials.cc269 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in ExchangeToken()
376 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in ImpersenateServiceAccount()
/third_party/grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc342 request.handshaker = &grpc_httpcli_plaintext; in DoHandshake()
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc585 : &grpc_httpcli_plaintext; in fetch_oauth2()