Skip to content

Commit

Permalink
modify mock function names
Browse files Browse the repository at this point in the history
  • Loading branch information
VivianNK committed Aug 30, 2023
1 parent b0f7a50 commit 9bdc768
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct MockReadOnlyVariable2 {

MOCK_FUNCTION_DECLARATION (
EFI_STATUS,
pei_GetVariable,
GetVariable,
(IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This,
IN CONST CHAR16 *VariableName,
IN CONST EFI_GUID *VariableGuid,
Expand All @@ -32,7 +32,7 @@ struct MockReadOnlyVariable2 {

MOCK_FUNCTION_DECLARATION (
EFI_STATUS,
pei_NextVariableName,
NextVariableName,
(IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This,
IN OUT UINTN *VariableNameSize,
IN OUT CHAR16 *VariableName,
Expand Down

0 comments on commit 9bdc768

Please sign in to comment.