/third_party/grpc/test/core/end2end/ |
D | invalid_call_argument_test.cc | 289 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_send_server_status_from_client() local 290 op->data.send_status_from_server.status_details = &status_details; in test_send_server_status_from_client() 405 op->data.recv_status_on_client.status_details = &g_state.details; in test_recv_status_on_client_twice() 419 op->data.recv_status_on_client.status_details = nullptr; in test_recv_status_on_client_twice() 459 op->data.recv_status_on_client.status_details = &g_state.details; in test_recv_status_on_client_from_server() 480 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_send_status_from_server_with_invalid_flags() local 481 op->data.send_status_from_server.status_details = &status_details; in test_send_status_from_server_with_invalid_flags() 503 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_too_many_trailing_metadata() local 504 op->data.send_status_from_server.status_details = &status_details; in test_too_many_trailing_metadata() 525 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_send_server_status_twice() local [all …]
|
/third_party/grpc/test/core/end2end/tests/ |
D | max_concurrent_streams.cc | 132 op->data.recv_status_on_client.status_details = &details; in simple_request_body() 157 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in simple_request_body() local 158 op->data.send_status_from_server.status_details = &status_details; in simple_request_body() 280 op->data.recv_status_on_client.status_details = &details1; in test_max_concurrent_streams() 314 op->data.recv_status_on_client.status_details = &details2; in test_max_concurrent_streams() 367 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_max_concurrent_streams() local 368 op->data.send_status_from_server.status_details = &status_details; in test_max_concurrent_streams() 406 op->data.send_status_from_server.status_details = &status_details; in test_max_concurrent_streams() 522 op->data.recv_status_on_client.status_details = &details1; in test_max_concurrent_streams_with_timeout_on_first() 560 op->data.recv_status_on_client.status_details = &details2; in test_max_concurrent_streams_with_timeout_on_first() [all …]
|
D | max_connection_age.cc | 142 op->data.recv_status_on_client.status_details = &details; in test_max_age_forcibly_close() 183 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_max_age_forcibly_close() local 184 op->data.send_status_from_server.status_details = &status_details; in test_max_age_forcibly_close() 284 op->data.recv_status_on_client.status_details = &details; in test_max_age_gracefully_close() 316 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_max_age_gracefully_close() local 317 op->data.send_status_from_server.status_details = &status_details; in test_max_age_gracefully_close()
|
D | max_message_length.cc | 218 op->data.recv_status_on_client.status_details = &details; in test_max_message_length_on_request() 406 op->data.recv_status_on_client.status_details = &details; in test_max_message_length_on_response() 441 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_max_message_length_on_response() local 442 op->data.send_status_from_server.status_details = &status_details; in test_max_message_length_on_response() 510 grpc_slice details, status_details; in test_max_receive_message_length_on_compressed_request() local 566 op->data.recv_status_on_client.status_details = &details; in test_max_receive_message_length_on_compressed_request() 603 status_details = grpc_slice_from_static_string("xyz"); in test_max_receive_message_length_on_compressed_request() 604 op->data.send_status_from_server.status_details = &status_details; in test_max_receive_message_length_on_compressed_request() 723 op->data.recv_status_on_client.status_details = &details; in test_max_receive_message_length_on_compressed_response() 760 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_max_receive_message_length_on_compressed_response() local [all …]
|
D | bad_ping.cc | 141 op->data.recv_status_on_client.status_details = &details; in test_bad_ping() 181 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_bad_ping() local 182 op->data.send_status_from_server.status_details = &status_details; in test_bad_ping() 300 op->data.recv_status_on_client.status_details = &details; in test_pings_without_data() 337 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_pings_without_data() local 338 op->data.send_status_from_server.status_details = &status_details; in test_pings_without_data()
|
D | retry_server_pushback_disabled.cc | 168 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_retry_server_pushback_disabled() local 189 op->data.recv_status_on_client.status_details = &details; in test_retry_server_pushback_disabled() 218 op->data.send_status_from_server.status_details = &status_details; in test_retry_server_pushback_disabled() 260 op->data.send_status_from_server.status_details = &status_details; in test_retry_server_pushback_disabled()
|
D | retry_too_many_attempts.cc | 162 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_retry_too_many_attempts() local 183 op->data.recv_status_on_client.status_details = &details; in test_retry_too_many_attempts() 212 op->data.send_status_from_server.status_details = &status_details; in test_retry_too_many_attempts() 253 op->data.send_status_from_server.status_details = &status_details; in test_retry_too_many_attempts()
|
D | retry_server_pushback_delay.cc | 167 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_retry_server_pushback_delay() local 188 op->data.recv_status_on_client.status_details = &details; in test_retry_server_pushback_delay() 218 op->data.send_status_from_server.status_details = &status_details; in test_retry_server_pushback_delay() 272 op->data.send_status_from_server.status_details = &status_details; in test_retry_server_pushback_delay()
|
D | retry.cc | 162 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_retry() local 183 op->data.recv_status_on_client.status_details = &details; in test_retry() 219 op->data.send_status_from_server.status_details = &status_details; in test_retry() 279 op->data.send_status_from_server.status_details = &status_details; in test_retry()
|
D | disappearing_server.cc | 117 op->data.recv_status_on_client.status_details = &details; in do_request_and_shutdown_server() 146 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in do_request_and_shutdown_server() local 147 op->data.send_status_from_server.status_details = &status_details; in do_request_and_shutdown_server()
|
D | graceful_server_shutdown.cc | 132 op->data.recv_status_on_client.status_details = &details; in test_early_server_shutdown_finishes_inflight_calls() 161 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_early_server_shutdown_finishes_inflight_calls() local 162 op->data.send_status_from_server.status_details = &status_details; in test_early_server_shutdown_finishes_inflight_calls()
|
D | server_finishes_request.cc | 130 op->data.recv_status_on_client.status_details = &details; in simple_request_body() 155 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in simple_request_body() local 156 op->data.send_status_from_server.status_details = &status_details; in simple_request_body()
|
D | streaming_error_response.cc | 150 op->data.recv_status_on_client.status_details = &details; in test() 232 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test() local 233 op->data.send_status_from_server.status_details = &status_details; in test() 251 op->data.recv_status_on_client.status_details = &details; in test()
|
D | default_host.cc | 141 op->data.recv_status_on_client.status_details = &details; in test_invoke_simple_request() 175 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_invoke_simple_request() local 176 op->data.send_status_from_server.status_details = &status_details; in test_invoke_simple_request()
|
D | registered_call.cc | 134 op->data.recv_status_on_client.status_details = &details; in simple_request_body() 159 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in simple_request_body() local 160 op->data.send_status_from_server.status_details = &status_details; in simple_request_body()
|
D | call_host_override.cc | 152 op->data.recv_status_on_client.status_details = &details; in test_invoke_simple_request() 186 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_invoke_simple_request() local 187 op->data.send_status_from_server.status_details = &status_details; in test_invoke_simple_request()
|
D | high_initial_seqno.cc | 139 op->data.recv_status_on_client.status_details = &details; in simple_request_body() 164 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in simple_request_body() local 165 op->data.send_status_from_server.status_details = &status_details; in simple_request_body()
|
D | retry_disabled.cc | 166 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_retry_disabled() local 187 op->data.recv_status_on_client.status_details = &details; in test_retry_disabled() 216 op->data.send_status_from_server.status_details = &status_details; in test_retry_disabled()
|
D | idempotent_request.cc | 141 op->data.recv_status_on_client.status_details = &details; in simple_request_body() 175 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in simple_request_body() local 176 op->data.send_status_from_server.status_details = &status_details; in simple_request_body()
|
D | request_with_payload.cc | 144 op->data.recv_status_on_client.status_details = &details; in test_invoke_request_with_payload() 187 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_invoke_request_with_payload() local 188 op->data.send_status_from_server.status_details = &status_details; in test_invoke_request_with_payload()
|
D | retry_non_retriable_status.cc | 161 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_retry_non_retriable_status() local 182 op->data.recv_status_on_client.status_details = &details; in test_retry_non_retriable_status() 211 op->data.send_status_from_server.status_details = &status_details; in test_retry_non_retriable_status()
|
D | retry_recv_message.cc | 162 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_retry_recv_message() local 183 op->data.recv_status_on_client.status_details = &details; in test_retry_recv_message() 215 op->data.send_status_from_server.status_details = &status_details; in test_retry_recv_message()
|
/third_party/grpc/src/core/lib/surface/ |
D | call_log_batch.cc | 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() 96 op->data.recv_status_on_client.status_details)); in grpc_op_string()
|
/third_party/grpc/test/core/bad_client/tests/ |
D | duplicate_header.cc | 107 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in verifier() local 108 op->data.send_status_from_server.status_details = &status_details; in verifier()
|
/third_party/grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 71 grpc_slice status_details; member 226 grpc_slice_unref(ctx->recv_status_on_client.status_details); in grpcsharp_batch_context_reset() 329 GRPC_SLICE_LENGTH(ctx->recv_status_on_client.status_details); in grpcsharp_batch_context_recv_status_on_client_details() 330 return (char*)GRPC_SLICE_START_PTR(ctx->recv_status_on_client.status_details); in grpcsharp_batch_context_recv_status_on_client_details() 645 ops[5].data.recv_status_on_client.status_details = in grpcsharp_call_start_unary() 646 &(ctx->recv_status_on_client.status_details); in grpcsharp_call_start_unary() 672 ctx->recv_status_on_client.status_details = grpc_empty_slice(); in grpcsharp_test_call_start_unary_echo() 711 ops[3].data.recv_status_on_client.status_details = in grpcsharp_call_start_client_streaming() 712 &(ctx->recv_status_on_client.status_details); in grpcsharp_call_start_client_streaming() 754 ops[3].data.recv_status_on_client.status_details = in grpcsharp_call_start_server_streaming() [all …]
|