Home
last modified time | relevance | path

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

/system/update_engine/common/
Dmock_download_action.h35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
Ddownload_action.h57 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.cc170 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in SetUp()
493 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in TEST_F()
Ddelta_performer.cc495 if (download_delegate_ && download_delegate_->ShouldCancel(error)) in Write()
Ddelta_performer_integration_test.cc772 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_)) in ApplyDeltaFile()
/system/update_engine/aosp/
Dupdate_attempter_android.h105 bool ShouldCancel(ErrorCode* cancel_reason) override;
Dupdate_attempter_android.cc652 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempterAndroid
/system/update_engine/cros/
Dupdate_attempter.h163 bool ShouldCancel(ErrorCode* cancel_reason) override;
Dupdate_attempter.cc1507 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempter