Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.h390 void OnUpdateScheduled(
Dupdate_attempter_unittest.cc1328 attempter_.OnUpdateScheduled(EvalStatus::kSucceeded, params); in TEST_F()
1337 attempter_.OnUpdateScheduled(EvalStatus::kSucceeded, params); in TEST_F()
1344 attempter_.OnUpdateScheduled(EvalStatus::kSucceeded, params); in TEST_F()
Dupdate_attempter.cc162 Bind(&UpdateAttempter::OnUpdateScheduled, base::Unretained(this)); in ScheduleUpdates()
915 void UpdateAttempter::OnUpdateScheduled(EvalStatus status, in OnUpdateScheduled() function in chromeos_update_engine::UpdateAttempter