/openbmc/phosphor-bmc-code-mgmt/common/src/ |
H A D | software_update.cpp | 34 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 D | device.cpp | 72 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 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 | 647 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 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/phosphor-bmc-code-mgmt/common/include/ |
H A D | device.hpp | 62 sdbusplus::message::unix_fd image, RequestedApplyTimes applyTime, 109 const std::string& componentVersion, RequestedApplyTimes applyTime);
|
H A D | software_update.hpp | 26 auto method_call(start_update_t su, auto image, auto applyTime)
|
/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/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |