Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_values.h23 NET_EXPORT base::Value::Dict NetLogParamsWithInt64(std::string_view name,
H A Dnet_log_values.cc88 base::Value::Dict NetLogParamsWithInt64(std::string_view name, int64_t value) { in NetLogParamsWithInt64() function
H A Dnet_log_with_source.cc89 AddEvent(type, [&] { return NetLogParamsWithInt64(name, value); }); in AddEventWithInt64Params()