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.hpp94 std::optional<pcie_slots::SlotTypes> redfishSlotType = in onPcieSlotGetAllDone() local
96 if (!redfishSlotType) in onPcieSlotGetAllDone()
102 if (*redfishSlotType == pcie_slots::SlotTypes::Invalid) in onPcieSlotGetAllDone()
108 slot["SlotType"] = *redfishSlotType; in onPcieSlotGetAllDone()
H A Dpcie.hpp188 std::optional<pcie_slots::SlotTypes> redfishSlotType = in addPCIeSlotProperties() local
190 if (!redfishSlotType) in addPCIeSlotProperties()
196 if (*redfishSlotType == pcie_slots::SlotTypes::Invalid) in addPCIeSlotProperties()
202 res.jsonValue["Slot"]["SlotType"] = *redfishSlotType; in addPCIeSlotProperties()