Lines Matching refs:Form
156 // <RequestElement> includes all fields which is used by current form sets.
403 UINT16 FormId; // FormId of normal form or formmap form.
404 EFI_STRING_ID FormTitle; // FormTile of normal form, or FormMapMethod title of formmap form.
405 UINT16 FormType; // Specific form type for the different form.
409 BOOLEAN ModalForm; // Whether this is a modal form.
410 BOOLEAN Locked; // Whether this form is locked.
411 EFI_GUID RefreshGuid; // Form refresh event guid.
413 LIST_ENTRY FormViewListHead; // List of type FORMID_INFO is Browser View Form History List.
462 FORM_BROWSER_FORM *SaveFailForm; // The form which failed to save.
465 LIST_ENTRY StatementListOSF; // Statement list out side of the form.
469 LIST_ENTRY FormListHead; // Form list (FORM_BROWSER_FORM)
488 // Target formset/form/Question information
503 // UI_ACTION_NONE - navigation inside a form
504 // UI_ACTION_REFRESH_FORM - re-evaluate expressions and repaint form
510 // Current selected fomset/form/Question
513 FORM_BROWSER_FORM *Form;
517 // Whether the Form is editable
730 @param Form Form data structure.
741 IN FORM_BROWSER_FORM *Form,
764 @param Form Form data structure.
771 IN FORM_BROWSER_FORM *Form,
779 @param Form Form data structure.
789 IN FORM_BROWSER_FORM *Form,
798 @param Form Form data structure.
808 IN FORM_BROWSER_FORM *Form,
814 Perform inconsistent check for a Form.
817 @param Form Form data structure.
821 @retval EFI_SUCCESS Form validation pass.
822 @retval other Form validation failed.
828 IN FORM_BROWSER_FORM *Form,
835 Discard data based on the input setting scope (Form, FormSet or System).
838 @param Form Form data structure.
848 IN FORM_BROWSER_FORM *Form,
853 Submit data based on the input Setting level (Form, FormSet or System).
856 @param Form Form data structure.
866 IN FORM_BROWSER_FORM *Form,
873 @param FormSet The form set.
874 @param Form The form.
884 IN FORM_BROWSER_FORM *Form,
921 Reset Questions to their initial value or default value in a Form, Formset or System.
927 @param Form Form data structure.
944 IN FORM_BROWSER_FORM *Form,
957 the Selection, form and formset to be displayed.
961 @param Form Form data structure.
970 IN FORM_BROWSER_FORM *Form
977 the Selection, form and formset to be displayed.
1053 @retval EFI_NOT_FOUND A form or FormSet on the requested handle cannot
1090 @param This The Form Browser protocol instanse.
1103 ActionRequest - Points to the action recommended by the form.
1104 @param ScreenDimensions Points to recommended form dimensions, including any non-content area, in
1106 @param ActionRequest Points to the action recommended by the form.
1167 about the Selection, form and formset to be displayed.
1170 @param SettingLevel Input Settting level, if it is FormLevel, just exit current form.
1173 @retval TRUE Exit current form.
1174 @retval FALSE User press ESC and keep in current form.
1183 check whether the form need to update the NV.
1185 @param Form Form data structure.
1192 IN FORM_BROWSER_FORM *Form
1212 about the Selection, form and formset to be displayed.
1216 @param Form The form this question belong to.
1228 IN FORM_BROWSER_FORM *Form,
1238 Selection->Form is not ready. For other case, use the ProcessCallBackFunction instead.
1478 about the Selection, form and formset to be displayed.
1502 Create a menu with specified formset GUID and form ID, and add it as a child
1507 @param FormId The Form ID of menu to be added.
1526 @param FormId The Form ID of menu to search.
1553 @param SettingLevel Whether find parent menu in Form Level or Formset level.
1554 In form level, just find the parent menu;
1669 @param Form Form where Password Statement is in.
1680 IN FORM_DISPLAY_ENGINE_FORM *Form,
1701 Initialize the Display form structure data.
1744 @param Storage Form set Storage.
1762 If one question has more than one check, process form high priority to low.
1765 @param Form Form data structure.
1768 @retval EFI_SUCCESS Form validation pass.
1769 @retval other Form validation failed.
1775 IN FORM_BROWSER_FORM *Form,