Home
last modified time | relevance | path

Searched defs:psuPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_item_updater.cpp55 void onPsuInventoryChanged(const std::string& psuPath, in onPsuInventoryChanged()
83 constexpr auto psuPath = "/com/example/inventory/psu0"; in TEST_F() local
107 constexpr auto psuPath = "/com/example/inventory/psu0"; in TEST_F() local
241 constexpr auto psuPath = "/com/example/inventory/psu0"; in TEST_F() local
279 constexpr auto psuPath = "/com/example/inventory/psu0"; in TEST_F() local
313 constexpr auto psuPath = "/com/example/inventory/psu0"; in TEST_F() local
458 constexpr auto psuPath = "/com/example/inventory/psu0"; in TEST_F() local
492 constexpr auto psuPath = "/com/example/inventory/psu0"; in TEST_F() local
669 constexpr auto psuPath = "/com/example/inventory/psu0"; in TEST_F() local
/openbmc/phosphor-power/tools/power-utils/
H A Dvalidator.hpp42 PSUUpdateValidator(sdbusplus::bus_t& bus, const std::string& psuPath) : in PSUUpdateValidator()
93 std::string psuPath; // Path of the referenced PSU member in validator::PSUUpdateValidator
/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.cpp323 void ItemUpdater::addPsuToStatusMap(const std::string& psuPath) in addPsuToStatusMap()
338 void ItemUpdater::handlePSUPresenceChanged(const std::string& psuPath) in handlePSUPresenceChanged()
384 std::string psuPath = msg.get_path(); in onPsuInventoryChangedMsg() local
397 void ItemUpdater::onPsuInventoryChanged(const std::string& psuPath, in onPsuInventoryChanged()