TianoCore EDK2 master
Loading...
Searching...
No Matches
MockUefiBootServicesTableLib Struct Reference

Public Member Functions

 MOCK_INTERFACE_DECLARATION (MockUefiBootServicesTableLib)
 
 MOCK_FUNCTION_DECLARATION (EFI_STATUS, gBS_GetMemoryMap,(IN OUT UINTN *MemoryMapSize, OUT EFI_MEMORY_DESCRIPTOR *MemoryMap, OUT UINTN *MapKey, OUT UINTN *DescriptorSize, OUT UINT32 *DescriptorVersion))
 
 MOCK_FUNCTION_DECLARATION (EFI_STATUS, gBS_CreateEvent,(IN UINT32 Type, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT EFI_EVENT *Event))
 
 MOCK_FUNCTION_DECLARATION (EFI_STATUS, gBS_CloseEvent,(IN EFI_EVENT Event))
 
 MOCK_FUNCTION_DECLARATION (EFI_STATUS, gBS_HandleProtocol,(IN EFI_HANDLE Handle, IN EFI_GUID *Protocol, OUT VOID **Interface))
 
 MOCK_FUNCTION_DECLARATION (EFI_STATUS, gBS_LocateProtocol,(IN EFI_GUID *Protocol, IN VOID *Registration OPTIONAL, OUT VOID **Interface))
 
 MOCK_FUNCTION_DECLARATION (EFI_STATUS, gBS_CreateEventEx,(IN UINT32 Type, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction OPTIONAL, IN CONST VOID *NotifyContext OPTIONAL, IN CONST EFI_GUID *EventGroup OPTIONAL, OUT EFI_EVENT *Event))
 

Detailed Description

Definition at line 21 of file MockUefiBootServicesTableLib.h.


The documentation for this struct was generated from the following file: