Searched refs:CreatePendingErrorEvent (Results 1 – 3 of 3) sorted by relevance
299 void CreatePendingErrorEvent(AbstractAction* action, ErrorCode code);
644 attempter_.CreatePendingErrorEvent(&action, kCode); in TEST_F()659 attempter_.CreatePendingErrorEvent(&action, kCode); in TEST_F()1472 attempter_.CreatePendingErrorEvent(&action, ErrorCode::kRollbackNotPossible); in TEST_F()1485 attempter_.CreatePendingErrorEvent(&action, ErrorCode::kRollbackNotPossible); in TEST_F()
1204 CreatePendingErrorEvent(action, code); in ActionCompleted()1369 void UpdateAttempter::CreatePendingErrorEvent(AbstractAction* action, in CreatePendingErrorEvent() function in chromeos_update_engine::UpdateAttempter