Home
last modified time | relevance | path

Searched defs:psuPath (Results 1 – 2 of 2) 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-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()