Home
last modified time | relevance | path

Searched full:updateinprogress (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_update.cpp48 if (device.updateInProgress) in method_call()
54 device.updateInProgress = true; in method_call()
62 device.updateInProgress = false; in method_call()
74 device.updateInProgress = false; in method_call()
92 device.updateInProgress = false; in method_call()
H A Dsoftware_manager.cpp260 if (devices[objPath]->updateInProgress) in handleInterfaceRemoved()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DDrive.interface.yaml74 - name: "UpdateInProgress"
76 UpdateInProgress implies the Drive is in firmware update mode.
77 Current DriveState will be set to "UpdateInProgress" while
H A DBMC.interface.yaml59 - name: "UpdateInProgress"
61 UpdateInProgress implies BMC is in firmware update mode.
62 CurrentBMCState will be set to "UpdateInProgress" while starting
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dupdate_manager.cpp38 updateInProgress = false; in processImageFailed()
205 updateInProgress = false; in processImage()
216 if (updateInProgress) in startUpdate()
222 updateInProgress = true; in startUpdate()
H A Dupdate_manager.hpp73 bool updateInProgress = false; member in phosphor::software::update::Manager
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/
H A DMDR_V2.errors.yaml4 - name: UpdateInProgress
H A DMDR_V2.interface.yaml77 - self.Error.UpdateInProgress
/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp36 static bool updateInProgress = false; variable
607 updateInProgress = true; in startServiceRestartTimer()
633 updateInProgress = false; in startServiceRestartTimer()
655 if (updateInProgress) in registerProperties()
697 if (updateInProgress) in registerProperties()
750 if (updateInProgress) in registerProperties()
800 if (updateInProgress) in registerProperties()
/openbmc/bmcweb/redfish-core/src/
H A Dupdate_messages.cpp90 * @brief Formats UpdateInProgress message into JSON
95 nlohmann::json::object_t updateInProgress() in updateInProgress() function
97 return getLog(redfish::registries::Update::Index::updateInProgress, {}); in updateInProgress()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dupdate_message_registry.hpp194 "UpdateInProgress",
298 updateInProgress = 12, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Dupdate_messages.hpp37 nlohmann::json::object_t updateInProgress();
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Ddevice.hpp99 bool updateInProgress = false; member in phosphor::software::device::Device
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp131 UpdateInProgress(); in getDataOffer()
/openbmc/intel-ipmi-oem/src/
H A Dfirmware-update.cpp88 "xyz.openbmc_project.State.BMC.BMCState.UpdateInProgress";