Searched refs:ShouldCancel (Results 1 – 10 of 10) sorted by relevance
35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
57 virtual bool ShouldCancel(ErrorCode* cancel_reason) = 0;
40 bool ShouldCancel(ErrorCode* cancel_reason) override { return false; }; in ShouldCancel() function in chromeos_update_engine::FakeDownloadActionDelegate
170 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in SetUp()493 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in TEST_F()
495 if (download_delegate_ && download_delegate_->ShouldCancel(error)) in Write()
772 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_)) in ApplyDeltaFile()
105 bool ShouldCancel(ErrorCode* cancel_reason) override;
652 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempterAndroid
163 bool ShouldCancel(ErrorCode* cancel_reason) override;
1507 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempter