Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter.h577 ErrorCode GetErrorCodeForAction(AbstractAction* action, ErrorCode code);
Dupdate_attempter_unittest.cc624 GetErrorCodeForAction(nullptr, ErrorCode::kSuccess)); in TEST_F()
628 GetErrorCodeForAction(&omaha_request_action, ErrorCode::kError)); in TEST_F()
632 GetErrorCodeForAction(&omaha_response_handler_action, ErrorCode::kError)); in TEST_F()
637 GetErrorCodeForAction(&filesystem_verifier_action, ErrorCode::kError)); in TEST_F()
643 GetErrorCodeForAction(&postinstall_runner_action, ErrorCode::kError)); in TEST_F()
647 GetErrorCodeForAction(&action_mock, ErrorCode::kError)); in TEST_F()
Dupdate_attempter.cc112 ErrorCode GetErrorCodeForAction(AbstractAction* action, ErrorCode code) { in GetErrorCodeForAction() function
1553 code = GetErrorCodeForAction(action, code); in CreatePendingErrorEvent()