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.cc171 void MultiRangeHttpFetcher::TransferTerminated(HttpFetcher* fetcher) { in TransferTerminated() function in chromeos_update_engine::MultiRangeHttpFetcher
Dhttp_fetcher_unittest.cc434 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon989072a40211::HttpFetcherTestDelegate
572 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon989072a40311::PausingHttpFetcherTestDelegate
650 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon989072a40411::AbortingHttpFetcherTestDelegate
748 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon989072a40511::FlakyHttpFetcherTestDelegate
817 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon989072a40611::FailureHttpFetcherTestDelegate
991 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon989072a40911::RedirectHttpFetcherTestDelegate
1092 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon989072a40a11::MultiHttpFetcherTestDelegate
1297 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon989072a40b11::MultiHttpFetcherTerminateTestDelegate
1349 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon989072a40c11::BlockedTransferTestDelegate
Dhttp_fetcher.h203 virtual void TransferTerminated(HttpFetcher* fetcher) {} in TransferTerminated() function
/system/update_engine/payload_consumer/
Ddownload_action.cc323 void DownloadAction::TransferTerminated(HttpFetcher *fetcher) { in TransferTerminated() function in chromeos_update_engine::DownloadAction