Searched refs:redfishSlotType (Results 1 – 2 of 2) sorted by relevance
94 std::optional<pcie_slots::SlotTypes> redfishSlotType = in onPcieSlotGetAllDone() local96 if (!redfishSlotType) in onPcieSlotGetAllDone()102 if (*redfishSlotType == pcie_slots::SlotTypes::Invalid) in onPcieSlotGetAllDone()108 slot["SlotType"] = *redfishSlotType; in onPcieSlotGetAllDone()
188 std::optional<pcie_slots::SlotTypes> redfishSlotType = in addPCIeSlotProperties() local190 if (!redfishSlotType) in addPCIeSlotProperties()196 if (*redfishSlotType == pcie_slots::SlotTypes::Invalid) in addPCIeSlotProperties()202 res.jsonValue["Slot"]["SlotType"] = *redfishSlotType; in addPCIeSlotProperties()