Searched refs:slotPath (Results 1 – 3 of 3) sorted by relevance
76 for (const auto& slotPath : group.getMembers()) in execute() local83 slotPath, group.getInterface(), group.getProperty()); in execute()88 "SLOT_PATH", slotPath); in execute()98 auto floorIndexOrTempSensor = getFloorIndexFromSlot(slotPath); in execute()213 PCIeCardFloors::getFloorIndexFromSlot(const std::string& slotPath) in getFloorIndexFromSlot() argument215 const auto& card = getCardFromSlot(slotPath); in getFloorIndexFromSlot()234 const std::string& PCIeCardFloors::getCardFromSlot(const std::string& slotPath) in getCardFromSlot() argument236 auto cardIt = _cards.find(slotPath); in getCardFromSlot()253 _pcieDevices.begin(), _pcieDevices.end(), [slotPath](const auto& path) { in getCardFromSlot()254 return path.find(slotPath + '/') != std::string::npos; in getCardFromSlot()[all …]
133 const std::string& getCardFromSlot(const std::string& slotPath);146 const std::string& slotPath);
320 for (const std::string& slotPath : endpoints) in getPCIeDeviceSlotPath() local 322 BMCWEB_LOG_ERROR("Invalid PCIeSlotPath: {}", slotPath); in getPCIeDeviceSlotPath()