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

  /system/update_engine/
mock_update_attempter.h 28 class MockUpdateAttempter : public UpdateAttempter {
30 using UpdateAttempter::UpdateAttempter;
system_state.h 53 class UpdateAttempter;
100 virtual UpdateAttempter* update_attempter() = 0;
update_attempter.cc 86 const int UpdateAttempter::kMaxDeltaUpdateFailures = 3;
124 UpdateAttempter::UpdateAttempter(
138 UpdateAttempter::~UpdateAttempter() {
147 void UpdateAttempter::Init() {
149 // this is an aggregate of various objects (such as the UpdateAttempter),
169 void UpdateAttempter::ScheduleUpdates() {
177 &UpdateAttempter::OnUpdateScheduled, base::Unretained(this));
184 void UpdateAttempter::CertificateChecked(ServerToCheck server_to_check
    [all...]
real_system_state.cc 49 // Prevent any DBus communication from UpdateAttempter when shutting down the
133 // Initialize the UpdateAttempter before the UpdateManager.
135 new UpdateAttempter(this, certificate_checker_.get(), &libcros_proxy_,
177 base::Bind(&UpdateAttempter::UpdateBootFlags,
184 &UpdateAttempter::BroadcastStatus,
189 &UpdateAttempter::UpdateEngineStarted,
real_system_state.h 108 inline UpdateAttempter* update_attempter() override {
175 std::unique_ptr<UpdateAttempter> update_attempter_;
update_attempter.h 60 class UpdateAttempter : public ActionProcessorDelegate,
69 UpdateAttempter(SystemState* system_state,
73 ~UpdateAttempter() override;
520 DISALLOW_COPY_AND_ASSIGN(UpdateAttempter);
common_service.cc 151 UpdateAttempter* update_attempter = system_state_->update_attempter();
227 UpdateAttempter* update_attempter = system_state_->update_attempter();
267 UpdateAttempter* update_attempter = system_state_->update_attempter();
fake_system_state.h 84 inline UpdateAttempter* update_attempter() override {
146 inline void set_update_attempter(UpdateAttempter* update_attempter) {
260 UpdateAttempter* update_attempter_;
update_attempter_unittest.cc 80 class UpdateAttempterUnderTest : public UpdateAttempter {
85 : UpdateAttempter(system_state, nullptr, libcros_proxy, debugd_proxy) {}
92 UpdateAttempter::ScheduleUpdates();
312 SetArgumentPointee<1>(UpdateAttempter::kMaxDeltaUpdateFailures - 1),
318 SetArgumentPointee<1>(UpdateAttempter::kMaxDeltaUpdateFailures),
333 SetArgumentPointee<1>(UpdateAttempter::kMaxDeltaUpdateFailures),
340 UpdateAttempter::kMaxDeltaUpdateFailures + 1));
400 // Expect that the device policy is loaded by the UpdateAttempter at some
    [all...]

Completed in 161 milliseconds