Searched refs:DownloadComplete (Results 1 – 13 of 13) sorted by relevance
36 MOCK_METHOD0(DownloadComplete, void());
62 virtual void DownloadComplete() = 0;
855 EXPECT_CALL(state->mock_delegate_, DownloadComplete()).Times(expected_times); in VerifyPayloadResult()
1621 download_delegate_->DownloadComplete(); in VerifyPayload()
539 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 …]
37 MOCK_METHOD0(DownloadComplete, void());
49 virtual void DownloadComplete() = 0;
83 void DownloadComplete() override;
173 void DownloadComplete() override;
53 void DownloadComplete() override;
374 void UpdateAttempterAndroid::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::UpdateAttempterAndroid
1065 void UpdateAttempter::DownloadComplete() { in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter1066 system_state_->payload_state()->DownloadComplete(); in UpdateAttempter()
153 void PayloadState::DownloadComplete() { in DownloadComplete() function in chromeos_update_engine::PayloadState