Home
last modified time | relevance | path

Searched refs:ReceivedBytes (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/common/
Dmulti_range_http_fetcher.cc89 bool MultiRangeHttpFetcher::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::MultiRangeHttpFetcher
106 if (delegate_ && !delegate_->ReceivedBytes(this, bytes, next_size)) in ReceivedBytes()
Dmock_http_fetcher.cc75 delegate_->ReceivedBytes(this, &data_[sent_size_ - chunk_size], chunk_size); in SendData()
Dhttp_fetcher_unittest.cc435 bool ReceivedBytes(HttpFetcher* /* fetcher */, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0311::HttpFetcherTestDelegate
583 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0411::PausingHttpFetcherTestDelegate
664 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0511::AbortingHttpFetcherTestDelegate
758 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0611::FlakyHttpFetcherTestDelegate
823 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0711::FailureHttpFetcherTestDelegate
998 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0a11::RedirectHttpFetcherTestDelegate
1097 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0b11::MultiHttpFetcherTestDelegate
1318 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0c11::MultiHttpFetcherTerminateTestDelegate
1387 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0d11::BlockedTransferTestDelegate
Dhttp_fetcher.h190 virtual bool ReceivedBytes(HttpFetcher* fetcher,
Dfile_fetcher.cc142 !delegate_->ReceivedBytes(this, buffer_.data(), bytes_read)) in OnReadDoneCallback()
Dmulti_range_http_fetcher.h147 bool ReceivedBytes(HttpFetcher* fetcher,
/system/update_engine/payload_consumer/
Ddownload_action.h97 bool ReceivedBytes(HttpFetcher* fetcher,
Ddownload_action.cc320 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
/system/update_engine/
Domaha_request_action.h172 bool ReceivedBytes(HttpFetcher* fetcher,
Dlibcurl_http_fetcher.cc545 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()
Domaha_request_action.cc863 bool OmahaRequestAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::OmahaRequestAction