Searched refs:after_deadline (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/transport/ |
D | status_conversion_test.cc | 114 const grpc_millis after_deadline = 0; in test_http2_error_to_grpc_status() local 115 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_NO_ERROR, after_deadline, in test_http2_error_to_grpc_status() 117 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_PROTOCOL_ERROR, after_deadline, in test_http2_error_to_grpc_status() 119 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_INTERNAL_ERROR, after_deadline, in test_http2_error_to_grpc_status() 121 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_FLOW_CONTROL_ERROR, after_deadline, in test_http2_error_to_grpc_status() 123 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_SETTINGS_TIMEOUT, after_deadline, in test_http2_error_to_grpc_status() 125 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_STREAM_CLOSED, after_deadline, in test_http2_error_to_grpc_status() 127 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_FRAME_SIZE_ERROR, after_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() 136 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_CANCEL, after_deadline, in test_http2_error_to_grpc_status() [all …]
|