Home
last modified time | relevance | path

Searched refs:GRPC_OP_SEND_CLOSE_FROM_CLIENT (Results 1 – 25 of 95) sorted by relevance

1234

/external/grpc-grpc/test/core/end2end/tests/
Drequest_with_flags.cc133 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_invoke_request_with_flags()
184 GRPC_OP_SEND_CLOSE_FROM_CLIENT, in request_with_flags()
Dmax_concurrent_streams.cc120 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in simple_request_body()
267 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_concurrent_streams()
301 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_concurrent_streams()
509 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_concurrent_streams_with_timeout_on_first()
547 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_concurrent_streams_with_timeout_on_first()
705 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_concurrent_streams_with_timeout_on_second()
743 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_concurrent_streams_with_timeout_on_second()
Dfilter_call_init_fails.cc143 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_server_channel_filter()
237 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_client_channel_filter()
326 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_client_subchannel_filter()
Dmax_connection_age.cc130 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_age_forcibly_close()
272 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_age_gracefully_close()
Dbad_ping.cc129 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_bad_ping()
288 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_pings_without_data()
Dnegative_deadline.cc131 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in simple_request_body()
Dbad_hostname.cc120 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in simple_request_body()
Dmax_message_length.cc206 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_message_length_on_request()
389 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_max_message_length_on_response()
Dcancel_before_invoke.cc143 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_cancel_before_invoke()
Dcancel_with_status.cc134 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in simple_request_body()
Dauthority_not_supported.cc136 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_with_authority_header()
Dshutdown_finishes_calls.cc113 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_early_server_shutdown_finishes_inflight_calls()
Dcall_creds.cc199 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in request_response_with_payload_and_call_creds()
429 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_request_with_server_rejecting_client_creds()
Dcancel_after_invoke.cc150 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_cancel_after_invoke()
Ddisappearing_server.cc105 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in do_request_and_shutdown_server()
Dgraceful_server_shutdown.cc120 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in test_early_server_shutdown_finishes_inflight_calls()
/external/grpc-grpc/src/core/lib/surface/
Dcall_log_batch.cc64 case GRPC_OP_SEND_CLOSE_FROM_CLIENT: in grpc_op_string()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c559 case GRPC_OP_SEND_CLOSE_FROM_CLIENT: in grpc_rb_call_check_op_keys_hash_cb()
711 case GRPC_OP_SEND_CLOSE_FROM_CLIENT: in grpc_run_batch_stack_fill_ops()
762 case GRPC_OP_SEND_CLOSE_FROM_CLIENT: in grpc_run_batch_stack_build_result()
938 UINT2NUM(GRPC_OP_SEND_CLOSE_FROM_CLIENT)); in Init_grpc_op_codes()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Doperation.pyx.pxi78 return GRPC_OP_SEND_CLOSE_FROM_CLIENT
81 self.c_op.type = GRPC_OP_SEND_CLOSE_FROM_CLIENT
/external/grpc-grpc/test/core/bad_ssl/
Dbad_ssl_test.cc93 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in run_test()
/external/grpc-grpc/src/php/ext/grpc/
Dphp_grpc.c182 GRPC_OP_SEND_CLOSE_FROM_CLIENT, in PHP_MINIT_FUNCTION()
Dcall.c363 case GRPC_OP_SEND_CLOSE_FROM_CLIENT: in PHP_METHOD()
461 case GRPC_OP_SEND_CLOSE_FROM_CLIENT: in PHP_METHOD()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dclient_fuzzer.cc91 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in LLVMFuzzerTestOneInput()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h503 GRPC_OP_SEND_CLOSE_FROM_CLIENT, enumerator
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc197 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in BM_LameChannelCallCreateCore()
271 op->op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in BM_LameChannelCallCreateCoreSeparateBatch()
761 ops[2].op = GRPC_OP_SEND_CLOSE_FROM_CLIENT; in BM_IsolatedCall_Unary()

1234