Home
last modified time | relevance | path

Searched refs:valid_oauth2_json_response (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/security/
Dcredentials_test.cc109 static const char valid_oauth2_json_response[] = variable
206 http_response(200, valid_oauth2_json_response); in test_oauth2_token_fetcher_creds_parsing_ok()
223 http_response(401, valid_oauth2_json_response); in test_oauth2_token_fetcher_creds_parsing_bad_http_status()
550 *response = http_response(200, valid_oauth2_json_response); in compute_engine_httpcli_get_success_override()
654 *response = http_response(200, valid_oauth2_json_response); in refresh_token_httpcli_post_success()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc111 static const char valid_oauth2_json_response[] = variable
318 http_response(200, valid_oauth2_json_response); in test_oauth2_token_fetcher_creds_parsing_ok()
335 http_response(401, valid_oauth2_json_response); in test_oauth2_token_fetcher_creds_parsing_bad_http_status()
687 *response = http_response(200, valid_oauth2_json_response); in compute_engine_httpcli_get_success_override()
800 *response = http_response(200, valid_oauth2_json_response); in refresh_token_httpcli_post_success()