Home
last modified time | relevance | path

Searched refs:GRPC_HTTP2_REFUSED_STREAM (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/transport/
Dstatus_conversion.cc36 return GRPC_HTTP2_REFUSED_STREAM; in grpc_status_to_http2_error()
58 case GRPC_HTTP2_REFUSED_STREAM: in grpc_http2_error_to_grpc_status()
Dhttp2_errors.h31 GRPC_HTTP2_REFUSED_STREAM = 0x7, enumerator
/external/grpc-grpc/test/core/transport/
Dstatus_conversion_test.cc61 GRPC_HTTP2_REFUSED_STREAM); in test_grpc_status_to_http2_error()
101 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_REFUSED_STREAM, before_deadline, in test_http2_error_to_grpc_status()
129 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_REFUSED_STREAM, after_deadline, in test_http2_error_to_grpc_status()