Home
last modified time | relevance | path

Searched refs:GRPC_HTTP2_INTERNAL_ERROR (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/transport/
Dstatus_conversion_test.cc39 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_UNKNOWN, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
41 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
43 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_NOT_FOUND, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
45 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
49 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
53 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
54 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_ABORTED, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
56 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
58 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
59 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_INTERNAL, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
[all …]
/external/grpc-grpc/src/core/lib/transport/
Dhttp2_errors.h26 GRPC_HTTP2_INTERNAL_ERROR = 0x2, enumerator
Dstatus_conversion.cc38 return GRPC_HTTP2_INTERNAL_ERROR; in grpc_status_to_http2_error()
Derror_utils.cc89 : GRPC_HTTP2_INTERNAL_ERROR; in grpc_error_get_status()