Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_with_source.cc65 AddEvent(type, [&] { return NetLogParamsWithString(name, value); }); in AddEventWithStringParams()
96 BeginEvent(type, [&] { return NetLogParamsWithString(name, value); }); in BeginEventWithStringParams()
H A Dnet_log_values.h27 NET_EXPORT base::Value::Dict NetLogParamsWithString(std::string_view name,
H A Dnet_log_values.cc100 base::Value::Dict NetLogParamsWithString(std::string_view name, in NetLogParamsWithString() function
H A Dfile_net_log_observer_unittest.cc68 NetLogParamsWithString("message", "")); in AddEntries()
97 NetLogParamsWithString("message", message)); in AddEntries()
H A Dnet_log.cc81 AddGlobalEntry(type, [&] { return NetLogParamsWithString(name, value); }); in AddGlobalEntryWithStringParams()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth.cc189 return NetLogParamsWithString( in NetLogAuthorizationResultParams()