Searched refs:UserInput (Results 1 – 2 of 2) sorted by relevance
1532 IN USER_INPUT *UserInput in ProcessUserInput() argument1544 ASSERT (UserInput->Action != 0 || UserInput->SelectedStatement != NULL); in ProcessUserInput()1550 if (UserInput->SelectedStatement != NULL){ in ProcessUserInput()1551 Statement = GetBrowserStatement(UserInput->SelectedStatement); in ProcessUserInput()1573 if (UserInput->Action != 0) { in ProcessUserInput()1574 Status = ProcessAction (UserInput->Action, UserInput->DefaultId); in ProcessUserInput()1603 Statement->HiiValue.Value.string = UserInput->InputValue.Value.string; in ProcessUserInput()1604 …CopyMem (Statement->BufferValue, UserInput->InputValue.Buffer, (UINTN) UserInput->InputValue.Buffe… in ProcessUserInput()1605 FreePool (UserInput->InputValue.Buffer); in ProcessUserInput()1609 if (UserInput->InputValue.Buffer == NULL) { in ProcessUserInput()[all …]
183 class UserInput: class376 self.ui = UserInput()