Home
last modified time | relevance | path

Searched refs:ReceivedBytes (Results 1 – 9 of 9) 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()
Dhttp_fetcher_unittest.cc436 bool ReceivedBytes(HttpFetcher* /* fetcher */, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::HttpFetcherTestDelegate
582 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::PausingHttpFetcherTestDelegate
654 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::AbortingHttpFetcherTestDelegate
741 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::FlakyHttpFetcherTestDelegate
804 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::FailureHttpFetcherTestDelegate
977 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::RedirectHttpFetcherTestDelegate
1074 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::MultiHttpFetcherTestDelegate
1293 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::MultiHttpFetcherTerminateTestDelegate
1360 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::BlockedTransferTestDelegate
Ddownload_action.h99 bool ReceivedBytes(HttpFetcher* fetcher,
Dhttp_fetcher.h188 virtual bool ReceivedBytes(HttpFetcher* fetcher,
Dmock_http_fetcher.cc78 delegate_->ReceivedBytes( in SendData()
Dmulti_range_http_fetcher.h153 bool ReceivedBytes(HttpFetcher* fetcher,
Dfile_fetcher.cc151 !delegate_->ReceivedBytes(this, buffer_.data(), bytes_read)) in OnReadDoneCallback()
/system/update_engine/
Ddownload_action.cc215 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
Dlibcurl_http_fetcher.cc613 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()