Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhttp_fetcher_unittest.cc456 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anone733135b0211::HttpFetcherTestDelegate
597 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anone733135b0211::PausingHttpFetcherTestDelegate
667 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anone733135b0211::AbortingHttpFetcherTestDelegate
756 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anone733135b0211::FlakyHttpFetcherTestDelegate
825 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anone733135b0211::FailureHttpFetcherTestDelegate
1000 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anone733135b0211::RedirectHttpFetcherTestDelegate
1099 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anone733135b0211::MultiHttpFetcherTestDelegate
1325 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated() function in chromeos_update_engine::__anone733135b0211::MultiHttpFetcherTerminateTestDelegate
1377 void TransferTerminated(HttpFetcher* fetcher) override { ADD_FAILURE(); } in TransferTerminated() function in chromeos_update_engine::__anone733135b0211::BlockedTransferTestDelegate
Dhttp_fetcher.h200 virtual void TransferTerminated(HttpFetcher* fetcher) {} in TransferTerminated() function
Dmulti_range_http_fetcher.cc174 void MultiRangeHttpFetcher::TransferTerminated(HttpFetcher* fetcher) { in TransferTerminated() function in chromeos_update_engine::MultiRangeHttpFetcher
/system/update_engine/
Ddownload_action.cc277 void DownloadAction::TransferTerminated(HttpFetcher* fetcher) { in TransferTerminated() function in chromeos_update_engine::DownloadAction