Home
last modified time | relevance | path

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

/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp193 auto psuPaths = utils::getPSUInventoryPaths(bus); in startActivation() local
194 if (psuPaths.empty()) in startActivation()
200 for (const auto& p : psuPaths) in startActivation()
H A Ditem_updater.cpp679 static std::set<std::string> psuPaths{}; in onPSUInterfacesAdded() local
690 psuPaths.insert(path); in onPSUInterfacesAdded()
693 if (interfaces.contains(ITEM_IFACE) && psuPaths.contains(path) && in onPSUInterfacesAdded()