Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_with_source.cc71 AddEvent(type, [&] { return NetLogParamsWithInt(name, value); }); in AddEventWithIntParams()
77 BeginEvent(type, [&] { return NetLogParamsWithInt(name, value); }); in BeginEventWithIntParams()
83 EndEvent(type, [&] { return NetLogParamsWithInt(name, value); }); in EndEventWithIntParams()
H A Dnet_log_values.h21 NET_EXPORT base::Value::Dict NetLogParamsWithInt(std::string_view name,
H A Dnet_log_values.cc82 base::Value::Dict NetLogParamsWithInt(std::string_view name, int value) { in NetLogParamsWithInt() function
/aosp_15_r20/external/cronet/net/http/
H A Dbidirectional_stream.cc287 return NetLogParamsWithInt("num_buffers_coalesced", in OnDataSent()
/aosp_15_r20/external/cronet/net/socket/
H A Dtcp_socket_posix.cc594 return NetLogParamsWithInt("get_address_net_error", net_error); in LogConnectEnd()
H A Dtcp_socket_win.cc921 return NetLogParamsWithInt("get_address_net_error", net_error); in LogConnectEnd()