Searched refs:slotPath (Results 1 – 2 of 2) sorted by relevance
76 for (const auto& slotPath : group.getMembers()) in execute() local83 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() argument217 const auto& card = getCardFromSlot(slotPath); in getFloorIndexFromSlot()236 const std::string& PCIeCardFloors::getCardFromSlot(const std::string& slotPath) in getCardFromSlot() argument238 auto cardIt = _cards.find(slotPath); in getCardFromSlot()255 _pcieDevices.begin(), _pcieDevices.end(), [slotPath](const auto& path) { in getCardFromSlot()256 return path.find(slotPath + '/') != std::string::npos; in getCardFromSlot()[all …]
133 const std::string& getCardFromSlot(const std::string& slotPath);146 const std::string& slotPath);