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.cc170 void MultiRangeHttpFetcher::TransferTerminated(HttpFetcher* fetcher) { in TransferTerminated() function in chromeos_update_engine::MultiRangeHttpFetcher
Dhttp_fetcher_unittest.cc436 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon4ff004a60211::HttpFetcherTestDelegate
573 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon4ff004a60311::PausingHttpFetcherTestDelegate
654 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon4ff004a60411::AbortingHttpFetcherTestDelegate
726 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon4ff004a60511::FlakyHttpFetcherTestDelegate
795 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon4ff004a60611::FailureHttpFetcherTestDelegate
914 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon4ff004a60811::RedirectHttpFetcherTestDelegate
1015 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon4ff004a60911::MultiHttpFetcherTestDelegate
1204 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anon4ff004a60a11::BlockedTransferTestDelegate
Dhttp_fetcher.h198 virtual void TransferTerminated(HttpFetcher* fetcher) {} in TransferTerminated() function
/system/update_engine/payload_consumer/
Ddownload_action.cc321 void DownloadAction::TransferTerminated(HttpFetcher *fetcher) { in TransferTerminated() function in chromeos_update_engine::DownloadAction