Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter.h323 void CreatePendingErrorEvent(AbstractAction* action, ErrorCode code);
Dupdate_attempter_unittest.cc897 attempter_.CreatePendingErrorEvent(&action, kCode); in TEST_F()
912 attempter_.CreatePendingErrorEvent(&action, kCode); in TEST_F()
1882 attempter_.CreatePendingErrorEvent(&action, ErrorCode::kRollbackNotPossible); in TEST_F()
1895 attempter_.CreatePendingErrorEvent(&action, ErrorCode::kRollbackNotPossible); in TEST_F()
Dupdate_attempter.cc1338 CreatePendingErrorEvent(action, code); in ActionCompleted()
1528 void UpdateAttempter::CreatePendingErrorEvent(AbstractAction* action, in CreatePendingErrorEvent() function in chromeos_update_engine::UpdateAttempter