Lines Matching refs:GetErrorCodeForAction
274 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));