Home
last modified time | relevance | path

Searched refs:ShouldCancel (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/common/
Dmock_download_action.h35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
Ddownload_action.h56 virtual bool ShouldCancel(ErrorCode* cancel_reason) = 0;
/system/update_engine/payload_consumer/
Ddelta_performer_fuzzer.cc40 bool ShouldCancel(ErrorCode* cancel_reason) override { return false; }; in ShouldCancel() function in chromeos_update_engine::FakeDownloadActionDelegate
Ddelta_performer_unittest.cc165 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in SetUp()
489 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in TEST_F()
Ddelta_performer.cc468 if (download_delegate_ && download_delegate_->ShouldCancel(error)) in Write()
Ddelta_performer_integration_test.cc765 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_)) in ApplyDeltaFile()
/system/update_engine/aosp/
Dupdate_attempter_android.h115 bool ShouldCancel(ErrorCode* cancel_reason) override;
Dupdate_attempter_android.cc798 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempterAndroid