Searched defs:HTTPRequestContext (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | external_account_credentials.h | 74 struct HTTPRequestContext { struct 75 HTTPRequestContext(grpc_polling_entity* pollent, Timestamp deadline) in HTTPRequestContext() function 77 ~HTTPRequestContext() { grpc_http_response_destroy(&response); } in ~HTTPRequestContext() argument 95 HTTPRequestContext* ctx, const Options& options, argument
|
D | file_external_account_credentials.cc | 101 HTTPRequestContext* /*ctx*/, const Options& /*options*/, in RetrieveSubjectToken() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/external/ |
H A D | external_account_credentials.h | 80 struct HTTPRequestContext { struct 81 HTTPRequestContext(grpc_polling_entity* pollent, Timestamp deadline) in HTTPRequestContext() function 83 ~HTTPRequestContext() { grpc_http_response_destroy(&response); } in ~HTTPRequestContext() argument 101 HTTPRequestContext* ctx, const Options& options, argument
|
H A D | file_external_account_credentials.cc | 101 HTTPRequestContext* /*ctx*/, const Options& /*options*/, in RetrieveSubjectToken() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | credentials_test.cc | 2396 HTTPRequestContext* /*ctx*/, const Options& /*options*/, in RetrieveSubjectToken() argument
|