Home
last modified time | relevance | path

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

12

/third_party/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 …]
/third_party/grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc195 return GRPC_STATUS_INTERNAL; in aes_gcm_derive_aead_key()
201 return GRPC_STATUS_INTERNAL; in aes_gcm_derive_aead_key()
207 return GRPC_STATUS_INTERNAL; in aes_gcm_derive_aead_key()
234 return GRPC_STATUS_INTERNAL; in aes_gcm_rekey_if_required()
239 return GRPC_STATUS_INTERNAL; in aes_gcm_rekey_if_required()
280 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec()
294 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec()
315 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec()
345 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec()
349 return GRPC_STATUS_INTERNAL; in gsec_aes_gcm_aead_crypter_encrypt_iovec()
[all …]
/third_party/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()
71 return GRPC_STATUS_INTERNAL; in grpc_http2_status_to_grpc_status()
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc113 return GRPC_STATUS_INTERNAL; in increment_counter()
153 return GRPC_STATUS_INTERNAL; in verify_frame_header()
158 return GRPC_STATUS_INTERNAL; in verify_frame_header()
237 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_integrity_only_protect()
285 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_integrity_only_unprotect()
351 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_privacy_integrity_protect()
417 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_privacy_integrity_unprotect()
423 return GRPC_STATUS_INTERNAL; in alts_iovec_record_protocol_privacy_integrity_unprotect()
/third_party/grpc/src/core/lib/channel/
Dstatus_util.cc44 {"INTERNAL", GRPC_STATUS_INTERNAL},
90 case GRPC_STATUS_INTERNAL: in grpc_status_code_to_string()
/third_party/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 …]
/third_party/grpc/include/grpc/impl/codegen/
Dstatus.h127 GRPC_STATUS_INTERNAL = 13, enumerator
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_utils.cc37 case GRPC_STATUS_INTERNAL: in alts_tsi_utils_convert_to_tsi_result()
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create_posix.cc69 grpc_status_code status = GRPC_STATUS_INTERNAL; in grpc_insecure_channel_create_from_fd()
Dchannel_create.cc115 grpc_status_code status = GRPC_STATUS_INTERNAL; in grpc_insecure_channel_create()
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_utils_test.cc35 GPR_ASSERT(alts_tsi_utils_convert_to_tsi_result(GRPC_STATUS_INTERNAL) == in convert_to_tsi_result_test()
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dalts_record_protocol_crypter_common.cc61 return GRPC_STATUS_INTERNAL; in increment_counter()
/third_party/grpc/include/grpcpp/impl/codegen/
Dstatus.h79 StatusCode::INTERNAL == static_cast<StatusCode>(GRPC_STATUS_INTERNAL), in Status()
Dserver_interface.h306 call_, GRPC_STATUS_INTERNAL, "Unable to parse request", nullptr); in FinalizeResult()
/third_party/grpc/test/core/end2end/
Dbad_server_response_test.cc318 run_test(HTTP2_RESP(400), sizeof(HTTP2_RESP(400)) - 1, GRPC_STATUS_INTERNAL, in main()
346 run_test(HTTP1_RESP_400, sizeof(HTTP1_RESP_400) - 1, GRPC_STATUS_INTERNAL, in main()
/third_party/grpc/src/cpp/ext/filters/census/
Dcontext.cc141 case GRPC_STATUS_INTERNAL: in StatusCodeToString()
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc203 grpc_status_code status = GRPC_STATUS_INTERNAL; in grpc_secure_channel_create()
/third_party/grpc/test/core/end2end/tests/
Dbad_hostname.cc143 GPR_ASSERT(status == GRPC_STATUS_INTERNAL); in simple_request_body()
Dcancel_after_invoke.cc167 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_invoke()
Dcancel_after_client_done.cc207 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_accept_and_writes_closed()
Dcancel_after_accept.cc229 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_accept()
Dcancel_after_round_trip.cc263 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_round_trip()
/third_party/grpc/src/php/ext/grpc/
Dcall_credentials.c201 *status = GRPC_STATUS_INTERNAL; in plugin_get_metadata()
/third_party/grpc/test/core/iomgr/
Derror_test.cc161 GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_INTERNAL), in print_error_string_reference()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi76 internal = GRPC_STATUS_INTERNAL

12