Home
last modified time | relevance | path

Searched refs:OnUpdateScheduled (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/cros/
Dupdate_attempter.h411 void OnUpdateScheduled(
Dupdate_attempter_unittest.cc1737 attempter_.OnUpdateScheduled(EvalStatus::kSucceeded, params); in TEST_F()
1746 attempter_.OnUpdateScheduled(EvalStatus::kSucceeded, params); in TEST_F()
1753 attempter_.OnUpdateScheduled(EvalStatus::kSucceeded, params); in TEST_F()
2145 attempter_.OnUpdateScheduled(ous_params_.status, ous_params_.params); in TestOnUpdateScheduled()
Dupdate_attempter.cc175 Bind(&UpdateAttempter::OnUpdateScheduled, base::Unretained(this)); in ScheduleUpdates()
1029 void UpdateAttempter::OnUpdateScheduled(EvalStatus status, in OnUpdateScheduled() function in chromeos_update_engine::UpdateAttempter