HomeSort by relevance Sort by last modified time
    Searched refs:GetNextInfo (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserCredential.h 286 EFI_CREDENTIAL_GET_NEXT_INFO GetNextInfo;
UserCredential2.h 307 EFI_CREDENTIAL2_GET_NEXT_INFO GetNextInfo;
UserManager.h 609 EFI_USER_PROFILE_GET_NEXT_INFO GetNextInfo;
  /art/runtime/gc/space/
large_object_space.cc 281 AllocationInfo* GetNextInfo() {
284 const AllocationInfo* GetNextInfo() const {
389 cur_info = cur_info->GetNextInfo();
414 AllocationInfo* next_info = info->GetNextInfo();
435 AllocationInfo* next_next_info = next_info->GetNextInfo();
448 DCHECK_EQ(info->GetNextInfo(), new_free_info);
548 cur_info = cur_info->GetNextInfo();
567 cur_info = cur_info->GetNextInfo()) {
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileDelete.c 55 Status = mUserManager->GetNextInfo (
UserProfileModify.c 158 Status = mUserManager->GetNextInfo (mUserManager, mModifyUser, &UserInfo);
792 Status = mUserManager->GetNextInfo (mUserManager, User, UserInfo);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c 207 Status = UserManager->GetNextInfo (UserManager, CurrentUser, &UserInfo);
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProvider.c 465 Status = UserManager->GetNextInfo (UserManager, User, &UserInfoHandle);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
UsbCredentialProvider.c 553 Status = UserManager->GetNextInfo (UserManager, User, &UserInfoHandle);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Expression.c     [all...]

Completed in 192 milliseconds