Searched refs:cancel_reason (Results 1 - 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
H A Dmock_download_action.h35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
H A Ddownload_action.h54 // |cancel_reason| error should be set to the reason why the download was
56 virtual bool ShouldCancel(ErrorCode* cancel_reason) = 0;
/system/update_engine/
H A Dupdate_attempter_android.h83 bool ShouldCancel(ErrorCode* cancel_reason) override;
H A Dupdate_attempter.h177 bool ShouldCancel(ErrorCode* cancel_reason) override;
H A Dupdate_attempter_android.cc356 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { argument
H A Dupdate_attempter.cc1278 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { argument
1287 *cancel_reason = ErrorCode::kUpdateCanceledByChannelChange;

Completed in 65 milliseconds