Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dmock_download_action.h35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
Ddownload_action.h57 virtual bool ShouldCancel(ErrorCode* cancel_reason) = 0;
Ddelta_performer_unittest.cc160 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in SetUp()
485 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in TEST_F()
Ddelta_performer_integration_test.cc696 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_)) in ApplyDeltaFile()
Ddelta_performer.cc661 if (download_delegate_ && download_delegate_->ShouldCancel(error)) in Write()
/system/update_engine/
Dupdate_attempter_android.h87 bool ShouldCancel(ErrorCode* cancel_reason) override;
Dupdate_attempter.h168 bool ShouldCancel(ErrorCode* cancel_reason) override;
Dupdate_attempter_android.cc543 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempterAndroid
Dupdate_attempter.cc1348 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempter