Home
last modified time | relevance | path

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

/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp89 currentUpdatingPsu = psuInventoryPath; in doUpdate()
90 psuUpdateUnit = getUpdateService(currentUpdatingPsu); in doUpdate()
129 currentUpdatingPsu); in onUpdateDone()
132 activationListener->onUpdateDone(versionId, currentUpdatingPsu); in onUpdateDone()
133 currentUpdatingPsu.clear(); in onUpdateDone()
H A Dactivation.hpp261 std::string currentUpdatingPsu; member in phosphor::software::updater::Activation