Home
last modified time | relevance | path

Searched refs:UpdateProgress (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/fw-update/
H A Ddevice_updater.hpp34 class UpdateProgress class
53 UpdateProgress(uint32_t totalSize, mctp_eid_t eid);
54 ~UpdateProgress() = default;
55 UpdateProgress& operator=(UpdateProgress&&) = default;
56 UpdateProgress& operator=(const UpdateProgress&) = delete;
57 UpdateProgress(UpdateProgress&&) = default;
58 UpdateProgress(const UpdateProgress&) = delete;
348 std::vector<UpdateProgress> progress;
H A Ddevice_updater.cpp26 UpdateProgress::UpdateProgress(uint32_t totalSize, mctp_eid_t eid) : in UpdateProgress() function in pldm::fw_update::UpdateProgress
31 uint32_t UpdateProgress::getTotalSize() const in getTotalSize()
35 uint8_t UpdateProgress::getProgress() const in getProgress()
40 void UpdateProgress::updateState(state newState) in updateState()
59 void UpdateProgress::reportFwUpdate(uint32_t amountUpdated) in reportFwUpdate()
719 progress[componentIndex].updateState(UpdateProgress::state::Verify); in verifyComplete()
796 progress[componentIndex].updateState(UpdateProgress::state::Apply); in applyComplete()
/openbmc/docs/designs/
H A Devent-logging.md504 - name: UpdateProgress
540 class UpdateProgress
543 UpdateProgress(Args&&... args);
604 "UpdateProgress" : {