Searched refs:NetLogStringValue (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_log_util.cc | 21 return NetLogStringValue(debug_data); in ElideGoAwayDebugDataForNetLog() 23 return NetLogStringValue(base::StrCat( in ElideGoAwayDebugDataForNetLog() 32 headers_list.Append(NetLogStringValue( in ElideHttp2HeaderBlockForNetLog()
|
H A D | header_coalescer.cc | 31 .Set("header_name", NetLogStringValue(header_name)) in NetLogInvalidHeader() 33 NetLogStringValue(ElideHeaderValueForNetLog( in NetLogInvalidHeader()
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_auth_handler_factory.cc | 42 dict.Set("scheme", net::NetLogStringValue(scheme)); in NetLogParamsForCreateAuth() 44 dict.Set("challenge", net::NetLogStringValue(challenge)); in NetLogParamsForCreateAuth()
|
H A D | http_request_headers.cc | 232 dict.Set("line", NetLogStringValue(request_line)); in NetLogParams() 238 NetLogStringValue(base::StrCat({header.key, ": ", log_value}))); in NetLogParams()
|
H A D | http_auth_handler_factory_unittest.cc | 402 EXPECT_EQ(net::NetLogStringValue(test_case.challenge).GetString(), in TEST()
|
H A D | http_response_headers.cc | 1514 headers.Append(NetLogStringValue(GetStatusLine())); in NetLogParams() 1521 headers.Append(NetLogStringValue(base::StrCat({name, ": ", log_value}))); in NetLogParams()
|
H A D | http_auth_gssapi_posix.cc | 262 ? NetLogStringValue(name_string) in GetDisplayNameValue()
|
/aosp_15_r20/external/cronet/net/log/ |
H A D | net_log_values.h | 40 NET_EXPORT base::Value NetLogStringValue(std::string_view raw);
|
H A D | net_log_values.cc | 44 base::Value NetLogStringValue(std::string_view raw) { in NetLogStringValue() function
|
H A D | net_log_values_unittest.cc | 18 base::Value value = NetLogStringValue(raw); in GetNetLogString()
|
H A D | net_log_util.cc | 376 NetLogStringValue(provider->provider)); in GetNetInfo()
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_http3_logger.cc | 72 headers_list.Append(NetLogStringValue( in ElideQuicHeaderListForNetLog()
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | coalescing_cert_verifier.cc | 85 dict.Set("host", NetLogStringValue(params.hostname())); in CertVerifierParams()
|
H A D | cert_verify_proc.cc | 388 dict.Set("host", NetLogStringValue(hostname)); in CertVerifyParams()
|
/aosp_15_r20/external/cronet/net/docs/ |
H A D | net-log.md | 42 * If the string is likely ASCII or UTF-8, use `NetLogStringValue()`.
|