Home
last modified time | relevance | path

Searched defs:applyTime (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_update.cpp41 auto applyTime) in method_call()
90 std::unique_ptr<Software> swupdate) -> sdbusplus::async::task<> { in method_call()
H A Ddevice.cpp69 startUpdateAsync(sdbusplus::message::unix_fd image,RequestedApplyTimes applyTime,std::unique_ptr<Software> softwarePendingIn) startUpdateAsync() argument
155 continueUpdateWithMappedPackage(const uint8_t * matchingComponentImage,size_t componentImageSize,const std::string & componentVersion,RequestedApplyTimes applyTime) continueUpdateWithMappedPackage() argument
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp647 inline bool convertApplyTime(crow::Response& res, const std::string& applyTime, in convertApplyTime() argument
672 const std::string& applyTime) in setApplyTime() argument
689 std::optional<std::string> applyTime; member
844 const MemoryFileDescriptor& memfd, const std::string& applyTime, in startUpdate() argument
861 getSwInfo(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,task::Payload payload,const MemoryFileDescriptor & memfd,const std::string & applyTime,const std::string & target,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) getSwInfo() argument
902 handleBMCUpdate(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,task::Payload payload,const MemoryFileDescriptor & memfd,const std::string & applyTime,const boost::system::error_code & ec,const dbus::utility::MapperEndPoints & functionalSoftware) handleBMCUpdate() argument
928 processUpdateRequest(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,task::Payload && payload,std::string_view body,const std::string & applyTime,std::vector<std::string> & targets) processUpdateRequest() argument
[all...]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dupdate_manager.cpp55 ApplyTimeIntf::RequestedApplyTimes applyTime, in processImage()
212 ApplyTimeIntf::RequestedApplyTimes applyTime) in startUpdate()
H A Dactivation.hpp334 ApplyTimeIntf::RequestedApplyTimes applyTime; member in phosphor::software::updater::Activation
H A Dactivation.cpp389 auto applyTime = std::get<std::string>(result); in checkApplyTimeImmediate() local
H A Ditem_updater.cpp143 ApplyTimeIntf::RequestedApplyTimes applyTime) in createActivationWithApplyTime()
/openbmc/openpower-pnor-code-mgmt/
H A Dactivation.cpp188 auto applyTime = std::get<std::string>(result); in checkApplyTimeImmediate() local
/openbmc/webui-vue/src/store/modules/Operations/
H A DFirmwareStore.js11 applyTime: null, property in FirmwareStore.state