Home
last modified time | relevance | path

Searched defs:net_error (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/cronet/net/test/url_request/
H A Durl_request_failed_job.cc48 int net_error = OK; in MaybeInterceptRequest() local
68 int net_error) { in GetMockUrl()
80 int net_error) in URLRequestFailedJob()
87 URLRequestFailedJob::URLRequestFailedJob(URLRequest* request, int net_error) in URLRequestFailedJob()
144 GURL URLRequestFailedJob::GetMockHttpUrl(int net_error) { in GetMockHttpUrl()
149 GURL URLRequestFailedJob::GetMockHttpsUrl(int net_error) { in GetMockHttpsUrl()
155 int net_error) { in GetMockHttpUrlWithFailurePhase()
161 int net_error, in GetMockHttpUrlForHostname()
168 int net_error, in GetMockHttpsUrlForHostname()
/aosp_15_r20/external/cronet/net/socket/
H A Dtcp_socket_win.cc76 int net_error = MapSystemError(os_error); in MapConnectError() local
524 int net_error = MapSystemError(os_error); in ReadIfReady() local
589 int net_error = MapSystemError(os_error); in Write() local
758 void TCPSocketWin::EndLoggingMultipleConnectAttempts(int net_error) { in EndLoggingMultipleConnectAttempts()
784 int net_error = MapSystemError(os_error); in AcceptInternal() local
795 int net_error = ERR_ADDRESS_INVALID; in AcceptInternal() local
908 void TCPSocketWin::LogConnectEnd(int net_error) { in LogConnectEnd()
916 int net_error = GetLocalAddress(&local_address); in LogConnectEnd() local
H A Dsocket_net_log_params.cc19 base::Value::Dict NetLogSocketErrorParams(int net_error, int os_error) { in NetLogSocketErrorParams()
27 int net_error, in NetLogSocketError()
H A Dsocket_options.cc67 int net_error = (rv == -1) ? MapSystemError(os_error) : OK; in SetSocketReceiveBufferSize() local
82 int net_error = (rv == -1) ? MapSystemError(os_error) : OK; in SetSocketSendBufferSize() local
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_stream.cc188 int net_error, in OnFailure()
239 std::string FailureMessageFromNetError(int net_error) { in FailureMessageFromNetError()
252 void ReportFailure(int net_error, std::optional<int> response_code) { in ReportFailure()
278 int net_error, in ReportFailureWithMessage()
392 void Delegate::OnResponseStarted(URLRequest* request, int net_error) { in OnResponseStarted()
494 int net_error, in OnSSLCertificateError()
H A Dwebsocket_test_util.h214 int net_error, in OnFailure()
221 int net_error, in OnSSLCertificateError()
244 int net_error, in OnFailure()
H A Dwebsocket_channel.cc220 int net_error, in OnFailure()
234 int net_error, in OnSSLCertificateError()
491 int net_error, in OnConnectFailure()
508 int net_error, in OnSSLCertificateError()
H A Dwebsocket_stream_create_test_base.cc62 int net_error, in OnFailure()
80 int net_error, in OnSSLCertificateError()
/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dpnacl_host.cc126 void PnaclHost::OnCacheInitialized(int net_error) { in OnCacheInitialized()
286 int net_error, in OnCacheQueryReturn()
496 void PnaclHost::OnTranslatedNexeStored(const TranslationID& id, int net_error) { in OnTranslatedNexeStored()
610 void PnaclHost::OnEntriesDoomed(base::OnceClosure callback, int net_error) { in OnEntriesDoomed()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request.cc168 int net_error, in OnSSLCertificateError()
175 int net_error) { in OnResponseStarted()
200 int net_error = OK; in ~URLRequest() local
832 void URLRequest::NotifyResponseStarted(int net_error) { in NotifyResponseStarted()
1062 void URLRequest::NotifySSLCertificateError(int net_error, in NotifySSLCertificateError()
H A Durl_request_test_util.cc199 int net_error, in OnSSLCertificateError()
214 void TestDelegate::OnResponseStarted(URLRequest* request, int net_error) { in OnResponseStarted()
427 int net_error) { in OnResponseStarted()
452 int net_error) { in OnCompleted()
H A Durl_request_job.cc401 void URLRequestJob::NotifySSLCertificateError(int net_error, in NotifySSLCertificateError()
561 void URLRequestJob::NotifyStartError(int net_error) { in NotifyStartError()
574 void URLRequestJob::OnDone(int net_error, bool notify_done) { in OnDone()
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_list.cc202 int net_error, in Fallback()
222 int net_error, in AddProxyChainToRetryList()
245 int net_error, in UpdateRetryInfoOnFallback()
H A Dpac_file_fetcher_impl.cc130 int net_error) { in OnResponseCompleted()
263 int net_error, in OnSSLCertificateError()
273 void PacFileFetcherImpl::OnResponseStarted(URLRequest* request, int net_error) { in OnResponseStarted()
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.h72 net::Error net_error = net::ERR_FAILED; member
537 net::Error net_error() const { return net_error_; } in net_error() function
567 net::Error net_error = net::ERR_FAILED; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_status.cc23 const char* cronet_net_error_as_string(cronet_net_error_code net_error) { in cronet_net_error_as_string()
492 cronet_net_error_code net_error) { in cronet_net_error_to_grpc_error()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/cronet/transport/
H A Dcronet_status.cc23 const char* cronet_net_error_as_string(cronet_net_error_code net_error) { in cronet_net_error_as_string()
492 cronet_net_error_code net_error) { in cronet_net_error_to_grpc_error()
/aosp_15_r20/external/cronet/components/cronet/
H A Dcronet_url_request.cc238 int net_error, in OnSSLCertificateError()
247 int net_error) { in OnResponseStarted()
378 int net_error) { in ReportError()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_client_session.cc410 int net_error, in OnSessionClosed()
2283 int net_error = current_migration_cause_ == ON_NETWORK_DISCONNECTED in OnMigrationTimeout() local
2845 int net_error, in CloseSessionOnError()
2869 int net_error, in CloseSessionOnErrorLater()
2890 void QuicChromiumClientSession::NotifyAllStreamsOfError(int net_error) { in NotifyAllStreamsOfError()
2897 void QuicChromiumClientSession::CloseAllHandles(int net_error) { in CloseAllHandles()
2909 void QuicChromiumClientSession::CancelAllRequests(int net_error) { in CancelAllRequests()
2920 void QuicChromiumClientSession::NotifyRequestsOfConfirmation(int net_error) { in NotifyRequestsOfConfirmation()
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_net_log_parameters.cc31 int net_error) { in NetLogSimpleEntryCreationParams()
56 int net_error) { in NetLogSimpleEntryCreation()
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dremote_test_server_spawner_request.cc120 void RemoteTestServerSpawnerRequest::Core::OnCommandCompleted(int net_error) { in OnCommandCompleted()
164 int net_error) { in OnResponseStarted()
/aosp_15_r20/external/cronet/net/ssl/
H A Dopenssl_ssl_util.cc129 base::Value::Dict NetLogOpenSSLErrorParams(int net_error, in NetLogOpenSSLErrorParams()
212 int net_error, in NetLogOpenSSLError()
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_delegate_impl.cc39 int net_error) {} in OnResponseStarted()
43 int net_error) {} in OnCompleted()
/aosp_15_r20/external/cronet/net/cert/internal/
H A Drevocation_checker.cc135 Error net_error; in CheckCertRevocation() local
227 Error net_error; in CheckCertRevocation() local
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_dns_task.cc52 int net_error, in NetLogDnsTaskFailedParams()
382 int net_error, in OnDnsTransactionComplete()
890 int net_error, in OnFailure()

123