Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dmock_download_action.h36 MOCK_METHOD0(DownloadComplete, void());
Ddownload_action.h62 virtual void DownloadComplete() = 0;
Ddownload_action.cc393 delegate_->DownloadComplete(); in TransferComplete()
Ddownload_action_unittest.cc181 EXPECT_CALL(download_delegate, DownloadComplete()) in TestWithData()
/system/update_engine/
Dpayload_state_unittest.cc526 payload_state.DownloadComplete(); in TEST()
563 payload_state.DownloadComplete(); in TEST()
582 payload_state.DownloadComplete(); in TEST()
689 payload_state.DownloadComplete(); in TEST()
708 payload_state->DownloadComplete(); in CheckPayloadBackoffState()
756 payload_state.DownloadComplete(); in TEST()
1328 payload_state.DownloadComplete(); in TEST()
1343 payload_state.DownloadComplete(); in TEST()
1366 payload_state.DownloadComplete(); in TEST()
1390 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.h88 void DownloadComplete() override;
Dpayload_state.h54 void DownloadComplete() override;
Dupdate_attempter.h170 void DownloadComplete() override;
Dupdate_attempter.cc1241 void UpdateAttempter::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::UpdateAttempter
1242 system_state_->payload_state()->DownloadComplete(); in DownloadComplete()
Dupdate_attempter_android.cc549 void UpdateAttempterAndroid::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::UpdateAttempterAndroid
Dpayload_state.cc160 void PayloadState::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::PayloadState