Home
last modified time | relevance | path

Searched refs:ReceivedBytes (Results 1 – 13 of 13) 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()
Ddownload_action.h98 bool ReceivedBytes(HttpFetcher* fetcher,
Dhttp_fetcher_unittest.cc450 bool ReceivedBytes(HttpFetcher* /* fetcher */, in ReceivedBytes() function in chromeos_update_engine::__anona58b490c0311::HttpFetcherTestDelegate
598 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anona58b490c0411::PausingHttpFetcherTestDelegate
679 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anona58b490c0511::AbortingHttpFetcherTestDelegate
773 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anona58b490c0611::FlakyHttpFetcherTestDelegate
838 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anona58b490c0711::FailureHttpFetcherTestDelegate
1013 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anona58b490c0a11::RedirectHttpFetcherTestDelegate
1112 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anona58b490c0b11::MultiHttpFetcherTestDelegate
1333 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anona58b490c0c11::MultiHttpFetcherTerminateTestDelegate
1402 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anona58b490c0d11::BlockedTransferTestDelegate
Dmock_http_fetcher.cc78 delegate_->ReceivedBytes( in SendData()
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/cros/
Ddownload_action_chromeos.h72 bool ReceivedBytes(HttpFetcher* fetcher,
Domaha_request_action.h121 bool ReceivedBytes(HttpFetcher* fetcher,
Ddownload_action_chromeos.cc364 bool DownloadActionChromeos::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadActionChromeos
Domaha_request_action.cc549 bool OmahaRequestAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::OmahaRequestAction
/system/update_engine/
Ddownload_action.cc211 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
Dlibcurl_http_fetcher.cc620 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()