Home
last modified time | relevance | path

Searched refs:ErrorToShortString (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/tools/quic/
H A Dquic_client_message_loop_network_helper.cc66 LOG(ERROR) << "Connect failed: " << ErrorToShortString(rc); in CreateUDPSocketAndBind()
72 LOG(ERROR) << "SetReceiveBufferSize() failed: " << ErrorToShortString(rc); in CreateUDPSocketAndBind()
78 LOG(ERROR) << "SetSendBufferSize() failed: " << ErrorToShortString(rc); in CreateUDPSocketAndBind()
85 LOG(ERROR) << "GetLocalAddress failed: " << ErrorToShortString(rc); in CreateUDPSocketAndBind()
138 LOG(ERROR) << "QuicSimpleClient read failed: " << ErrorToShortString(result); in OnReadError()
H A Dquic_simple_client_bin.cc81 << "' : " << net::ErrorToShortString(rv); in CreateClient()
/aosp_15_r20/external/cronet/net/base/
H A Dnet_errors.cc24 return "net::" + ErrorToShortString(error); in ErrorToString()
36 std::string ErrorToShortString(int error) { in ErrorToShortString() function
H A Dnet_errors.h33 NET_EXPORT std::string ErrorToShortString(int error);
/aosp_15_r20/external/cronet/net/tools/cert_verify_tool/
H A Dcert_verify_comparision_tool.cc328 << net::ErrorToShortString(platform_error) << ")\n"; in RunCert()
331 << net::ErrorToShortString(builtin_error) << ")\n"; in RunCert()
H A Dverify_using_cert_verify_proc.cc135 std::cout << "CertVerifyProc result: " << net::ErrorToShortString(rv) << "\n"; in VerifyUsingCertVerifyProc()
/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_util.cc231 dict.Set(ErrorToShortString(error), error); in GetNetConstants()
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_stream.cc43 .Set("net_error", ErrorToShortString(net_error)) in NetLogSpdyStreamErrorParams()
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache_fuzzer.cc1040 << net::ErrorToShortString(result.net_error) in RunCommands()