Searched refs:NetLogParamsWithInt (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/net/log/ |
H A D | net_log_with_source.cc | 71 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 D | net_log_values.h | 21 NET_EXPORT base::Value::Dict NetLogParamsWithInt(std::string_view name,
|
H A D | net_log_values.cc | 82 base::Value::Dict NetLogParamsWithInt(std::string_view name, int value) { in NetLogParamsWithInt() function
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | bidirectional_stream.cc | 287 return NetLogParamsWithInt("num_buffers_coalesced", in OnDataSent()
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | tcp_socket_posix.cc | 594 return NetLogParamsWithInt("get_address_net_error", net_error); in LogConnectEnd()
|
H A D | tcp_socket_win.cc | 921 return NetLogParamsWithInt("get_address_net_error", net_error); in LogConnectEnd()
|