Home
last modified time | relevance | path

Searched full:activationprogress (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dactivation_ubi.cpp48 activationProgress.reset(nullptr); in activation()
81 activationProgress.reset(nullptr); in activation()
90 activationProgress.reset(nullptr); in activation()
109 if (!activationProgress) in startActivation()
111 activationProgress = std::make_unique<ActivationProgress>(bus, path); in startActivation()
128 activationProgress->progress(10); in startActivation()
147 activationProgress->progress(activationProgress->progress() + 50); in unitStateChange()
166 activationProgress->progress(90); in finishActivation()
175 activationProgress->progress(100); in finishActivation()
178 activationProgress.reset(nullptr); in finishActivation()
/openbmc/openpower-pnor-code-mgmt/static/
H A Dactivation_static.cpp51 activationProgress.reset(nullptr); in activation()
69 activationProgress.reset(nullptr); in activation()
78 if (!activationProgress) in startActivation()
80 activationProgress = std::make_unique<ActivationProgress>(bus, path); in startActivation()
108 activationProgress->progress(10); in startActivation()
137 activationProgress->progress(90); in finishActivation()
146 activationProgress->progress(100); in finishActivation()
149 activationProgress.reset(); in finishActivation()
/openbmc/pldm/fw-update/
H A Dactivation.hpp6 #include <xyz/openbmc_project/Software/ActivationProgress/server.hpp>
21 sdbusplus::xyz::openbmc_project::Software::server::ActivationProgress>;
25 /** @class ActivationProgress
27 * Concrete implementation of xyz.openbmc_project.Software.ActivationProgress
30 class ActivationProgress : public ActivationProgressIntf class
38 ActivationProgress(sdbusplus::bus_t& bus, const std::string& objPath) : in ActivationProgress() function in pldm::fw_update::ActivationProgress
H A Dupdate_manager.hpp105 std::unique_ptr<ActivationProgress> activationProgress; member in pldm::fw_update::UpdateManager
124 * Applied) ActivationProgress is updated.
H A Dupdate_manager.cpp160 activationProgress = std::make_unique<ActivationProgress>( in processPackage()
273 activationProgress.reset(); in clearActivationInfo()
290 activationProgress->progress(progressPercent); in updateActivationProgress()
/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/
H A Dflash.cpp50 activationProgress->progress(activationProgress->progress() + 20); in onStateChanges()
56 activationProgress->progress(activationProgress->progress() + 50); in onStateChanges()
76 activationProgress->progress(90); in onStateChanges()
/openbmc/openpower-pnor-code-mgmt/
H A Dactivation.hpp6 #include "xyz/openbmc_project/Software/ActivationProgress/server.hpp"
36 sdbusplus::xyz::openbmc_project::Software::server::ActivationProgress>;
120 class ActivationProgress : public ActivationProgressInherit class
123 /** @brief Constructs ActivationProgress.
128 ActivationProgress(sdbusplus::bus_t& bus, const std::string& path) : in ActivationProgress() function in openpower::software::updater::ActivationProgress
223 /** @brief Persistent ActivationProgress dbus object */
224 std::unique_ptr<ActivationProgress> activationProgress; member in openpower::software::updater::Activation
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.hpp15 #include <xyz/openbmc_project/Software/ActivationProgress/server.hpp>
81 sdbusplus::xyz::openbmc_project::Software::server::ActivationProgress>;
83 class ActivationProgress : public ActivationProgressInherit class
86 /** @brief Constructs ActivationProgress.
91 ActivationProgress(sdbusplus::bus_t& bus, const std::string& path) : in ActivationProgress() function in phosphor::software::updater::ActivationProgress
284 /** @brief Persistent ActivationProgress dbus object */
285 std::unique_ptr<ActivationProgress> activationProgress; member in phosphor::software::updater::Activation
H A Dactivation.cpp44 activationProgress.reset(); in activation()
161 auto progress = activationProgress->progress() + progressStep; in onUpdateDone()
162 activationProgress->progress(progress); in onUpdateDone()
233 if (!activationProgress) in startActivation()
235 activationProgress = std::make_unique<ActivationProgress>(bus, objPath); in startActivation()
253 activationProgress->progress(10); in startActivation()
265 activationProgress->progress(100); in finishActivation()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationProgress/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Software/ActivationProgress'
8 '../../../../../yaml/xyz/openbmc_project/Software/ActivationProgress.interface.yaml',
28 'xyz/openbmc_project/Software/ActivationProgress',
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dactivation.hpp7 #include "xyz/openbmc_project/Software/ActivationProgress/server.hpp"
42 sdbusplus::server::xyz::openbmc_project::software::ActivationProgress>;
163 class ActivationProgress : public ActivationProgressInherit class
166 /** @brief Constructs ActivationProgress.
171 ActivationProgress(sdbusplus::bus_t& bus, const std::string& path) : in ActivationProgress() function in phosphor::software::updater::ActivationProgress
330 /** @brief Persistent ActivationProgress dbus object */
331 std::unique_ptr<ActivationProgress> activationProgress; member in phosphor::software::updater::Activation
H A Dactivation.cpp117 if (!activationProgress) in activation()
119 activationProgress = in activation()
120 std::make_unique<ActivationProgress>(bus, path); in activation()
137 activationProgress->progress(20); in activation()
146 activationProgress->progress(10); in activation()
180 activationProgress->progress(100); in onFlashWriteSuccess()
183 activationProgress.reset(nullptr); in onFlashWriteSuccess()
441 activationProgress->progress(100); in onStateChangesBios()
/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/
H A Dflash.cpp43 activationProgress->progress(activationProgress->progress() + 1); in onStateChanges()
62 activationProgress->progress(90); in onStateChanges()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/
H A Dmeson.build4 subdir('ActivationProgress') subdir
69 '../../../../yaml/xyz/openbmc_project/Software/ActivationProgress.interface.yaml',
71 output: ['ActivationProgress.md'],
83 'xyz/openbmc_project/Software/ActivationProgress',
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp9 #include <xyz/openbmc_project/Software/ActivationProgress/aserver.hpp>
27 ActivationProgress<Software>
H A Ddevice.hpp50 // @brief Set the ActivationProgress properties on dbus
/openbmc/docs/designs/
H A Dcode-update.md86 …te Matcher<br>(PropertiesChanged,<br> xyz.openbmc_project.Software.ActivationProgress,<br> ObjectP…
104 … CU ->> CU: Create Interface<br>xyz.openbmc_project.Software.ActivationProgress<br> at ObjectPath
110 CU --) BMCW: Notify ActivationProgress.Progress change
116 CU ->> CU: Delete Interface<br> xyz.openbmc_project.Software.ActivationProgress
146 …oftware.ActivationProgress](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/x…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DUpdate.interface.yaml25 ActivationProgress and optional interfaces such as Version.
H A DREADME.md197 The `xyz.openbmc_project.Software.ActivationProgress` interface is provided to
/openbmc/phosphor-bmc-code-mgmt/bmc/static/
H A Dflash.cpp78 activationProgress->progress(90); in onStateChanges()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp24 ActivationProgress(ctx, objPath) in SoftwareActivationProgress()
/openbmc/docs/architecture/code-update/
H A Dcode-update.md124 xyz.openbmc_project.Software.ActivationProgress Progress
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_activation.cpp62 return activation->activationProgress->progress(); in getProgress()
/openbmc/intel-ipmi-oem/src/
H A Dfirmware-update.cpp381 objPath, "xyz.openbmc_project.Software.ActivationProgress"), in updateActivationPercent()
393 "Exception caught in get ActivationProgress"); in updateActivationPercent()
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp210 else if (iface == "xyz.openbmc_project.Software.ActivationProgress") in handleCreateTask()

12