Home
last modified time | relevance | path

Searched refs:NetLogParamsWithBool (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_values.h25 NET_EXPORT base::Value::Dict NetLogParamsWithBool(std::string_view name,
H A Dnet_log_values.cc94 base::Value::Dict NetLogParamsWithBool(std::string_view name, bool value) { in NetLogParamsWithBool() function
H A Dnet_log_with_source.cc143 AddEntry(type, phase, [&] { return NetLogParamsWithBool(name, value); }); in AddEntryWithBoolParams()