Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dpcie_card_floors.cpp76 for (const auto& slotPath : group.getMembers()) in execute() local
83 slotPath, group.getInterface(), group.getProperty()); in execute()
88 std::format("Could not get power state for {}", slotPath) in execute()
99 auto floorIndexOrTempSensor = getFloorIndexFromSlot(slotPath); in execute()
215 PCIeCardFloors::getFloorIndexFromSlot(const std::string& slotPath) in getFloorIndexFromSlot() argument
217 const auto& card = getCardFromSlot(slotPath); in getFloorIndexFromSlot()
238 auto cardIt = _cards.find(slotPath); in getCardFromSlot()
256 return path.find(slotPath + '/') != std::string::npos; in getCardFromSlot()
262 "Could not find PCIe card object path for slot {}", slotPath)); in getCardFromSlot()
265 _cards.emplace(slotPath, *it); in getCardFromSlot()
[all …]
H A Dpcie_card_floors.hpp133 const std::string& getCardFromSlot(const std::string& slotPath);
146 getFloorIndexFromSlot(const std::string& slotPath);