Searched defs:applyTime (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-bmc-code-mgmt/common/src/ |
H A D | software_update.cpp | 41 auto applyTime) in method_call() 90 std::unique_ptr<Software> swupdate) -> sdbusplus::async::task<> { in method_call()
|
H A D | device.cpp | 69 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 D | update_service.hpp | 647 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 D | update_manager.cpp | 55 ApplyTimeIntf::RequestedApplyTimes applyTime, in processImage() 212 ApplyTimeIntf::RequestedApplyTimes applyTime) in startUpdate()
|
H A D | activation.hpp | 334 ApplyTimeIntf::RequestedApplyTimes applyTime; member in phosphor::software::updater::Activation
|
H A D | activation.cpp | 389 auto applyTime = std::get<std::string>(result); in checkApplyTimeImmediate() local
|
H A D | item_updater.cpp | 143 ApplyTimeIntf::RequestedApplyTimes applyTime) in createActivationWithApplyTime()
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | activation.cpp | 188 auto applyTime = std::get<std::string>(result); in checkApplyTimeImmediate() local
|
/openbmc/webui-vue/src/store/modules/Operations/ |
H A D | FirmwareStore.js | 11 applyTime: null, property in FirmwareStore.state
|