/external/grpc-grpc/test/core/transport/ |
D | status_conversion_test.cc | 59 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_INTERNAL, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error() 80 GRPC_STATUS_TO_HTTP2_STATUS(GRPC_STATUS_INTERNAL, 200); in test_grpc_status_to_http2_status() 88 GRPC_STATUS_INTERNAL); in test_http2_error_to_grpc_status() 90 GRPC_STATUS_INTERNAL); in test_http2_error_to_grpc_status() 92 GRPC_STATUS_INTERNAL); in test_http2_error_to_grpc_status() 94 GRPC_STATUS_INTERNAL); in test_http2_error_to_grpc_status() 96 GRPC_STATUS_INTERNAL); in test_http2_error_to_grpc_status() 98 GRPC_STATUS_INTERNAL); in test_http2_error_to_grpc_status() 100 GRPC_STATUS_INTERNAL); in test_http2_error_to_grpc_status() 106 GRPC_STATUS_INTERNAL); in test_http2_error_to_grpc_status() [all …]
|
/external/grpc-grpc/src/core/tsi/alts/crypt/ |
D | aes_gcm.cc | 197 return GRPC_STATUS_INTERNAL; in aes_gcm_derive_aead_key() 203 return GRPC_STATUS_INTERNAL; in aes_gcm_derive_aead_key() 209 return GRPC_STATUS_INTERNAL; in aes_gcm_derive_aead_key() 236 return GRPC_STATUS_INTERNAL; in aes_gcm_rekey_if_required() 241 return GRPC_STATUS_INTERNAL; in aes_gcm_rekey_if_required() 282 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec() 296 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec() 317 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec() 347 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec() 351 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec() [all …]
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 111 return GRPC_STATUS_INTERNAL; in increment_counter() 151 return GRPC_STATUS_INTERNAL; in verify_frame_header() 156 return GRPC_STATUS_INTERNAL; in verify_frame_header() 235 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_integrity_only_protect() 283 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_integrity_only_unprotect() 349 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_privacy_integrity_protect() 415 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_privacy_integrity_unprotect() 421 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_privacy_integrity_unprotect()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | status_conversion.cc | 47 return GRPC_STATUS_INTERNAL; in grpc_http2_error_to_grpc_status() 61 return GRPC_STATUS_INTERNAL; in grpc_http2_error_to_grpc_status()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | status_util.cc | 45 {"INTERNAL", GRPC_STATUS_INTERNAL}, 91 case GRPC_STATUS_INTERNAL: in grpc_status_code_to_string()
|
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol_test.cc | 266 status, GRPC_STATUS_INTERNAL, error_message, in integrity_only_unsync_seal_unseal() 289 status, GRPC_STATUS_INTERNAL, error_message, "Bad frame length.")); in integrity_only_corrupted_data() 299 status, GRPC_STATUS_INTERNAL, error_message, in integrity_only_corrupted_data() 309 status, GRPC_STATUS_INTERNAL, error_message, in integrity_only_corrupted_data() 319 status, GRPC_STATUS_INTERNAL, error_message, in integrity_only_corrupted_data() 501 status, GRPC_STATUS_INTERNAL, error_message, "Frame decryption failed.")); in privacy_integrity_unsync_seal_unseal() 530 status, GRPC_STATUS_INTERNAL, error_message, "Bad frame length.")); in privacy_integrity_corrupted_data() 540 status, GRPC_STATUS_INTERNAL, error_message, in privacy_integrity_corrupted_data() 550 status, GRPC_STATUS_INTERNAL, error_message, "Frame decryption failed.")); in privacy_integrity_corrupted_data() 697 status, GRPC_STATUS_INTERNAL, error_message, "Frame decryption failed.")); in integrity_seal_privacy_unseal() [all …]
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | status.h | 127 GRPC_STATUS_INTERNAL = 13, enumerator
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_utils.cc | 37 case GRPC_STATUS_INTERNAL: in alts_tsi_utils_convert_to_tsi_result()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/ |
D | channel_create_posix.cc | 67 target, GRPC_STATUS_INTERNAL, in grpc_insecure_channel_create_from_fd()
|
D | channel_create.cc | 108 target, GRPC_STATUS_INTERNAL, in grpc_insecure_channel_create()
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_tsi_utils_test.cc | 32 GPR_ASSERT(alts_tsi_utils_convert_to_tsi_result(GRPC_STATUS_INTERNAL) == in convert_to_tsi_result_test()
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_record_protocol_crypter_common.cc | 61 return GRPC_STATUS_INTERNAL; in increment_counter()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | status.h | 79 StatusCode::INTERNAL == static_cast<StatusCode>(GRPC_STATUS_INTERNAL), in Status()
|
D | server_interface.h | 229 call_, GRPC_STATUS_INTERNAL, "Unable to parse request", nullptr); in FinalizeResult()
|
/external/grpc-grpc/src/cpp/ext/filters/census/ |
D | context.cc | 119 case GRPC_STATUS_INTERNAL: in StatusCodeToString()
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | php_grpc.c | 167 REGISTER_LONG_CONSTANT("Grpc\\STATUS_INTERNAL", GRPC_STATUS_INTERNAL, in PHP_MINIT_FUNCTION()
|
D | call_credentials.c | 206 *status = GRPC_STATUS_INTERNAL; in plugin_get_metadata()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | bad_hostname.cc | 143 GPR_ASSERT(status == GRPC_STATUS_INTERNAL); in simple_request_body()
|
D | shutdown_finishes_calls.cc | 170 GPR_ASSERT(status == GRPC_STATUS_INTERNAL || in test_early_server_shutdown_finishes_inflight_calls()
|
D | cancel_after_invoke.cc | 167 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_invoke()
|
D | keepalive_timeout.cc | 198 GPR_ASSERT(status == GRPC_STATUS_INTERNAL); in test_keepalive_timeout()
|
D | cancel_after_client_done.cc | 207 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_accept_and_writes_closed()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/ |
D | secure_channel_create.cc | 228 target, GRPC_STATUS_INTERNAL, in grpc_secure_channel_create()
|
/external/grpc-grpc/test/core/iomgr/ |
D | error_test.cc | 161 GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_INTERNAL), in print_error_string_reference()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc.c | 190 INT2NUM(GRPC_STATUS_INTERNAL)); in Init_grpc_status_codes()
|