Searched refs:ShouldCancel (Results 1 – 10 of 10) sorted by relevance
35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
40 bool ShouldCancel(ErrorCode* cancel_reason) override { return false; }; in ShouldCancel() function in chromeos_update_engine::FakeDownloadActionDelegate
57 virtual bool ShouldCancel(ErrorCode* cancel_reason) = 0;
162 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in SetUp()494 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in TEST_F()
753 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_)) in ApplyDeltaFile()
644 if (download_delegate_ && download_delegate_->ShouldCancel(error)) in Write()
103 bool ShouldCancel(ErrorCode* cancel_reason) override;
176 bool ShouldCancel(ErrorCode* cancel_reason) override;
628 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempterAndroid
1552 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempter