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.c2119 …Changed(gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2124 SetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2133 SetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2161 …Changed(gCurrentSelection->FormSet, gCurrentSelection->Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2162 SetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2172 GetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2179 GetQuestionValue(FormSet, Form, Statement, GetSetValueWithEditBuffer); in ProcessCallBackFunction()
2548 …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()
1675 if (GetValueFrom == GetSetValueWithEditBuffer || GetValueFrom == GetSetValueWithBuffer ) { in GetQuestionValue()
1677 if (GetValueFrom == GetSetValueWithEditBuffer) { in GetQuestionValue()
1777 SetValueByName (Storage, Question->VariableName, Value, GetSetValueWithEditBuffer, NULL); in GetQuestionValue()
1947 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.h569 GetSetValueWithEditBuffer = 0, // Get/Set question value from/to editbuffer in the storage. enumerator