Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dstatus_conversion.cc34 return GRPC_HTTP2_INADEQUATE_SECURITY; in grpc_status_to_http2_error()
56 case GRPC_HTTP2_INADEQUATE_SECURITY: in grpc_http2_error_to_grpc_status()
Dhttp2_errors.h36 GRPC_HTTP2_INADEQUATE_SECURITY = 0xc, enumerator
/external/grpc-grpc/test/core/transport/
Dstatus_conversion_test.cc47 GRPC_HTTP2_INADEQUATE_SECURITY); in test_grpc_status_to_http2_error()
111 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_INADEQUATE_SECURITY, before_deadline, in test_http2_error_to_grpc_status()
144 HTTP2_ERROR_TO_GRPC_STATUS(GRPC_HTTP2_INADEQUATE_SECURITY, after_deadline, in test_http2_error_to_grpc_status()