TianoCore EDK2 master
|
#include "TestDevicePathLib.h"
Go to the source code of this file.
Data Structures | |
struct | DEVICE_PATH_CONVERSIONS_TEST_CONTEXT |
struct | ACPI_EXTENDED_HID_DEVICE_PATH_FULL |
struct | ACPI_EXTENDED_HID_DEVICE_PATH_PARTIAL |
struct | ACPI_EXPANDED_DEVICE_PATH |
struct | TEST_CONVERSIONS_DEVICE_PATH |
Macros | |
#define | HID_STR_SIZE 8 |
#define | CID_STR_SIZE 8 |
#define | UID_STR_SIZE 8 |
Functions | |
UNIT_TEST_STATUS EFIAPI | TestConvertDevicePathToText (IN UNIT_TEST_CONTEXT Context) |
UNIT_TEST_STATUS EFIAPI | TestConvertTextToDevicePath (IN UNIT_TEST_CONTEXT Context) |
UNIT_TEST_STATUS EFIAPI | TestConvertDeviceNodeToText (IN UNIT_TEST_CONTEXT Context) |
UNIT_TEST_STATUS EFIAPI | TestConvertTextToDeviceNode (IN UNIT_TEST_CONTEXT Context) |
EFI_STATUS | CreateDevicePathStringConversionsTestSuite (IN UNIT_TEST_FRAMEWORK_HANDLE Framework) |
UEFI OS based application for unit testing the DevicePathLib.
Copyright (c) 2023, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file TestDevicePathStringConversions.c.
#define CID_STR_SIZE 8 |
Definition at line 62 of file TestDevicePathStringConversions.c.
#define HID_STR_SIZE 8 |
Definition at line 61 of file TestDevicePathStringConversions.c.
#define UID_STR_SIZE 8 |
Definition at line 63 of file TestDevicePathStringConversions.c.
EFI_STATUS CreateDevicePathStringConversionsTestSuite | ( | IN UNIT_TEST_FRAMEWORK_HANDLE | Framework | ) |
Definition at line 339 of file TestDevicePathStringConversions.c.
UNIT_TEST_STATUS EFIAPI TestConvertDeviceNodeToText | ( | IN UNIT_TEST_CONTEXT | Context | ) |
Definition at line 302 of file TestDevicePathStringConversions.c.
UNIT_TEST_STATUS EFIAPI TestConvertDevicePathToText | ( | IN UNIT_TEST_CONTEXT | Context | ) |
Definition at line 264 of file TestDevicePathStringConversions.c.
UNIT_TEST_STATUS EFIAPI TestConvertTextToDeviceNode | ( | IN UNIT_TEST_CONTEXT | Context | ) |
Definition at line 321 of file TestDevicePathStringConversions.c.
UNIT_TEST_STATUS EFIAPI TestConvertTextToDevicePath | ( | IN UNIT_TEST_CONTEXT | Context | ) |
Definition at line 283 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED ACPI_EXPANDED_DEVICE_PATH mAcpiExpandedDevicePathUidOnly |
Definition at line 121 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED ACPI_EXPANDED_DEVICE_PATH mAcpiExpandedDevicePathUidOnlyWithCid |
Definition at line 139 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED ACPI_EXTENDED_HID_DEVICE_PATH_FULL mAcpiExtendedDevicePathFull |
Definition at line 72 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED ACPI_EXTENDED_HID_DEVICE_PATH_PARTIAL mAcpiExtendedDevicePathPartial |
Definition at line 98 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED ACPI_HID_DEVICE_PATH mAcpiNonPciRootHidDevicePathNode |
Definition at line 46 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED ACPI_HID_DEVICE_PATH mAcpiPciRootHidDevicePathNode |
Definition at line 31 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED TEST_CONVERSIONS_DEVICE_PATH mConversionsDevicePath |
Definition at line 196 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED DEVICE_PATH_CONVERSIONS_TEST_CONTEXT mDevPathNodeToFromTextContext[] |
Definition at line 157 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED DEVICE_PATH_CONVERSIONS_TEST_CONTEXT mDevPathToFromTextContext[] |
Definition at line 255 of file TestDevicePathStringConversions.c.
GLOBAL_REMOVE_IF_UNREFERENCED PCI_DEVICE_PATH mPciDevicePathNode |
Definition at line 16 of file TestDevicePathStringConversions.c.