Home
last modified time | relevance | path

Searched refs:gpr_cmdline_add_string (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dcmdline_test.cc103 gpr_cmdline_add_string(cl, "foo", nullptr, &x); in TEST()
118 gpr_cmdline_add_string(cl, "foo", nullptr, &x); in TEST()
134 gpr_cmdline_add_string(cl, "foo", nullptr, &x);
149 gpr_cmdline_add_string(cl, "foo", nullptr, &x);
260 gpr_cmdline_add_string(cl, "str", nullptr, &str); in TEST()
321 gpr_cmdline_add_string(cl, "str", nullptr, &str); in TEST()
353 gpr_cmdline_add_string(cl, "str", nullptr, &str); in TEST()
378 gpr_cmdline_add_string(cl, "str", nullptr, &str); in TEST()
405 gpr_cmdline_add_string(cl, "str", nullptr, &str); in TEST()
431 gpr_cmdline_add_string(cl, "str", nullptr, &str); in TEST()
[all …]
H A Dcmdline.h65 void gpr_cmdline_add_string(gpr_cmdline* cl, const char* name, const char* help,
H A Dcmdline.cc115 void gpr_cmdline_add_string(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_string() function
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dcreate_jwt.cc62 gpr_cmdline_add_string(cl, "json_key", "File path of the json key.", in main()
64 gpr_cmdline_add_string(cl, "scope", in main()
68 gpr_cmdline_add_string(cl, "service_url", in main()
H A Dfetch_oauth2.cc78 gpr_cmdline_add_string(cl, "json_refresh_token", in main()
81 gpr_cmdline_add_string( in main()
H A Dverify_jwt.cc86 gpr_cmdline_add_string(cl, "jwt", "JSON web token to verify", &jwt); in main()
87 gpr_cmdline_add_string(cl, "aud", "Audience for the JWT", &aud); in main()
H A Dprint_google_default_creds_token.cc76 gpr_cmdline_add_string(cl, "service_url", in main()
/aosp_15_r20/external/grpc-grpc/test/core/bad_ssl/
H A Dserver_common.cc42 gpr_cmdline_add_string(cl, "bind", "Bind host:port", &addr); in bad_ssl_addr()
/aosp_15_r20/external/grpc-grpc/test/core/network_benchmarks/
H A Dlow_level_ping_pong.cc652 gpr_cmdline_add_string(cmdline, "read_strategy", read_strategy_usage, in main()
654 gpr_cmdline_add_string(cmdline, "socket_type", socket_type_usage, in main()