/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | activation_ubi.cpp | 48 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 D | activation_static.cpp | 51 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 D | activation.hpp | 6 #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 D | update_manager.hpp | 105 std::unique_ptr<ActivationProgress> activationProgress; member in pldm::fw_update::UpdateManager 124 * Applied) ActivationProgress is updated.
|
H A D | update_manager.cpp | 160 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 D | flash.cpp | 50 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 D | activation.hpp | 6 #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 D | activation.hpp | 15 #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 D | activation.cpp | 44 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 D | meson.build | 3 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 D | activation.hpp | 7 #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 D | activation.cpp | 117 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 D | flash.cpp | 43 activationProgress->progress(activationProgress->progress() + 1); in onStateChanges() 62 activationProgress->progress(90); in onStateChanges()
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ |
H A D | meson.build | 4 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 D | software.hpp | 9 #include <xyz/openbmc_project/Software/ActivationProgress/aserver.hpp> 27 ActivationProgress<Software>
|
H A D | device.hpp | 50 // @brief Set the ActivationProgress properties on dbus
|
/openbmc/docs/designs/ |
H A D | code-update.md | 86 …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 D | Update.interface.yaml | 25 ActivationProgress and optional interfaces such as Version.
|
H A D | README.md | 197 The `xyz.openbmc_project.Software.ActivationProgress` interface is provided to
|
/openbmc/phosphor-bmc-code-mgmt/bmc/static/ |
H A D | flash.cpp | 78 activationProgress->progress(90); in onStateChanges()
|
/openbmc/phosphor-bmc-code-mgmt/common/src/ |
H A D | software.cpp | 24 ActivationProgress(ctx, objPath) in SoftwareActivationProgress()
|
/openbmc/docs/architecture/code-update/ |
H A D | code-update.md | 124 xyz.openbmc_project.Software.ActivationProgress Progress
|
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | test_activation.cpp | 62 return activation->activationProgress->progress(); in getProgress()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | firmware-update.cpp | 381 objPath, "xyz.openbmc_project.Software.ActivationProgress"), in updateActivationPercent() 393 "Exception caught in get ActivationProgress"); in updateActivationPercent()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | update_service.hpp | 210 else if (iface == "xyz.openbmc_project.Software.ActivationProgress") in handleCreateTask()
|