Searched refs:on_oauth2_response (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | oauth2_utils.cc | 43 static void on_oauth2_response(void* arg, grpc_error* error) { in on_oauth2_response() function 86 GRPC_CLOSURE_INIT(&request.closure, on_oauth2_response, &request, in grpc_test_fetch_oauth2_token_with_credentials() 93 on_oauth2_response(&request, error); in grpc_test_fetch_oauth2_token_with_credentials()
|
/external/grpc-grpc/test/core/security/ |
D | oauth2_utils.cc | 42 static void on_oauth2_response(void* arg, grpc_error* error) { in on_oauth2_response() function 85 GRPC_CLOSURE_INIT(&request.closure, on_oauth2_response, &request, in grpc_test_fetch_oauth2_token_with_credentials() 93 on_oauth2_response(&request, error); in grpc_test_fetch_oauth2_token_with_credentials()
|