HomeSort by relevance Sort by last modified time
    Searched refs:ShouldCancel (Results 1 - 9 of 9) sorted by null

  /system/update_engine/payload_consumer/
mock_download_action.h 35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
download_action.h 57 virtual bool ShouldCancel(ErrorCode* cancel_reason) = 0;
delta_performer_unittest.cc 152 EXPECT_CALL(mock_delegate_, ShouldCancel(_))
432 EXPECT_CALL(mock_delegate_, ShouldCancel(_))
    [all...]
delta_performer_integration_test.cc 717 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_))
    [all...]
delta_performer.cc 608 if (download_delegate_ && download_delegate_->ShouldCancel(error))
    [all...]
  /system/update_engine/
update_attempter_android.h 87 bool ShouldCancel(ErrorCode* cancel_reason) override;
update_attempter.h 173 bool ShouldCancel(ErrorCode* cancel_reason) override;
update_attempter_android.cc 515 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) {
update_attempter.cc     [all...]

Completed in 1221 milliseconds