Searched refs:applyTime (Results 1 – 12 of 12) sorted by relevance
/openbmc/webui-vue/src/store/modules/Operations/ |
H A D | FirmwareStore.js | 11 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 D | update_service.hpp | 644 if (applyTime == "Immediate") in convertApplyTime() 649 else if (applyTime == "OnReset") in convertApplyTime() 658 applyTime); in convertApplyTime() 666 const std::string& applyTime) in setApplyTime() argument 683 std::optional<std::string> applyTime; member 889 startUpdate(asyncResp, std::move(payload), memfd, applyTime, in getSwInfo() 914 startUpdate(asyncResp, std::move(payload), memfd, applyTime, in handleBMCUpdate() 948 applyTime]( in processUpdateRequest() 981 if (!multipart->applyTime) in updateMultipartContext() 983 multipart->applyTime = "OnReset"; in updateMultipartContext() [all …]
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | update_manager.cpp | 56 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 D | update_manager.hpp | 53 ApplyTimeIntf::RequestedApplyTimes applyTime) override; 57 ApplyTimeIntf::RequestedApplyTimes applyTime,
|
H A D | activation.cpp | 368 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 D | activation.hpp | 334 ApplyTimeIntf::RequestedApplyTimes applyTime; member in phosphor::software::updater::Activation
|
H A D | item_updater.hpp | 172 ApplyTimeIntf::RequestedApplyTimes applyTime);
|
H A D | item_updater.cpp | 143 ApplyTimeIntf::RequestedApplyTimes applyTime) in createActivationWithApplyTime() argument 155 activations[id]->applyTime = applyTime; in createActivationWithApplyTime()
|
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/settings/ |
H A D | phosphor-settings-manager_%.bbappend | 3 SRC_URI:append = " file://applyTime.override.yml"
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | activation.cpp | 188 auto applyTime = std::get<std::string>(result); in checkApplyTimeImmediate() local 189 if (applyTime == applyTimeImmediate) in checkApplyTimeImmediate()
|
/openbmc/ |
H A D | opengrok1.0.log | 48891 …isystem/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager/applyTime.override.yml.gz
|
H A D | opengrok2.0.log | 49598 …isystem/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager/applyTime.override.yml.gz
|