/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 | download_action.h | 98 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | http_fetcher_unittest.cc | 450 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
|
D | mock_http_fetcher.cc | 78 delegate_->ReceivedBytes( in SendData()
|
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/cros/ |
D | download_action_chromeos.h | 72 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | omaha_request_action.h | 121 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | download_action_chromeos.cc | 364 bool DownloadActionChromeos::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadActionChromeos
|
D | omaha_request_action.cc | 549 bool OmahaRequestAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::OmahaRequestAction
|
/system/update_engine/ |
D | download_action.cc | 211 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
|
D | libcurl_http_fetcher.cc | 620 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()
|