Home
last modified time | relevance | path

Searched refs:GRPC_HTTP2_NO_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/lib/transport/
Dstatus_conversion.cc26 return GRPC_HTTP2_NO_ERROR; in grpc_status_to_http2_error()
45 case GRPC_HTTP2_NO_ERROR: in grpc_http2_error_to_grpc_status()
Dhttp2_errors.h24 GRPC_HTTP2_NO_ERROR = 0x0, enumerator
Derror_utils.cc88 *http_error = found_error == GRPC_ERROR_NONE ? GRPC_HTTP2_NO_ERROR in grpc_error_get_status()
/external/grpc-grpc/test/core/transport/
Dstatus_conversion_test.cc37 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/
Dframe_rst_stream.cc98 if (reason != GRPC_HTTP2_NO_ERROR || s->metadata_buffer[1].size == 0) { in grpc_chttp2_rst_stream_parser_parse()
Dwriting.cc576 s_->id, GRPC_HTTP2_NO_ERROR, &s_->stats.outgoing)); in SentLastFrame()
Dhpack_parser.cc1601 &t->qbuf, grpc_chttp2_rst_stream_create(s->id, GRPC_HTTP2_NO_ERROR, in force_client_rst_stream()
Dchttp2_transport.cc2380 &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/
Dmax_age_filter.cc260 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()