Searched refs:QuestionStr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c313 CHAR16 *QuestionStr; local
316 QuestionStr = NULL;
326 QuestionStr = GetStringById (STRING_TOKEN (STR_GET_USERNAME_FAILED));
339 QuestionStr = GetStringById (STRING_TOKEN (STR_CREATE_PROFILE_FAILED));
347 QuestionStr = GetStringById (STRING_TOKEN (STR_USER_ALREADY_EXISTED));
356 QuestionStr = GetStringById (STRING_TOKEN (STR_CREATE_PROFILE_SUCCESS));
364 QuestionStr,
369 FreePool (QuestionStr);
H A DUserProfileManager.c174 CHAR16 *QuestionStr; local
484 QuestionStr = GetStringById (STRING_TOKEN (STR_MOVE_TO_FORBID_LIST));
489 QuestionStr,
494 FreePool (QuestionStr);
508 QuestionStr = GetStringById (STRING_TOKEN (STR_MOVE_TO_PERMIT_LIST));
513 QuestionStr,
518 FreePool (QuestionStr);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c325 CHAR16 *QuestionStr; local
334 QuestionStr = GetStringById (STRING_TOKEN (STR_INPUT_PASSWORD));
336 QuestionStr = GetStringById (STRING_TOKEN (STR_INPUT_PASSWORD_AGAIN));
341 QuestionStr,
346 FreePool (QuestionStr);
749 CHAR16 *QuestionStr; local
793 QuestionStr = GetStringById (STRING_TOKEN (STR_PASSWORD_MISMATCH));
798 QuestionStr,
803 FreePool (QuestionStr);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c678 CHAR16 *QuestionStr; local
706 QuestionStr = GetStringById (STRING_TOKEN (STR_READ_USB_TOKEN_ERROR));
711 QuestionStr,
716 FreePool (QuestionStr);
897 CHAR16 *QuestionStr; local
943 QuestionStr = GetStringById (STRING_TOKEN (STR_READ_USB_TOKEN_ERROR));
948 QuestionStr,
953 FreePool (QuestionStr);

Completed in 50 milliseconds