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

  /system/update_engine/
real_system_state.cc 48 if (update_attempter_)
49 update_attempter_->ClearObservers();
159 update_attempter_.reset(new UpdateAttempter(this, certificate_checker_.get(),
161 update_attempter_->Init();
192 update_attempter_->ScheduleUpdates();
198 base::Unretained(update_attempter_.get())),
205 base::Unretained(update_attempter_.get())));
210 base::Unretained(update_attempter_.get())));
215 CHECK(update_attempter_.get());
216 update_attempter_->AddObserver(observer)
    [all...]
fake_system_state.cc 34 update_attempter_(&mock_update_attempter_),
daemon_state_android.cc 67 update_attempter_.reset(new UpdateAttempterAndroid(
76 update_attempter_->Init();
89 return update_attempter_.get();
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 56 milliseconds