Searched defs:psuInventoryPath (Results 1 – 13 of 13) sorted by relevance
/openbmc/phosphor-power/tools/power-utils/ |
H A D | version.cpp | 53 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 D | model.cpp | 55 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 D | updater.cpp | 50 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 D | utils.cpp | 49 PsuI2cInfo getPsuI2c(sdbusplus::bus_t& bus, const std::string& psuInventoryPath) in getPsuI2c() 191 const std::string& psuInventoryPath) in getDevicePath()
|
H A D | aei_updater.hpp | 48 AeiUpdater(const std::string& psuInventoryPath, const std::string& devPath, in AeiUpdater()
|
H A D | updater.hpp | 268 std::string psuInventoryPath; member in updater::Updater
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | activation.cpp | 124 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 D | item_updater.cpp | 210 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 D | utils.hpp | 250 inline bool isAssociated(const std::string& psuInventoryPath, in isAssociated()
|
H A D | utils.cpp | 252 bool Utils::isAssociated(const std::string& psuInventoryPath, in isAssociated()
|
/openbmc/phosphor-power/tools/power-utils/test/ |
H A D | test_updater.cpp | 75 std::string psuInventoryPath = "/com/example/psu"; member in TestUpdater
|
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | test_activation.cpp | 104 std::string psuInventoryPath = "/com/example/inventory/powersupply1"; in TEST_F() local
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | psu_manager.cpp | 926 auto psuInventoryPath = psu->getInventoryPath(); in updateMissingPSUs() local
|