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;
Ddelta_performer_integration_test.cc855 EXPECT_CALL(state->mock_delegate_, DownloadComplete()).Times(expected_times); in VerifyPayloadResult()
Ddelta_performer.cc1621 download_delegate_->DownloadComplete(); in VerifyPayload()
/system/update_engine/
Dpayload_state_unittest.cc539 payload_state.DownloadComplete(); in TEST()
578 payload_state.DownloadComplete(); in TEST()
597 payload_state.DownloadComplete(); in TEST()
705 payload_state.DownloadComplete(); in TEST()
724 payload_state->DownloadComplete(); in CheckPayloadBackoffState()
772 payload_state.DownloadComplete(); in TEST()
1337 payload_state.DownloadComplete(); in TEST()
1357 payload_state.DownloadComplete(); in TEST()
1383 payload_state.DownloadComplete(); in TEST()
1412 payload_state.DownloadComplete(); in TEST()
[all …]
Dmock_payload_state.h37 MOCK_METHOD0(DownloadComplete, void());
Dpayload_state_interface.h49 virtual void DownloadComplete() = 0;
Dupdate_attempter_android.h83 void DownloadComplete() override;
Dupdate_attempter.h173 void DownloadComplete() override;
Dpayload_state.h53 void DownloadComplete() override;
Dupdate_attempter_android.cc374 void UpdateAttempterAndroid::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::UpdateAttempterAndroid
Dupdate_attempter.cc1065 void UpdateAttempter::DownloadComplete() { in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter
1066 system_state_->payload_state()->DownloadComplete(); in UpdateAttempter()
Dpayload_state.cc153 void PayloadState::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::PayloadState