Home
last modified time | relevance | path

Searched refs:DownloadComplete (Results 1 – 14 of 14) sorted by relevance

/system/update_engine/payload_consumer/
Dmock_download_action.h36 MOCK_METHOD0(DownloadComplete, void());
Ddelta_performer_fuzzer.cc42 void DownloadComplete() override{}; in DownloadComplete() function in chromeos_update_engine::FakeDownloadActionDelegate
Ddownload_action.h62 virtual void DownloadComplete() = 0;
Ddownload_action.cc435 delegate_->DownloadComplete(); in TransferComplete()
Ddownload_action_unittest.cc181 EXPECT_CALL(download_delegate, DownloadComplete()) in TestWithData()
/system/update_engine/
Dpayload_state_unittest.cc529 payload_state.DownloadComplete(); in TEST()
566 payload_state.DownloadComplete(); in TEST()
585 payload_state.DownloadComplete(); in TEST()
692 payload_state.DownloadComplete(); in TEST()
711 payload_state->DownloadComplete(); in CheckPayloadBackoffState()
759 payload_state.DownloadComplete(); in TEST()
1332 payload_state.DownloadComplete(); in TEST()
1347 payload_state.DownloadComplete(); in TEST()
1370 payload_state.DownloadComplete(); in TEST()
1394 payload_state.DownloadComplete(); in TEST()
[all …]
Dpayload_state_interface.h49 virtual void DownloadComplete() = 0;
Dmock_payload_state.h35 MOCK_METHOD0(DownloadComplete, void());
Dupdate_attempter_android.h104 void DownloadComplete() override;
Dpayload_state.h55 void DownloadComplete() override;
Dupdate_attempter.h178 void DownloadComplete() override;
Dupdate_attempter.cc1422 void UpdateAttempter::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::UpdateAttempter
1423 system_state_->payload_state()->DownloadComplete(); in DownloadComplete()
Dupdate_attempter_android.cc634 void UpdateAttempterAndroid::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::UpdateAttempterAndroid
Dpayload_state.cc164 void PayloadState::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::PayloadState