Home | History | Annotate | Download | only in SetupBrowserDxe

Lines Matching refs:Question

309   UINT8                 Operand;          // The operand (first byte) of this Statement or Question

320 // Fake Question Id, used for statement not has true QuestionId.
325 // Question Header
361 FORM_EXPRESSION *ValueExpression; // nested EFI_IFR_VALUE, provide Question value and indicate Question is ReadOnly
366 UINT8 RefreshInterval; // nested EFI_IFR_REFRESH, refresh interval(in seconds) for Question value, 0 means no refresh
375 FORM_EXPRESSION *ReadExpression; // nested EFI_IFR_READ, provide this question value by read expression.
376 FORM_EXPRESSION *WriteExpression; // nested EFI_IFR_WRITE, evaluate write expression after this question value is set.
453 BOOLEAN QuestionInited; // Have finished question initilization?
492 // Target formset/form/Question information
514 // Current selected fomset/form/Question
559 GetDefaultForNoStorage, // Get default value for question which not has storage.
560 GetDefaultForStorage, // Get default value for question which has storage.
566 // Get/set question value from/to.
569 GetSetValueWithEditBuffer = 0, // Get/Set question value from/to editbuffer in the storage.
570 GetSetValueWithBuffer, // Get/Set question value from/to buffer in the storage.
571 GetSetValueWithHiiDriver, // Get/Set question value from/to hii driver.
572 GetSetValueWithBothBuffer, // Compare the editbuffer with buffer for this question, not use the question value.
731 Validate whether this question's value has changed.
735 @param Question Question to be initialized.
738 @retval TRUE Question's value has changed.
739 @retval FALSE Question's value has not changed
746 IN OUT FORM_BROWSER_STATEMENT *Question,
780 Get Question's current Value.
784 @param Question Question to be initialized.
794 IN OUT FORM_BROWSER_STATEMENT *Question,
799 Save Question Value to edit copy(cached) or Storage(uncached).
803 @param Question Pointer to the Question.
804 @param SetValueTo Update the question value to editbuffer , buffer or hii driver.
813 IN OUT FORM_BROWSER_STATEMENT *Question,
822 @param Question The Question to be validated.
833 IN FORM_BROWSER_STATEMENT *Question,
875 Reset Question to its default value.
879 @param Question The question.
882 @retval EFI_SUCCESS Question is reset to default value.
889 IN FORM_BROWSER_STATEMENT *Question,
958 Initialize Question's Edit copy from Storage.
963 If Selection is NULL, only initialize Question value.
978 Initialize Question's Edit copy from Storage for the whole Formset.
983 If Selection is NULL, only initialize Question value.
1213 Call the call back function for the question and process the return action.
1219 @param FormSet The formset this question belong to.
1220 @param Form The form this question belong to.
1221 @param Question The Question which need to call.
1233 IN FORM_BROWSER_STATEMENT *Question,
1239 Call the retrieve type call back function for one question to get the initialize data.
1245 @param Statement The Question which need to call.
1246 @param FormSet The formset this question belong to.
1446 @param MenuOption The MenuOption for this password Question.
1464 IN FORM_BROWSER_STATEMENT *Question,
1512 @param QuestionId The question id of this menu to be added.
1598 Search an Option of a Question by its value.
1600 @param Question The Question
1609 IN FORM_BROWSER_STATEMENT *Question,
1764 Perform question check.
1766 If one question has more than one check, process form high priority to low.
1770 @param Question The Question to be validated.
1780 IN FORM_BROWSER_STATEMENT *Question