Home
last modified time | relevance | path

Searched refs:send_status_from_server (Results 1 – 25 of 89) sorted by relevance

1234

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall_log_batch.cc69 op->data.send_status_from_server.status)); in grpc_op_string()
70 if (op->data.send_status_from_server.status_details != nullptr) { in grpc_op_string()
72 *op->data.send_status_from_server.status_details, GPR_DUMP_ASCII); in grpc_op_string()
78 add_metadata(op->data.send_status_from_server.trailing_metadata, in grpc_op_string()
79 op->data.send_status_from_server.trailing_metadata_count, in grpc_op_string()
/external/grpc-grpc/src/core/lib/surface/
Dcall_log_batch.cc69 op->data.send_status_from_server.status); in grpc_op_string()
71 if (op->data.send_status_from_server.status_details != nullptr) { in grpc_op_string()
73 *op->data.send_status_from_server.status_details, in grpc_op_string()
78 add_metadata(&b, op->data.send_status_from_server.trailing_metadata, in grpc_op_string()
79 op->data.send_status_from_server.trailing_metadata_count); in grpc_op_string()
/external/grpc-grpc/test/core/end2end/
Dinvalid_call_argument_test.cc288 op->data.send_status_from_server.trailing_metadata_count = 0; in test_send_server_status_from_client()
289 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_send_server_status_from_client()
291 op->data.send_status_from_server.status_details = &status_details; in test_send_server_status_from_client()
479 op->data.send_status_from_server.trailing_metadata_count = 0; in test_send_status_from_server_with_invalid_flags()
480 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_send_status_from_server_with_invalid_flags()
482 op->data.send_status_from_server.status_details = &status_details; in test_send_status_from_server_with_invalid_flags()
501 op->data.send_status_from_server.trailing_metadata_count = in test_too_many_trailing_metadata()
503 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_too_many_trailing_metadata()
505 op->data.send_status_from_server.status_details = &status_details; in test_too_many_trailing_metadata()
524 op->data.send_status_from_server.trailing_metadata_count = 0; in test_send_server_status_twice()
[all …]
/external/grpc-grpc/test/core/end2end/tests/
Dretry_server_pushback_disabled.cc216 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_server_pushback_disabled()
217 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry_server_pushback_disabled()
218 op->data.send_status_from_server.status_details = &status_details; in test_retry_server_pushback_disabled()
257 op->data.send_status_from_server.trailing_metadata_count = 1; in test_retry_server_pushback_disabled()
258 op->data.send_status_from_server.trailing_metadata = &pushback_md; in test_retry_server_pushback_disabled()
259 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry_server_pushback_disabled()
260 op->data.send_status_from_server.status_details = &status_details; in test_retry_server_pushback_disabled()
Dretry_server_pushback_delay.cc215 op->data.send_status_from_server.trailing_metadata_count = 1; in test_retry_server_pushback_delay()
216 op->data.send_status_from_server.trailing_metadata = &pushback_md; in test_retry_server_pushback_delay()
217 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry_server_pushback_delay()
218 op->data.send_status_from_server.status_details = &status_details; in test_retry_server_pushback_delay()
270 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_server_pushback_delay()
271 op->data.send_status_from_server.status = GRPC_STATUS_OK; in test_retry_server_pushback_delay()
272 op->data.send_status_from_server.status_details = &status_details; in test_retry_server_pushback_delay()
Dretry_too_many_attempts.cc210 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_too_many_attempts()
211 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry_too_many_attempts()
212 op->data.send_status_from_server.status_details = &status_details; in test_retry_too_many_attempts()
251 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_too_many_attempts()
252 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry_too_many_attempts()
253 op->data.send_status_from_server.status_details = &status_details; in test_retry_too_many_attempts()
Dmax_concurrent_streams.cc155 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
156 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in simple_request_body()
158 op->data.send_status_from_server.status_details = &status_details; in simple_request_body()
365 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_concurrent_streams()
366 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_max_concurrent_streams()
368 op->data.send_status_from_server.status_details = &status_details; in test_max_concurrent_streams()
404 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_concurrent_streams()
405 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_max_concurrent_streams()
406 op->data.send_status_from_server.status_details = &status_details; in test_max_concurrent_streams()
599 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_concurrent_streams_with_timeout_on_first()
[all …]
Dretry.cc217 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry()
218 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry()
219 op->data.send_status_from_server.status_details = &status_details; in test_retry()
277 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry()
278 op->data.send_status_from_server.status = GRPC_STATUS_OK; in test_retry()
279 op->data.send_status_from_server.status_details = &status_details; in test_retry()
Dmax_connection_age.cc181 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_age_forcibly_close()
182 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_max_age_forcibly_close()
184 op->data.send_status_from_server.status_details = &status_details; in test_max_age_forcibly_close()
314 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_age_gracefully_close()
315 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_max_age_gracefully_close()
317 op->data.send_status_from_server.status_details = &status_details; in test_max_age_gracefully_close()
Dbad_ping.cc179 op->data.send_status_from_server.trailing_metadata_count = 0; in test_bad_ping()
180 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_bad_ping()
182 op->data.send_status_from_server.status_details = &status_details; in test_bad_ping()
335 op->data.send_status_from_server.trailing_metadata_count = 0; in test_pings_without_data()
336 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_pings_without_data()
338 op->data.send_status_from_server.status_details = &status_details; in test_pings_without_data()
Dretry_streaming_succeeds_before_replay_finished.cc285 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_streaming_succeeds_before_replay_finished()
286 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry_streaming_succeeds_before_replay_finished()
287 op->data.send_status_from_server.status_details = &status_details; in test_retry_streaming_succeeds_before_replay_finished()
350 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_streaming_succeeds_before_replay_finished()
353 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry_streaming_succeeds_before_replay_finished()
354 op->data.send_status_from_server.status_details = &status_details; in test_retry_streaming_succeeds_before_replay_finished()
Dretry_streaming.cc269 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_streaming()
270 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry_streaming()
271 op->data.send_status_from_server.status_details = &status_details; in test_retry_streaming()
369 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_streaming()
372 op->data.send_status_from_server.status = GRPC_STATUS_ABORTED; in test_retry_streaming()
373 op->data.send_status_from_server.status_details = &status_details; in test_retry_streaming()
Dtrailing_metadata.cc229 op->data.send_status_from_server.trailing_metadata_count = 2; in test_request_response_with_metadata_and_payload()
230 op->data.send_status_from_server.trailing_metadata = meta_t; in test_request_response_with_metadata_and_payload()
231 op->data.send_status_from_server.status = GRPC_STATUS_OK; in test_request_response_with_metadata_and_payload()
233 op->data.send_status_from_server.status_details = &status_details; in test_request_response_with_metadata_and_payload()
Dload_reporting_hook.cc230 op->data.send_status_from_server.trailing_metadata_count = 1; in request_response_with_payload()
231 op->data.send_status_from_server.trailing_metadata = trailing_lr_metadata; in request_response_with_payload()
232 op->data.send_status_from_server.status = GRPC_STATUS_OK; in request_response_with_payload()
234 op->data.send_status_from_server.status_details = &status_details; in request_response_with_payload()
Dgraceful_server_shutdown.cc159 op->data.send_status_from_server.trailing_metadata_count = 0; in test_early_server_shutdown_finishes_inflight_calls()
160 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_early_server_shutdown_finishes_inflight_calls()
162 op->data.send_status_from_server.status_details = &status_details; in test_early_server_shutdown_finishes_inflight_calls()
Ddisappearing_server.cc144 op->data.send_status_from_server.trailing_metadata_count = 0; in do_request_and_shutdown_server()
145 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in do_request_and_shutdown_server()
147 op->data.send_status_from_server.status_details = &status_details; in do_request_and_shutdown_server()
Dserver_finishes_request.cc153 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
154 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in simple_request_body()
156 op->data.send_status_from_server.status_details = &status_details; in simple_request_body()
Dhigh_initial_seqno.cc159 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
160 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in simple_request_body()
162 op->data.send_status_from_server.status_details = &status_details; in simple_request_body()
Ddefault_host.cc173 op->data.send_status_from_server.trailing_metadata_count = 0; in test_invoke_simple_request()
174 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_invoke_simple_request()
176 op->data.send_status_from_server.status_details = &status_details; in test_invoke_simple_request()
Dregistered_call.cc157 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
158 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in simple_request_body()
160 op->data.send_status_from_server.status_details = &status_details; in simple_request_body()
Dcall_host_override.cc184 op->data.send_status_from_server.trailing_metadata_count = 0; in test_invoke_simple_request()
185 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in test_invoke_simple_request()
187 op->data.send_status_from_server.status_details = &status_details; in test_invoke_simple_request()
/external/grpc-grpc/test/core/fling/
Dserver.cc107 op->data.send_status_from_server.status = GRPC_STATUS_OK; in handle_unary_method()
108 op->data.send_status_from_server.trailing_metadata_count = 0; in handle_unary_method()
109 op->data.send_status_from_server.status_details = nullptr; in handle_unary_method()
158 status_op[0].data.send_status_from_server.status = GRPC_STATUS_OK; in start_send_status()
159 status_op[0].data.send_status_from_server.trailing_metadata_count = 0; in start_send_status()
160 status_op[0].data.send_status_from_server.status_details = nullptr; in start_send_status()
/external/grpc-grpc/test/core/memory_usage/
Dserver.cc99 status_op.data.send_status_from_server.status = GRPC_STATUS_OK; in send_status()
100 status_op.data.send_status_from_server.trailing_metadata_count = 0; in send_status()
102 status_op.data.send_status_from_server.status_details = &details; in send_status()
132 op->data.send_status_from_server.status = GRPC_STATUS_OK; in send_snapshot()
133 op->data.send_status_from_server.trailing_metadata_count = 0; in send_snapshot()
135 op->data.send_status_from_server.status_details = &details; in send_snapshot()
/external/grpc-grpc/test/core/bad_client/tests/
Dduplicate_header.cc105 op->data.send_status_from_server.trailing_metadata_count = 0; in verifier()
106 op->data.send_status_from_server.status = GRPC_STATUS_UNIMPLEMENTED; in verifier()
108 op->data.send_status_from_server.status_details = &status_details; in verifier()
/external/rust/crates/grpcio-sys/
Dgrpc_wrap.cc83 } send_status_from_server; member
252 &(ctx->send_status_from_server.trailing_metadata)); in grpcwrap_batch_context_destroy()
685 ops[0].data.send_status_from_server.status = status_code; in grpcwrap_call_send_status_from_server()
686 ops[0].data.send_status_from_server.status_details = &status_details_slice; in grpcwrap_call_send_status_from_server()
688 &(ctx->send_status_from_server.trailing_metadata), trailing_metadata); in grpcwrap_call_send_status_from_server()
689 ops[0].data.send_status_from_server.trailing_metadata_count = in grpcwrap_call_send_status_from_server()
690 ctx->send_status_from_server.trailing_metadata.count; in grpcwrap_call_send_status_from_server()
691 ops[0].data.send_status_from_server.trailing_metadata = in grpcwrap_call_send_status_from_server()
692 ctx->send_status_from_server.trailing_metadata.metadata; in grpcwrap_call_send_status_from_server()

1234