Searched refs:CreatePendingErrorEvent (Results 1 – 3 of 3) sorted by relevance
331 void CreatePendingErrorEvent(AbstractAction* action, ErrorCode code);
934 attempter_.CreatePendingErrorEvent(&action, kCode); in TEST_F()949 attempter_.CreatePendingErrorEvent(&action, kCode); in TEST_F()1933 attempter_.CreatePendingErrorEvent(&action, ErrorCode::kRollbackNotPossible); in TEST_F()1946 attempter_.CreatePendingErrorEvent(&action, ErrorCode::kRollbackNotPossible); in TEST_F()
1385 CreatePendingErrorEvent(action, code); in ActionCompleted()1573 void UpdateAttempter::CreatePendingErrorEvent(AbstractAction* action, in CreatePendingErrorEvent() function in chromeos_update_engine::UpdateAttempter