Searched refs:GRPC_HTTP2_NO_ERROR (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/core/lib/transport/ |
D | status_conversion.cc | 26 return GRPC_HTTP2_NO_ERROR; in grpc_status_to_http2_error() 45 case GRPC_HTTP2_NO_ERROR: in grpc_http2_error_to_grpc_status()
|
D | http2_errors.h | 24 GRPC_HTTP2_NO_ERROR = 0x0, enumerator
|
D | error_utils.cc | 88 *http_error = found_error == GRPC_ERROR_NONE ? GRPC_HTTP2_NO_ERROR in grpc_error_get_status()
|
/external/grpc-grpc/test/core/transport/ |
D | status_conversion_test.cc | 37 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_OK, GRPC_HTTP2_NO_ERROR); in test_grpc_status_to_http2_error() 87 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_NO_ERROR, before_deadline, in test_http2_error_to_grpc_status() 115 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_NO_ERROR, after_deadline, in test_http2_error_to_grpc_status()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_rst_stream.cc | 98 if (reason != GRPC_HTTP2_NO_ERROR || s->metadata_buffer[1].size == 0) { in grpc_chttp2_rst_stream_parser_parse()
|
D | writing.cc | 576 s_->id, GRPC_HTTP2_NO_ERROR, &s_->stats.outgoing)); in SentLastFrame()
|
D | hpack_parser.cc | 1601 &t->qbuf, grpc_chttp2_rst_stream_create(s->id, GRPC_HTTP2_NO_ERROR, in force_client_rst_stream()
|
D | chttp2_transport.cc | 2380 &t->qbuf, grpc_chttp2_rst_stream_create(s->id, GRPC_HTTP2_NO_ERROR, in close_from_api()
|
/external/grpc-grpc/src/core/ext/filters/max_age/ |
D | max_age_filter.cc | 260 GRPC_ERROR_INT_HTTP2_ERROR, GRPC_HTTP2_NO_ERROR); in close_max_idle_channel() 322 GRPC_ERROR_INT_HTTP2_ERROR, GRPC_HTTP2_NO_ERROR); in close_max_age_channel()
|