Home
last modified time | relevance | path

Searched refs:UpdateAttempter (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/cros/
Dupdate_attempter.cc96 const int UpdateAttempter::kMaxDeltaUpdateFailures = 3;
129 UpdateAttempter::UpdateAttempter(CertificateChecker* cert_checker) in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter
134 UpdateAttempter::~UpdateAttempter() { in ~UpdateAttempter()
147 void UpdateAttempter::Init() { in Init()
167 bool UpdateAttempter::ScheduleUpdates() { in ScheduleUpdates()
175 Bind(&UpdateAttempter::OnUpdateScheduled, base::Unretained(this)); in ScheduleUpdates()
184 bool UpdateAttempter::StartUpdater() { in StartUpdater()
202 base::Bind(&UpdateAttempter::BroadcastStatus, base::Unretained(this))); in StartUpdater()
206 base::Bind(&UpdateAttempter::UpdateEngineStarted, in StartUpdater()
211 void UpdateAttempter::CertificateChecked(ServerToCheck server_to_check, in CertificateChecked()
[all …]
Dmock_update_attempter.h29 class MockUpdateAttempter : public UpdateAttempter {
31 using UpdateAttempter::UpdateAttempter;
Dreal_system_state.h93 UpdateAttempter* update_attempter() override { in update_attempter()
162 std::unique_ptr<UpdateAttempter> update_attempter_;
Dupdate_attempter.h58 class UpdateAttempter : public ActionProcessorDelegate,
68 explicit UpdateAttempter(CertificateChecker* cert_checker);
69 ~UpdateAttempter() override;
569 DISALLOW_COPY_AND_ASSIGN(UpdateAttempter);
Dfake_system_state.h96 inline UpdateAttempter* update_attempter() override { in update_attempter()
159 inline void set_update_attempter(UpdateAttempter* update_attempter) { in set_update_attempter()
292 UpdateAttempter* update_attempter_;
Dreal_system_state.cc136 update_attempter_.reset(new UpdateAttempter(certificate_checker_.get())); in Initialize()
Dconnection_manager.cc71 UpdateAttempter* update_attempter = SystemState::Get()->update_attempter(); in IsUpdateAllowedOver()
Dupdate_attempter_unittest.cc168 class UpdateAttempterUnderTest : public UpdateAttempter {
170 UpdateAttempterUnderTest() : UpdateAttempter(nullptr) {} in UpdateAttempterUnderTest()
175 UpdateAttempter::Update(params); in Update()
191 return UpdateAttempter::ScheduleUpdates(); in ScheduleUpdates()
655 UpdateAttempter::kMaxDeltaUpdateFailures - 1); in TEST_F()
659 UpdateAttempter::kMaxDeltaUpdateFailures); in TEST_F()
680 UpdateAttempter::kMaxDeltaUpdateFailures)); in TEST_F()
683 EXPECT_EQ(value, UpdateAttempter::kMaxDeltaUpdateFailures + 1); in TEST_F()
Dcommon_service.cc183 UpdateAttempter* update_attempter = SystemState::Get()->update_attempter(); in SetChannel()
/system/update_engine/common/
Dsystem_state.h53 class UpdateAttempter; variable
100 virtual UpdateAttempter* update_attempter() = 0;