HomeSort by relevance Sort by last modified time
    Searched defs:update_attempter_ (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
daemon_state_android.h 66 std::unique_ptr<UpdateAttempterAndroid> update_attempter_; member in class:chromeos_update_engine::DaemonStateAndroid
real_system_state.h 69 CHECK(update_attempter_.get());
70 return update_attempter_->service_observers();
110 return update_attempter_.get();
174 std::unique_ptr<UpdateAttempter> update_attempter_; member in class:chromeos_update_engine::RealSystemState
fake_system_state.h 84 return update_attempter_;
143 update_attempter_ = (update_attempter ? update_attempter :
211 CHECK(update_attempter_ == &mock_update_attempter_);
256 UpdateAttempter* update_attempter_; member in class:chromeos_update_engine::FakeSystemState

Completed in 120 milliseconds