Home
last modified time | relevance | path

Searched refs:HttpConnectionInfoToString (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_connection_info.h75 NET_EXPORT std::string_view HttpConnectionInfoToString(
H A Dhttp_connection_info.cc11 std::string_view HttpConnectionInfoToString( in HttpConnectionInfoToString() function
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_http2_handshake_stream.cc299 HttpConnectionInfoToString(http_response_info_->connection_info); in OnHeadersReceived()
H A Dwebsocket_http3_handshake_stream.cc298 HttpConnectionInfoToString(http_response_info_->connection_info); in OnHeadersReceived()
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_http_stream.cc318 HttpConnectionInfoToString(response_info_->connection_info); in OnHeadersReceived()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_http_stream.cc630 HttpConnectionInfoToString(response_info_->connection_info); in ProcessResponseHeaders()