Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileAdd.c313 CHAR16 *QuestionStr; in CallAddUser() local
316 QuestionStr = NULL; in CallAddUser()
326 QuestionStr = GetStringById (STRING_TOKEN (STR_GET_USERNAME_FAILED)); in CallAddUser()
339 QuestionStr = GetStringById (STRING_TOKEN (STR_CREATE_PROFILE_FAILED)); in CallAddUser()
347 QuestionStr = GetStringById (STRING_TOKEN (STR_USER_ALREADY_EXISTED)); in CallAddUser()
356 QuestionStr = GetStringById (STRING_TOKEN (STR_CREATE_PROFILE_SUCCESS)); in CallAddUser()
364 QuestionStr, in CallAddUser()
369 FreePool (QuestionStr); in CallAddUser()
DUserProfileManager.c174 CHAR16 *QuestionStr; in UserProfileManagerCallback() local
484 QuestionStr = GetStringById (STRING_TOKEN (STR_MOVE_TO_FORBID_LIST)); in UserProfileManagerCallback()
489 QuestionStr, in UserProfileManagerCallback()
494 FreePool (QuestionStr); in UserProfileManagerCallback()
508 QuestionStr = GetStringById (STRING_TOKEN (STR_MOVE_TO_PERMIT_LIST)); in UserProfileManagerCallback()
513 QuestionStr, in UserProfileManagerCallback()
518 FreePool (QuestionStr); in UserProfileManagerCallback()
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
DPwdCredentialProvider.c325 CHAR16 *QuestionStr; in GetPassword() local
334 QuestionStr = GetStringById (STRING_TOKEN (STR_INPUT_PASSWORD)); in GetPassword()
336 QuestionStr = GetStringById (STRING_TOKEN (STR_INPUT_PASSWORD_AGAIN)); in GetPassword()
341 QuestionStr, in GetPassword()
346 FreePool (QuestionStr); in GetPassword()
749 CHAR16 *QuestionStr; in CredentialEnroll() local
793 QuestionStr = GetStringById (STRING_TOKEN (STR_PASSWORD_MISMATCH)); in CredentialEnroll()
798 QuestionStr, in CredentialEnroll()
803 FreePool (QuestionStr); in CredentialEnroll()
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
DUsbCredentialProvider.c678 CHAR16 *QuestionStr; in CredentialEnroll() local
706 QuestionStr = GetStringById (STRING_TOKEN (STR_READ_USB_TOKEN_ERROR)); in CredentialEnroll()
711 QuestionStr, in CredentialEnroll()
716 FreePool (QuestionStr); in CredentialEnroll()
897 CHAR16 *QuestionStr; in CredentialUser() local
943 QuestionStr = GetStringById (STRING_TOKEN (STR_READ_USB_TOKEN_ERROR)); in CredentialUser()
948 QuestionStr, in CredentialUser()
953 FreePool (QuestionStr); in CredentialUser()