• Home
  • Raw
  • Download

Lines Matching refs:FormSet

40   IN FORM_BROWSER_FORMSET  *FormSet,  in EvaluateFormExpressions()  argument
64 Status = EvaluateExpression (FormSet, Form, Expression); in EvaluateFormExpressions()
153 …GetQuestionValue (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithH… in UpdateStatement()
163 …ProcessCallBackFunction (gCurrentSelection, gCurrentSelection->FormSet, gCurrentSelection->Form, S… in UpdateStatement()
341 GetQuestionDefault (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, 0); in InitializeDisplayStatement()
532 Link = GetFirstNode (&gCurrentSelection->FormSet->StatementListOSF); in AddStatementToDisplayForm()
533 while (!IsNull (&gCurrentSelection->FormSet->StatementListOSF, Link)) { in AddStatementToDisplayForm()
535 Link = GetNextNode (&gCurrentSelection->FormSet->StatementListOSF, Link); in AddStatementToDisplayForm()
557 DisplayStatement->OpCode = gCurrentSelection->FormSet->OpCode; in AddStatementToDisplayForm()
686 if (IsNvUpdateRequiredForFormSet(gCurrentSelection->FormSet)) { in UpdateDataChangedFlag()
884 IN FORM_BROWSER_FORMSET *FormSet, in UpdateStatementStatusForForm() argument
903 IsQuestionValueChanged(FormSet, Form, Question, GetSetValueWithBuffer); in UpdateStatementStatusForForm()
915 IN FORM_BROWSER_FORMSET *FormSet in UpdateStatementStatusForFormSet() argument
921 Link = GetFirstNode (&FormSet->FormListHead); in UpdateStatementStatusForFormSet()
922 while (!IsNull (&FormSet->FormListHead, Link)) { in UpdateStatementStatusForFormSet()
924 Link = GetNextNode (&FormSet->FormListHead, Link); in UpdateStatementStatusForFormSet()
926 UpdateStatementStatusForForm (FormSet, Form); in UpdateStatementStatusForFormSet()
940 IN FORM_BROWSER_FORMSET *FormSet, in UpdateStatementStatus() argument
963 UpdateStatementStatusForFormSet (FormSet); in UpdateStatementStatus()
967 UpdateStatementStatusForForm (FormSet, Form); in UpdateStatementStatus()
1003 DiscardForm (gCurrentSelection->FormSet, gCurrentSelection->Form, gBrowserSettingScope); in ProcessAction()
1007 …ExtractDefault (gCurrentSelection->FormSet, gCurrentSelection->Form, DefaultId, gBrowserSettingSco… in ProcessAction()
1008 … UpdateStatementStatus (gCurrentSelection->FormSet, gCurrentSelection->Form, gBrowserSettingScope); in ProcessAction()
1012 SubmitForm (gCurrentSelection->FormSet, gCurrentSelection->Form, gBrowserSettingScope); in ProcessAction()
1025 DiscardForm (gCurrentSelection->FormSet, gCurrentSelection->Form, gBrowserSettingScope); in ProcessAction()
1273 DiscardForm (Selection->FormSet, Selection->Form, Scope); in ProcessChangedData()
1277 Status = SubmitForm (Selection->FormSet, Selection->Form, Scope); in ProcessChangedData()
1358 StringPtr = GetToken (Statement->HiiValue.Value.ref.DevicePath, Selection->FormSet->HiiHandle); in ProcessGotoOpCode()
1393 IsNvUpdateRequiredForFormSet(Selection->FormSet)) { in ProcessGotoOpCode()
1422 IsNvUpdateRequiredForFormSet(Selection->FormSet)) { in ProcessGotoOpCode()
1454 RefForm = IdToForm (Selection->FormSet, Statement->HiiValue.Value.ref.FormId); in ProcessGotoOpCode()
1456 …if (EvaluateExpressionList(RefForm->SuppressExpression, TRUE, Selection->FormSet, RefForm) != Expr… in ProcessGotoOpCode()
1502 ConfigResp = GetToken (Question->QuestionConfig, Selection->FormSet->HiiHandle); in ProcessQuestionConfig()
1595 …Status = ExtractDefault (gCurrentSelection->FormSet, NULL, Statement->DefaultId, FormSetLevel, Get… in ProcessUserInput()
1596 UpdateStatementStatus (gCurrentSelection->FormSet, NULL, FormSetLevel); in ProcessUserInput()
1602 DeleteString(Statement->HiiValue.Value.string, gCurrentSelection->FormSet->HiiHandle); in ProcessUserInput()
1616 DeleteString(Statement->HiiValue.Value.string, gCurrentSelection->FormSet->HiiHandle); in ProcessUserInput()
1630 …HiiSetString (gCurrentSelection->FormSet->HiiHandle, Statement->HiiValue.Value.string, (CHAR16*)St… in ProcessUserInput()
1632 …SetQuestionValue (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithH… in ProcessUserInput()
1696 Status = EvaluateFormExpressions (gCurrentSelection->FormSet, gCurrentSelection->Form); in DisplayForm()
1764 IN FORM_BROWSER_FORMSET *FormSet in IsNvUpdateRequiredForFormSet() argument
1774 if (!FormSet->QuestionInited) { in IsNvUpdateRequiredForFormSet()
1780 Link = GetFirstNode (&FormSet->FormListHead); in IsNvUpdateRequiredForFormSet()
1781 while (!IsNull (&FormSet->FormListHead, Link)) { in IsNvUpdateRequiredForFormSet()
1789 Link = GetNextNode (&FormSet->FormListHead, Link); in IsNvUpdateRequiredForFormSet()
1866 …(gBrowserSettingScope == FormSetLevel && IsNvUpdateRequiredForFormSet(Selection->FormSet) && Scope… in FindNextMenu()
1947 IN FORM_BROWSER_FORMSET *FormSet, in ProcessCallBackFunction() argument
1970 ConfigAccess = FormSet->ConfigAccess; in ProcessCallBackFunction()
2003 if (EvaluateExpressionList(Statement->Expression, TRUE, FormSet, Form) == ExpressDisable) { in ProcessCallBackFunction()
2043 NewString = GetToken (Statement->HiiValue.Value.string, FormSet->HiiHandle); in ProcessCallBackFunction()
2113 … Status = ValueChangedValidation (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement); in ProcessCallBackFunction()
2119 …IsQuestionValueChanged(gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValue… in ProcessCallBackFunction()
2124 SetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2133 SetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2155 …InternalStatus = ValueChangedValidation (gCurrentSelection->FormSet, gCurrentSelection->Form, Stat… in ProcessCallBackFunction()
2161 …IsQuestionValueChanged(gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValue… in ProcessCallBackFunction()
2162 SetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2172 GetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2174 … ProcessCallBackFunction (Selection, FormSet, Form, Question, EFI_BROWSER_ACTION_RETRIEVE, FALSE); in ProcessCallBackFunction()
2179 GetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2208 if (IsNvUpdateRequiredForFormSet(FormSet)) { in ProcessCallBackFunction()
2227 SubmitForm (FormSet, Form, SettingLevel); in ProcessCallBackFunction()
2231 DiscardForm (FormSet, Form, SettingLevel); in ProcessCallBackFunction()
2258 IN FORM_BROWSER_FORMSET *FormSet in ProcessRetrieveForQuestion() argument
2293 NewString = GetToken (Statement->HiiValue.Value.string, FormSet->HiiHandle); in ProcessRetrieveForQuestion()
2333 ConfigAccess = Selection->FormSet->ConfigAccess; in SetupBrowser()
2353 InitializeCurrentSetting (Selection->FormSet); in SetupBrowser()
2390 Link = GetFirstNode (&Selection->FormSet->FormListHead); in SetupBrowser()
2395 Selection->Form = IdToForm (Selection->FormSet, Selection->FormId); in SetupBrowser()
2410 …if (EvaluateExpressionList(Selection->Form->SuppressExpression, TRUE, Selection->FormSet, Selectio… in SetupBrowser()
2441 …Status = ProcessCallBackFunction (Selection, Selection->FormSet, Selection->Form, NULL, EFI_BROWSE… in SetupBrowser()
2460 Status = LoadFormSetConfig (Selection, Selection->FormSet); in SetupBrowser()
2472 …Status = ProcessCallBackFunction (Selection, Selection->FormSet, Selection->Form, NULL, EFI_BROWSE… in SetupBrowser()
2504 …Status = ProcessCallBackFunction(Selection, Selection->FormSet, Selection->Form, Statement, EFI_BR… in SetupBrowser()
2535 …ProcessCallBackFunction(Selection, Selection->FormSet, Selection->Form, Statement, EFI_BROWSER_ACT… in SetupBrowser()
2540 …IsQuestionValueChanged(gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValue… in SetupBrowser()
2546 … Status = ValueChangedValidation (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement); in SetupBrowser()
2548 …SetQuestionValue (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithE… in SetupBrowser()
2552 …IsQuestionValueChanged(gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValue… in SetupBrowser()
2603 …Status = ProcessCallBackFunction (Selection, Selection->FormSet, Selection->Form, NULL, EFI_BROWSE… in SetupBrowser()