Searched refs:OnUpdateScheduled (Results 1 – 3 of 3) sorted by relevance
411 void OnUpdateScheduled(
1737 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()
175 Bind(&UpdateAttempter::OnUpdateScheduled, base::Unretained(this)); in ScheduleUpdates()1029 void UpdateAttempter::OnUpdateScheduled(EvalStatus status, in OnUpdateScheduled() function in chromeos_update_engine::UpdateAttempter