Home
last modified time | relevance | path

Searched refs:client_arg (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/end2end/tests/
Dhigh_initial_seqno.cc206 grpc_arg client_arg; in test_invoke_10_simple_requests() local
210 client_arg.type = GRPC_ARG_INTEGER; in test_invoke_10_simple_requests()
211 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_INITIAL_SEQUENCE_NUMBER); in test_invoke_10_simple_requests()
212 client_arg.value.integer = initial_sequence_number; in test_invoke_10_simple_requests()
215 client_args.args = &client_arg; in test_invoke_10_simple_requests()
Dproxy_auth.cc217 grpc_arg client_arg; in test_invoke_proxy_auth() local
218 client_arg.type = GRPC_ARG_STRING; in test_invoke_proxy_auth()
219 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
220 client_arg.value.string = const_cast<char*>(GRPC_TEST_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
221 grpc_channel_args client_args = {1, &client_arg}; in test_invoke_proxy_auth()
Dhpack_size.cc356 grpc_arg client_arg; in test_size() local
366 client_arg.type = GRPC_ARG_INTEGER; in test_size()
367 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_HPACK_TABLE_SIZE_ENCODER); in test_size()
368 client_arg.value.integer = encode_size; in test_size()
370 client_args.args = &client_arg; in test_size()