Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dmock_download_action.h35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
Ddownload_action.h56 virtual bool ShouldCancel(ErrorCode* cancel_reason) = 0;
/system/update_engine/
Dupdate_attempter_android.h83 bool ShouldCancel(ErrorCode* cancel_reason) override;
Dupdate_attempter.h177 bool ShouldCancel(ErrorCode* cancel_reason) override;
Dupdate_attempter_android.cc356 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() argument
Dupdate_attempter.cc1252 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { in UpdateAttempter() argument
1261 *cancel_reason = ErrorCode::kUpdateCanceledByChannelChange; in UpdateAttempter()