Home
last modified time | relevance | path

Searched defs:TransferTerminated (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dmulti_range_http_fetcher.cc176 void MultiRangeHttpFetcher::TransferTerminated(HttpFetcher* fetcher) { in TransferTerminated() function in chromeos_update_engine::MultiRangeHttpFetcher
Dhttp_fetcher.h221 virtual void TransferTerminated(HttpFetcher* fetcher) {} in TransferTerminated() function
Dhttp_fetcher_unittest.cc456 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon3e472ea50311::HttpFetcherTestDelegate
595 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anon3e472ea50411::PausingHttpFetcherTestDelegate
674 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon3e472ea50511::AbortingHttpFetcherTestDelegate
770 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anon3e472ea50611::FlakyHttpFetcherTestDelegate
840 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon3e472ea50711::FailureHttpFetcherTestDelegate
1015 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anon3e472ea50a11::RedirectHttpFetcherTestDelegate
1116 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anon3e472ea50b11::MultiHttpFetcherTestDelegate
1344 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon3e472ea50c11::MultiHttpFetcherTerminateTestDelegate
1398 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anon3e472ea50d11::BlockedTransferTestDelegate
/system/update_engine/payload_consumer/
Ddownload_action.cc458 void DownloadAction::TransferTerminated(HttpFetcher* fetcher) { in TransferTerminated() function in chromeos_update_engine::DownloadAction