/system/update_engine/common/ |
D | multi_range_http_fetcher.cc | 89 bool MultiRangeHttpFetcher::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::MultiRangeHttpFetcher 106 if (delegate_ && !delegate_->ReceivedBytes(this, bytes, next_size)) in ReceivedBytes()
|
D | mock_http_fetcher.cc | 75 delegate_->ReceivedBytes(this, &data_[sent_size_ - chunk_size], chunk_size); in SendData()
|
D | http_fetcher_unittest.cc | 436 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
|
D | http_fetcher.h | 209 virtual bool ReceivedBytes(HttpFetcher* fetcher,
|
D | multi_range_http_fetcher.h | 152 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | file_fetcher.cc | 151 !delegate_->ReceivedBytes(this, buffer_.data(), bytes_read)) in OnReadDoneCallback()
|
/system/update_engine/payload_consumer/ |
D | download_action.h | 97 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | download_action.cc | 362 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
|
/system/update_engine/ |
D | omaha_request_action.h | 123 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | libcurl_http_fetcher.cc | 622 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()
|
D | omaha_request_action.cc | 489 bool OmahaRequestAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::OmahaRequestAction
|