Home
last modified time | relevance | path

Searched refs:NetLogStringValue (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_log_util.cc21 return NetLogStringValue(debug_data); in ElideGoAwayDebugDataForNetLog()
23 return NetLogStringValue(base::StrCat( in ElideGoAwayDebugDataForNetLog()
32 headers_list.Append(NetLogStringValue( in ElideHttp2HeaderBlockForNetLog()
H A Dheader_coalescer.cc31 .Set("header_name", NetLogStringValue(header_name)) in NetLogInvalidHeader()
33 NetLogStringValue(ElideHeaderValueForNetLog( in NetLogInvalidHeader()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_factory.cc42 dict.Set("scheme", net::NetLogStringValue(scheme)); in NetLogParamsForCreateAuth()
44 dict.Set("challenge", net::NetLogStringValue(challenge)); in NetLogParamsForCreateAuth()
H A Dhttp_request_headers.cc232 dict.Set("line", NetLogStringValue(request_line)); in NetLogParams()
238 NetLogStringValue(base::StrCat({header.key, ": ", log_value}))); in NetLogParams()
H A Dhttp_auth_handler_factory_unittest.cc402 EXPECT_EQ(net::NetLogStringValue(test_case.challenge).GetString(), in TEST()
H A Dhttp_response_headers.cc1514 headers.Append(NetLogStringValue(GetStatusLine())); in NetLogParams()
1521 headers.Append(NetLogStringValue(base::StrCat({name, ": ", log_value}))); in NetLogParams()
H A Dhttp_auth_gssapi_posix.cc262 ? NetLogStringValue(name_string) in GetDisplayNameValue()
/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_values.h40 NET_EXPORT base::Value NetLogStringValue(std::string_view raw);
H A Dnet_log_values.cc44 base::Value NetLogStringValue(std::string_view raw) { in NetLogStringValue() function
H A Dnet_log_values_unittest.cc18 base::Value value = NetLogStringValue(raw); in GetNetLogString()
H A Dnet_log_util.cc376 NetLogStringValue(provider->provider)); in GetNetInfo()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_http3_logger.cc72 headers_list.Append(NetLogStringValue( in ElideQuicHeaderListForNetLog()
/aosp_15_r20/external/cronet/net/cert/
H A Dcoalescing_cert_verifier.cc85 dict.Set("host", NetLogStringValue(params.hostname())); in CertVerifierParams()
H A Dcert_verify_proc.cc388 dict.Set("host", NetLogStringValue(hostname)); in CertVerifyParams()
/aosp_15_r20/external/cronet/net/docs/
H A Dnet-log.md42 * If the string is likely ASCII or UTF-8, use `NetLogStringValue()`.