Searched refs:response_cb (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 383 grpc_iomgr_cb_func response_cb, in fetch_oauth2() argument 400 GRPC_CLOSURE_INIT(&http_get_cb_closure_, response_cb, in fetch_oauth2() 440 grpc_iomgr_cb_func response_cb, grpc_millis deadline) { in fetch_oauth2() argument 461 GRPC_CLOSURE_INIT(&http_post_cb_closure_, response_cb, in fetch_oauth2() 564 grpc_iomgr_cb_func response_cb, in fetch_oauth2() argument 570 response_cb(metadata_req, err); in fetch_oauth2() 594 GRPC_CLOSURE_INIT(&http_post_cb_closure_, response_cb, metadata_req, in fetch_oauth2()
|
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 358 grpc_iomgr_cb_func response_cb, grpc_millis deadline) { in compute_engine_fetch_oauth2() argument 373 GRPC_CLOSURE_CREATE(response_cb, metadata_req, grpc_schedule_on_exec_ctx), in compute_engine_fetch_oauth2() 409 grpc_iomgr_cb_func response_cb, grpc_millis deadline) { in refresh_token_fetch_oauth2() argument 434 GRPC_CLOSURE_CREATE(response_cb, metadata_req, grpc_schedule_on_exec_ctx), in refresh_token_fetch_oauth2()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | external_account_credentials.cc | 211 grpc_iomgr_cb_func response_cb, grpc_millis deadline) { in fetch_oauth2() argument 215 response_cb_ = response_cb; in fetch_oauth2()
|