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.cc436 bool ReceivedBytes(HttpFetcher* /* fetcher */, in ReceivedBytes() function in chromeos_update_engine::__anon3e472ea50311::HttpFetcherTestDelegate
584 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon3e472ea50411::PausingHttpFetcherTestDelegate
665 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon3e472ea50511::AbortingHttpFetcherTestDelegate
759 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon3e472ea50611::FlakyHttpFetcherTestDelegate
824 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon3e472ea50711::FailureHttpFetcherTestDelegate
999 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon3e472ea50a11::RedirectHttpFetcherTestDelegate
1098 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon3e472ea50b11::MultiHttpFetcherTestDelegate
1319 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon3e472ea50c11::MultiHttpFetcherTerminateTestDelegate
1388 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon3e472ea50d11::BlockedTransferTestDelegate
Dhttp_fetcher.h209 virtual bool ReceivedBytes(HttpFetcher* fetcher,
Dmulti_range_http_fetcher.h152 bool ReceivedBytes(HttpFetcher* fetcher,
Dfile_fetcher.cc151 !delegate_->ReceivedBytes(this, buffer_.data(), bytes_read)) in OnReadDoneCallback()
/system/update_engine/payload_consumer/
Ddownload_action.h97 bool ReceivedBytes(HttpFetcher* fetcher,
Ddownload_action.cc362 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
/system/update_engine/
Domaha_request_action.h123 bool ReceivedBytes(HttpFetcher* fetcher,
Dlibcurl_http_fetcher.cc622 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()
Domaha_request_action.cc489 bool OmahaRequestAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::OmahaRequestAction