Searched refs:ReceivedBytes (Results 1 – 9 of 9) sorted by relevance
/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 | http_fetcher_unittest.cc | 436 bool ReceivedBytes(HttpFetcher* /* fetcher */, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::HttpFetcherTestDelegate 582 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::PausingHttpFetcherTestDelegate 654 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::AbortingHttpFetcherTestDelegate 741 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::FlakyHttpFetcherTestDelegate 804 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::FailureHttpFetcherTestDelegate 977 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::RedirectHttpFetcherTestDelegate 1074 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::MultiHttpFetcherTestDelegate 1293 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::MultiHttpFetcherTerminateTestDelegate 1360 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon6bce79aa0211::BlockedTransferTestDelegate
|
D | download_action.h | 99 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | http_fetcher.h | 188 virtual bool ReceivedBytes(HttpFetcher* fetcher,
|
D | mock_http_fetcher.cc | 78 delegate_->ReceivedBytes( in SendData()
|
D | multi_range_http_fetcher.h | 153 bool ReceivedBytes(HttpFetcher* fetcher,
|
D | file_fetcher.cc | 151 !delegate_->ReceivedBytes(this, buffer_.data(), bytes_read)) in OnReadDoneCallback()
|
/system/update_engine/ |
D | download_action.cc | 215 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
|
D | libcurl_http_fetcher.cc | 613 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()
|