Home
last modified time | relevance | path

Searched refs:GRPC_STATUS_INTERNAL (Results 1 – 25 of 35) sorted by relevance

12

/external/grpc-grpc/test/core/transport/
Dstatus_conversion_test.cc59 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/
Daes_gcm.cc197 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/
Dalts_iovec_record_protocol.cc111 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/
Dstatus_conversion.cc47 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/
Dstatus_util.cc45 {"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/
Dalts_iovec_record_protocol_test.cc266 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/
Dstatus.h127 GRPC_STATUS_INTERNAL = 13, enumerator
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_utils.cc37 case GRPC_STATUS_INTERNAL: in alts_tsi_utils_convert_to_tsi_result()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create_posix.cc67 target, GRPC_STATUS_INTERNAL, in grpc_insecure_channel_create_from_fd()
Dchannel_create.cc108 target, GRPC_STATUS_INTERNAL, in grpc_insecure_channel_create()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_utils_test.cc32 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/
Dalts_record_protocol_crypter_common.cc61 return GRPC_STATUS_INTERNAL; in increment_counter()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dstatus.h79 StatusCode::INTERNAL == static_cast<StatusCode>(GRPC_STATUS_INTERNAL), in Status()
Dserver_interface.h229 call_, GRPC_STATUS_INTERNAL, "Unable to parse request", nullptr); in FinalizeResult()
/external/grpc-grpc/src/cpp/ext/filters/census/
Dcontext.cc119 case GRPC_STATUS_INTERNAL: in StatusCodeToString()
/external/grpc-grpc/src/php/ext/grpc/
Dphp_grpc.c167 REGISTER_LONG_CONSTANT("Grpc\\STATUS_INTERNAL", GRPC_STATUS_INTERNAL, in PHP_MINIT_FUNCTION()
Dcall_credentials.c206 *status = GRPC_STATUS_INTERNAL; in plugin_get_metadata()
/external/grpc-grpc/test/core/end2end/tests/
Dbad_hostname.cc143 GPR_ASSERT(status == GRPC_STATUS_INTERNAL); in simple_request_body()
Dshutdown_finishes_calls.cc170 GPR_ASSERT(status == GRPC_STATUS_INTERNAL || in test_early_server_shutdown_finishes_inflight_calls()
Dcancel_after_invoke.cc167 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_invoke()
Dkeepalive_timeout.cc198 GPR_ASSERT(status == GRPC_STATUS_INTERNAL); in test_keepalive_timeout()
Dcancel_after_client_done.cc207 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/
Dsecure_channel_create.cc228 target, GRPC_STATUS_INTERNAL, in grpc_secure_channel_create()
/external/grpc-grpc/test/core/iomgr/
Derror_test.cc161 GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_INTERNAL), in print_error_string_reference()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc.c190 INT2NUM(GRPC_STATUS_INTERNAL)); in Init_grpc_status_codes()

12