Lines Matching refs:Handle

669   @param  Handle                 Hii handle for the package list.
681 IN EFI_HII_HANDLE Handle,
720 MenuOption->Handle = Handle;
1260 @param Handle The handle in the HII database being used
1268 IN EFI_HII_HANDLE Handle
1281 String = GetToken (Statement->TextTwo, Handle);
1675 Find HII Handle in the HII database associated with given Device Path.
1682 @retval Handle HII package list Handle associated with the Device
1698 EFI_HANDLE Handle;
1751 // Search Hii Handle by Driver Handle
1759 &Handle
1761 if (!EFI_ERROR (Status) && (Handle == DriverHandle)) {
1772 Find HII Handle in the HII database associated with given form set guid.
1779 @retval Handle HII package list Handle associated with the Device
1961 Selection->Handle = DevicePathToHiiHandle (DevicePath);
1964 if (Selection->Handle == NULL) {
1966 // If target Hii Handle not found, exit
1985 Selection->Handle = FormSetGuidToHiiHandle(&Statement->HiiValue.Value.ref.FormSetGuid);
1986 if (Selection->Handle == NULL) {
1988 // If target Hii Handle not found, exit
2056 MenuList = UiAddMenuList (Selection->CurrentMenu, Selection->Handle, &Selection->FormSetGuid, Selection->FormId);
2200 CurrentMenu = UiAddMenuList (NULL, Selection->Handle, &Selection->FormSetGuid, Selection->FormId);
2299 Width = GetWidth (Statement, MenuOption->Handle);
2458 StringPtr = GetToken (Statement->TextTwo, MenuOption->Handle);
2718 Width = GetWidth (MenuOption->ThisTag, MenuOption->Handle);
2812 Width = GetWidth (Statement, MenuOption->Handle);
2861 StringPtr = GetToken (MenuOption->ThisTag->Help, MenuOption->Handle);