Home
last modified time | relevance | path

Searched refs:applyTime (Results 1 – 17 of 17) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_update.cpp34 auto applyTime) in method_call() argument
51 if (!allowedApplyTimes.contains(applyTime)) in method_call()
55 "APPLYTIME", applyTime); in method_call()
83 [](Device& device, int imageDup, RequestedApplyTimes applyTime, in method_call()
85 co_await device.startUpdateAsync(imageDup, applyTime, in method_call()
90 }(device, imageDup, applyTime, std::move(softwareInstance))); in method_call()
H A Ddevice.cpp72 sdbusplus::message::unix_fd image, RequestedApplyTimes applyTime, in startUpdateAsync() argument
105 componentImage, componentImageSize, componentVersion, applyTime); in startUpdateAsync()
118 if (applyTime == RequestedApplyTimes::Immediate) in startUpdateAsync()
162 const std::string& componentVersion, RequestedApplyTimes applyTime) in continueUpdateWithMappedPackage() argument
200 if (applyTime == applyTimeImmediate) in continueUpdateWithMappedPackage()
/openbmc/webui-vue/src/store/modules/Operations/
H A DFirmwareStore.js11 applyTime: null, property in FirmwareStore.state
43 setApplyTime: (state, applyTime) => (state.applyTime = applyTime),
111 const applyTime =
113 commit('setApplyTime', applyTime);
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp647 inline bool convertApplyTime(crow::Response& res, const std::string& applyTime, in convertApplyTime() argument
650 if (applyTime == "Immediate") in convertApplyTime()
655 else if (applyTime == "OnReset") in convertApplyTime()
664 applyTime); in convertApplyTime()
665 messages::propertyValueNotInList(res, applyTime, "ApplyTime"); in convertApplyTime()
672 const std::string& applyTime) in setApplyTime() argument
675 if (!convertApplyTime(asyncResp->res, applyTime, applyTimeNewVal)) in setApplyTime()
689 std::optional<std::string> applyTime; member
773 "@Redfish.OperationApplyTime", multiRet.applyTime, // in extractMultipartUpdateParameters()
844 const MemoryFileDescriptor& memfd, const std::string& applyTime, in startUpdate() argument
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dupdate_manager.cpp56 ApplyTimeIntf::RequestedApplyTimes applyTime, in processImage() argument
200 if (applyTime == ApplyTimeIntf::RequestedApplyTimes::Immediate || in processImage()
201 applyTime == ApplyTimeIntf::RequestedApplyTimes::OnReset) in processImage()
213 ApplyTimeIntf::RequestedApplyTimes applyTime) in startUpdate() argument
229 itemUpdater.createActivationWithApplyTime(id, objPath, applyTime); in startUpdate()
232 ctx.spawn(processImage(newFd, applyTime, id, objPath)); in startUpdate()
H A Dupdate_manager.hpp53 ApplyTimeIntf::RequestedApplyTimes applyTime) override;
57 ApplyTimeIntf::RequestedApplyTimes applyTime,
H A Dactivation.cpp368 return (applyTime == ApplyTimeIntf::RequestedApplyTimes::Immediate); in checkApplyTimeImmediate()
389 auto applyTime = std::get<std::string>(result); in checkApplyTimeImmediate() local
390 if (applyTime == applyTimeImmediate) in checkApplyTimeImmediate()
H A Dactivation.hpp334 ApplyTimeIntf::RequestedApplyTimes applyTime; member in phosphor::software::updater::Activation
H A Ditem_updater.hpp172 ApplyTimeIntf::RequestedApplyTimes applyTime);
H A Ditem_updater.cpp143 ApplyTimeIntf::RequestedApplyTimes applyTime) in createActivationWithApplyTime() argument
155 activations[id]->applyTime = applyTime; in createActivationWithApplyTime()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Ddevice.hpp62 sdbusplus::message::unix_fd image, RequestedApplyTimes applyTime,
109 const std::string& componentVersion, RequestedApplyTimes applyTime);
H A Dsoftware_update.hpp26 auto method_call(start_update_t su, auto image, auto applyTime)
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/settings/
H A Dphosphor-settings-manager_%.bbappend3 SRC_URI:append = " file://applyTime.override.yml"
/openbmc/openpower-pnor-code-mgmt/
H A Dactivation.cpp188 auto applyTime = std::get<std::string>(result); in checkApplyTimeImmediate() local
189 if (applyTime == applyTimeImmediate) in checkApplyTimeImmediate()
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]
/openbmc/linux/
H A Dopengrok1.0.log[all...]