Home
last modified time | relevance | path

Searched defs:psuInventoryPath (Results 1 – 13 of 13) sorted by relevance

/openbmc/phosphor-power/tools/power-utils/
H A Dversion.cpp53 PsuVersionInfo getVersionInfo(const std::string& psuInventoryPath) in getVersionInfo()
107 std::string getVersionJson(const std::string& psuInventoryPath) in getVersionJson()
135 const std::string& psuInventoryPath) in getVersionDbus()
171 const std::string& psuInventoryPath) in getVersion()
H A Dmodel.cpp55 std::string getModelJson(const std::string& psuInventoryPath) in getModelJson()
123 const std::string& psuInventoryPath) in getModelDbus()
138 std::string getModel(sdbusplus::bus_t& bus, const std::string& psuInventoryPath) in getModel()
H A Dupdater.cpp50 const std::string& model, const std::string& psuInventoryPath, in getClassInstance()
184 bool update(sdbusplus::bus_t& bus, const std::string& psuInventoryPath, in update()
213 Updater::Updater(const std::string& psuInventoryPath, in Updater()
H A Dutils.cpp49 PsuI2cInfo getPsuI2c(sdbusplus::bus_t& bus, const std::string& psuInventoryPath) in getPsuI2c()
191 const std::string& psuInventoryPath) in getDevicePath()
H A Daei_updater.hpp48 AeiUpdater(const std::string& psuInventoryPath, const std::string& devPath, in AeiUpdater()
H A Dupdater.hpp268 std::string psuInventoryPath; member in updater::Updater
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp124 bool Activation::doUpdate(const std::string& psuInventoryPath) in doUpdate()
337 bool Activation::isPresent(const std::string& psuInventoryPath) in isPresent()
358 bool Activation::isCompatible(const std::string& psuInventoryPath) in isCompatible()
416 std::string Activation::getUpdateService(const std::string& psuInventoryPath) in getUpdateService()
H A Ditem_updater.cpp210 const std::string& psuInventoryPath) in onUpdateDone()
245 void ItemUpdater::createPsuObject(const std::string& psuInventoryPath, in createPsuObject()
287 void ItemUpdater::removePsuObject(const std::string& psuInventoryPath) in removePsuObject()
H A Dutils.hpp250 inline bool isAssociated(const std::string& psuInventoryPath, in isAssociated()
H A Dutils.cpp252 bool Utils::isAssociated(const std::string& psuInventoryPath, in isAssociated()
/openbmc/phosphor-power/tools/power-utils/test/
H A Dtest_updater.cpp75 std::string psuInventoryPath = "/com/example/psu"; member in TestUpdater
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_activation.cpp104 std::string psuInventoryPath = "/com/example/inventory/powersupply1"; in TEST_F() local
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp926 auto psuInventoryPath = psu->getInventoryPath(); in updateMissingPSUs() local