Home
last modified time | relevance | path

Searched refs:GetSetValueWithEditBuffer (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DPresentation.c2117 …Changed(gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2122 SetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2131 SetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2159 …Changed(gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2160 SetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2170 GetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2177 GetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2545 …nValue (gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithEditBuffer); in SetupBrowser()
DSetup.c1124 if (GetValueFrom != GetSetValueWithEditBuffer && GetValueFrom != GetSetValueWithBuffer) { in GetValueByName()
1135 if (GetValueFrom == GetSetValueWithEditBuffer) { in GetValueByName()
1176 if (SetValueTo != GetSetValueWithEditBuffer && SetValueTo != GetSetValueWithBuffer) { in SetValueByName()
1185 if (SetValueTo == GetSetValueWithEditBuffer) { in SetValueByName()
1195 if (SetValueTo == GetSetValueWithEditBuffer) { in SetValueByName()
1357 SetValueByName (Storage, Name, Value, GetSetValueWithEditBuffer, NULL); in ConfigRespToStorage()
1671 if (GetValueFrom == GetSetValueWithEditBuffer || GetValueFrom == GetSetValueWithBuffer ) { in GetQuestionValue()
1673 if (GetValueFrom == GetSetValueWithEditBuffer) { in GetQuestionValue()
1773 SetValueByName (Storage, Question->VariableName, Value, GetSetValueWithEditBuffer, NULL); in GetQuestionValue()
1943 if (SetValueTo == GetSetValueWithEditBuffer || SetValueTo == GetSetValueWithBuffer) { in SetQuestionValue()
[all …]
DExpression.c2486 Status = GetQuestionValue(FormSet, Form, Question, GetSetValueWithEditBuffer); in GetQuestionValueFromForm()
2690 …tatus = GetValueByName (OpCode->VarStorage, OpCode->ValueName, &StrPtr, GetSetValueWithEditBuffer); in EvaluateExpression()
3148 …SetValueByName (OpCode->VarStorage, OpCode->ValueName, NameValue, GetSetValueWithEditBuffer, NULL); in EvaluateExpression()
DSetup.h565 GetSetValueWithEditBuffer = 0, // Get/Set question value from/to editbuffer in the storage. enumerator