Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A 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()
H A Dhttp_fetcher_unittest.cc450 bool ReceivedBytes(HttpFetcher* /* fetcher */, in ReceivedBytes() function in chromeos_update_engine::__anon4260ee910310::HttpFetcherTestDelegate
598 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon4260ee910410::PausingHttpFetcherTestDelegate
679 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon4260ee910510::AbortingHttpFetcherTestDelegate
773 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon4260ee910610::FlakyHttpFetcherTestDelegate
838 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon4260ee910710::FailureHttpFetcherTestDelegate
1013 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon4260ee910a10::RedirectHttpFetcherTestDelegate
1112 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon4260ee910b10::MultiHttpFetcherTestDelegate
1333 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon4260ee910c10::MultiHttpFetcherTerminateTestDelegate
1402 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon4260ee910d10::BlockedTransferTestDelegate
H A Ddownload_action.h98 bool ReceivedBytes(HttpFetcher* fetcher,
H A Dmock_http_fetcher.cc78 delegate_->ReceivedBytes( in SendData()
H A Dhttp_fetcher.h209 virtual bool ReceivedBytes(HttpFetcher* fetcher,
H A Dfile_fetcher.cc151 !delegate_->ReceivedBytes(this, buffer_.data(), bytes_read)) in OnReadDoneCallback()
H A Dmulti_range_http_fetcher.h152 bool ReceivedBytes(HttpFetcher* fetcher,
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.h72 bool ReceivedBytes(HttpFetcher* fetcher,
H A Domaha_request_action.h121 bool ReceivedBytes(HttpFetcher* fetcher,
H A Ddownload_action_chromeos.cc364 bool DownloadActionChromeos::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadActionChromeos
H A Domaha_request_action.cc549 bool OmahaRequestAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::OmahaRequestAction
/aosp12/system/update_engine/
H A Ddownload_action.cc211 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
H A Dlibcurl_http_fetcher.cc620 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()