/third_party/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 …]
|
/third_party/grpc/src/core/tsi/alts/crypt/ |
D | aes_gcm.cc | 195 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/ |
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() 71 return GRPC_STATUS_INTERNAL; in grpc_http2_status_to_grpc_status()
|
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 113 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/ |
D | status_util.cc | 44 {"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/ |
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 …]
|
/third_party/grpc/include/grpc/impl/codegen/ |
D | status.h | 127 GRPC_STATUS_INTERNAL = 13, enumerator
|
/third_party/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_utils.cc | 37 case GRPC_STATUS_INTERNAL: in alts_tsi_utils_convert_to_tsi_result()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/ |
D | channel_create_posix.cc | 69 grpc_status_code status = GRPC_STATUS_INTERNAL; in grpc_insecure_channel_create_from_fd()
|
D | channel_create.cc | 115 grpc_status_code status = GRPC_STATUS_INTERNAL; in grpc_insecure_channel_create()
|
/third_party/grpc/test/core/tsi/alts/handshaker/ |
D | alts_tsi_utils_test.cc | 35 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/ |
D | alts_record_protocol_crypter_common.cc | 61 return GRPC_STATUS_INTERNAL; in increment_counter()
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | status.h | 79 StatusCode::INTERNAL == static_cast<StatusCode>(GRPC_STATUS_INTERNAL), in Status()
|
D | server_interface.h | 306 call_, GRPC_STATUS_INTERNAL, "Unable to parse request", nullptr); in FinalizeResult()
|
/third_party/grpc/test/core/end2end/ |
D | bad_server_response_test.cc | 318 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/ |
D | context.cc | 141 case GRPC_STATUS_INTERNAL: in StatusCodeToString()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/ |
D | secure_channel_create.cc | 203 grpc_status_code status = GRPC_STATUS_INTERNAL; in grpc_secure_channel_create()
|
/third_party/grpc/test/core/end2end/tests/ |
D | bad_hostname.cc | 143 GPR_ASSERT(status == GRPC_STATUS_INTERNAL); in simple_request_body()
|
D | cancel_after_invoke.cc | 167 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_invoke()
|
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()
|
D | cancel_after_accept.cc | 229 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_accept()
|
D | cancel_after_round_trip.cc | 263 GPR_ASSERT(status == mode.expect_status || status == GRPC_STATUS_INTERNAL); in test_cancel_after_round_trip()
|
/third_party/grpc/src/php/ext/grpc/ |
D | call_credentials.c | 201 *status = GRPC_STATUS_INTERNAL; in plugin_get_metadata()
|
/third_party/grpc/test/core/iomgr/ |
D | error_test.cc | 161 GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_INTERNAL), in print_error_string_reference()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 76 internal = GRPC_STATUS_INTERNAL
|