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

/system/update_engine/
H A Dcommon_service.cc37 #include "update_engine/update_attempter.h"
84 system_state_->update_attempter()->CheckForUpdate(
92 if (!system_state_->update_attempter()->Rollback(in_powerwash)) {
102 bool can_rollback = system_state_->update_attempter()->CanRollback();
109 if (!system_state_->update_attempter()->ResetStatus()) {
123 if (!system_state_->update_attempter()->GetStatus(out_last_checked_time,
135 if (!system_state_->update_attempter()->RebootIfNeeded()) {
151 UpdateAttempter* update_attempter = system_state_->update_attempter(); local
152 if (update_attempter) {
227 UpdateAttempter* update_attempter = system_state_->update_attempter(); local
267 UpdateAttempter* update_attempter = system_state_->update_attempter(); local
[all...]
H A Dfake_system_state.h84 inline UpdateAttempter* update_attempter() override {
146 inline void set_update_attempter(UpdateAttempter* update_attempter) { argument
147 update_attempter_ = (update_attempter ? update_attempter :
H A Dsystem_state.h100 virtual UpdateAttempter* update_attempter() = 0;
H A Dreal_system_state.h40 #include "update_engine/update_attempter.h"
103 inline UpdateAttempter* update_attempter() override {
H A DAndroid.mk323 update_attempter.cc \
/system/update_engine/update_manager/
H A Dreal_updater_provider.cc31 #include "update_engine/update_attempter.h"
63 is_success_ = system_state->update_attempter()->GetStatus(
237 if (!system_state()->update_attempter()->GetBootTimeAtUpdate(
357 system_state()->update_attempter()->consecutive_failed_update_checks());
376 system_state()->update_attempter()->server_dictated_poll_interval());
389 system_state->update_attempter()->set_forced_update_pending_callback(

Completed in 765 milliseconds