Home
last modified time | relevance | path

Searched refs:redfishSlotType (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dpcie_slots.hpp106 std::optional<pcie_slots::SlotTypes> redfishSlotType = in onPcieSlotGetAllDone() local
108 if (!redfishSlotType) in onPcieSlotGetAllDone()
114 if (*redfishSlotType == pcie_slots::SlotTypes::Invalid) in onPcieSlotGetAllDone()
120 slot["SlotType"] = *redfishSlotType; in onPcieSlotGetAllDone()
H A Dpcie.hpp210 std::optional<pcie_slots::SlotTypes> redfishSlotType = in addPCIeSlotProperties() local
212 if (!redfishSlotType) in addPCIeSlotProperties()
218 if (*redfishSlotType == pcie_slots::SlotTypes::Invalid) in addPCIeSlotProperties()
224 res.jsonValue["Slot"]["SlotType"] = *redfishSlotType; in addPCIeSlotProperties()