Searched refs:GetErrorCodeForAction (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dupdate_attempter_unittest.cc274 extern ErrorCode GetErrorCodeForAction(AbstractAction* action,
277 GetErrorCodeForAction(nullptr, ErrorCode::kSuccess));
283 GetErrorCodeForAction(&omaha_request_action, ErrorCode::kError));
286 GetErrorCodeForAction(&omaha_response_handler_action,
291 GetErrorCodeForAction(&filesystem_verifier_action,
296 GetErrorCodeForAction(&postinstall_runner_action,
301 GetErrorCodeForAction(&action_mock, ErrorCode::kError));
H A Dupdate_attempter.cc106 ErrorCode GetErrorCodeForAction(AbstractAction* action, function in namespace:chromeos_update_engine
1319 // Do this before calling GetErrorCodeForAction which could potentially
1334 code = GetErrorCodeForAction(action, code);

Completed in 39 milliseconds