/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 | 435 bool ReceivedBytes(HttpFetcher* /* fetcher */, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0311::HttpFetcherTestDelegate 583 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0411::PausingHttpFetcherTestDelegate 664 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0511::AbortingHttpFetcherTestDelegate 758 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0611::FlakyHttpFetcherTestDelegate 823 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0711::FailureHttpFetcherTestDelegate 998 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0a11::RedirectHttpFetcherTestDelegate 1097 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0b11::MultiHttpFetcherTestDelegate 1318 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0c11::MultiHttpFetcherTerminateTestDelegate 1387 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anondf48186e0d11::BlockedTransferTestDelegate
|
D | http_fetcher.h | 190 virtual bool ReceivedBytes(HttpFetcher* fetcher,
|
D | file_fetcher.cc | 142 !delegate_->ReceivedBytes(this, buffer_.data(), bytes_read)) in OnReadDoneCallback()
|
D | multi_range_http_fetcher.h | 147 bool ReceivedBytes(HttpFetcher* fetcher,
|
/system/update_engine/payload_consumer/ |
D | download_action.h | 97 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | download_action.cc | 320 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
|
/system/update_engine/ |
D | omaha_request_action.h | 172 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | libcurl_http_fetcher.cc | 545 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()
|
D | omaha_request_action.cc | 863 bool OmahaRequestAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::OmahaRequestAction
|