Home
last modified time | relevance | path

Searched refs:updateInProgress (Results 1 – 9 of 9) 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-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/service-config-manager/src/
H A Dsrvcfg_manager.cpp36 static bool updateInProgress = false; variable
625 updateInProgress = true; in startServiceRestartTimer()
649 updateInProgress = false; in startServiceRestartTimer()
671 if (updateInProgress) in registerProperties()
713 if (updateInProgress) in registerProperties()
766 if (updateInProgress) in registerProperties()
816 if (updateInProgress) in registerProperties()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dupdate_message_registry.hpp298 updateInProgress = 12, enumerator
/openbmc/bmcweb/redfish-core/src/
H A Dupdate_messages.cpp97 nlohmann::json::object_t updateInProgress() in updateInProgress() function
99 return getLog(redfish::registries::Update::Index::updateInProgress, {}); in updateInProgress()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Ddevice.hpp99 bool updateInProgress = false; member in phosphor::software::device::Device
/openbmc/bmcweb/redfish-core/include/
H A Dupdate_messages.hpp37 nlohmann::json::object_t updateInProgress();