TianoCore EDK2 master
|
#include <Library/GoogleTestLib.h>
#include <Library/FunctionMockLib.h>
#include <Uefi.h>
#include <Protocol/MpService.h>
Go to the source code of this file.
Data Structures | |
struct | MockMpService |
Functions | |
MOCK_INTERFACE_DEFINITION (MockMpService) | |
MOCK_FUNCTION_DEFINITION (MockMpService, GetNumberOfProcessors, 3, EFIAPI) | |
MOCK_FUNCTION_DEFINITION (MockMpService, GetProcessorInfo, 3, EFIAPI) | |
MOCK_FUNCTION_DEFINITION (MockMpService, StartupAllAPs, 7, EFIAPI) | |
MOCK_FUNCTION_DEFINITION (MockMpService, StartupThisAP, 7, EFIAPI) | |
MOCK_FUNCTION_DEFINITION (MockMpService, SwitchBSP, 3, EFIAPI) | |
MOCK_FUNCTION_DEFINITION (MockMpService, EnableDisableAP, 4, EFIAPI) | |
MOCK_FUNCTION_DEFINITION (MockMpService, WhoAmI, 2, EFIAPI) | |
Variables | |
EFI_MP_SERVICES_PROTOCOL * | gMpServiceProtocol = &MP_SERVICE_PROTOCOL_INSTANCE |
This file declares a mock of MP service Protocol.
Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file MockMpService.h.
EFI_MP_SERVICES_PROTOCOL* gMpServiceProtocol = &MP_SERVICE_PROTOCOL_INSTANCE |
Definition at line 121 of file MockMpService.h.