Searched refs:QUIC_CONNECTION_CANCELLED (Results 1 – 6 of 6) sorted by relevance
/external/cronet/net/third_party/quiche/src/quiche/quic/masque/ |
D | masque_client_session.cc | 304 QUIC_CONNECTION_CANCELLED, "Underlying MASQUE connection was closed", in OnConnectionClosed() 332 QUIC_CONNECTION_CANCELLED, in OnStreamClosed()
|
D | masque_encapsulated_client_session.cc | 218 connection()->CloseConnection(QUIC_CONNECTION_CANCELLED, details, in CloseIpSession()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_error_codes.h | 238 QUIC_CONNECTION_CANCELLED = 70, enumerator
|
D | quic_error_codes.cc | 145 RETURN_STRING_LITERAL(QUIC_CONNECTION_CANCELLED); in QuicErrorCodeToString() 453 case QUIC_CONNECTION_CANCELLED: in QuicErrorCodeToTransportErrorCode()
|
/external/cronet/net/quic/ |
D | quic_stream_factory.cc | 1405 CloseAllSessions(ERR_ABORTED, quic::QUIC_CONNECTION_CANCELLED); in ~QuicStreamFactory()
|
D | quic_network_transaction_unittest.cc | 5521 quic::QUIC_CONNECTION_CANCELLED, "net error", 0)); in TEST_P() 5559 quic::QUIC_CONNECTION_CANCELLED, "net error", 0)); in TEST_P()
|