Searched refs:NetLogParamsWithString (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/net/log/ |
H A D | net_log_with_source.cc | 65 AddEvent(type, [&] { return NetLogParamsWithString(name, value); }); in AddEventWithStringParams() 96 BeginEvent(type, [&] { return NetLogParamsWithString(name, value); }); in BeginEventWithStringParams()
|
H A D | net_log_values.h | 27 NET_EXPORT base::Value::Dict NetLogParamsWithString(std::string_view name,
|
H A D | net_log_values.cc | 100 base::Value::Dict NetLogParamsWithString(std::string_view name, in NetLogParamsWithString() function
|
H A D | file_net_log_observer_unittest.cc | 68 NetLogParamsWithString("message", "")); in AddEntries() 97 NetLogParamsWithString("message", message)); in AddEntries()
|
H A D | net_log.cc | 81 AddGlobalEntry(type, [&] { return NetLogParamsWithString(name, value); }); in AddGlobalEntryWithStringParams()
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_auth.cc | 189 return NetLogParamsWithString( in NetLogAuthorizationResultParams()
|