Searched refs:redfishSlotType (Results 1 – 2 of 2) sorted by relevance
106 std::optional<pcie_slots::SlotTypes> redfishSlotType = in onPcieSlotGetAllDone() local108 if (!redfishSlotType) in onPcieSlotGetAllDone()114 if (*redfishSlotType == pcie_slots::SlotTypes::Invalid) in onPcieSlotGetAllDone()120 slot["SlotType"] = *redfishSlotType; in onPcieSlotGetAllDone()
210 std::optional<pcie_slots::SlotTypes> redfishSlotType = in addPCIeSlotProperties() local212 if (!redfishSlotType) in addPCIeSlotProperties()218 if (*redfishSlotType == pcie_slots::SlotTypes::Invalid) in addPCIeSlotProperties()224 res.jsonValue["Slot"]["SlotType"] = *redfishSlotType; in addPCIeSlotProperties()