| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | software_update.cpp | 41 auto applyTime) in method_call() argument 57 if (!allowedApplyTimes.contains(applyTime)) in method_call() 61 "APPLYTIME", applyTime); in method_call() 88 [](Device& device, int imageDup, RequestedApplyTimes applyTime, in method_call() 90 co_await device.startUpdateAsync(imageDup, applyTime, in method_call() 95 }(device, imageDup, applyTime, std::move(softwareInstance))); in method_call()
|
| H A D | device.cpp | 77 sdbusplus::message::unix_fd image, RequestedApplyTimes applyTime, in startUpdateAsync() argument 109 componentImage, componentImageSize, componentVersion, applyTime); in startUpdateAsync() 122 if (applyTime == RequestedApplyTimes::Immediate) in startUpdateAsync() 163 const std::string& componentVersion, RequestedApplyTimes applyTime) in continueUpdateWithMappedPackage() argument 205 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); 144 { image, targets, forceUpdate, applyTime = 'Immediate' }, 157 params['@Redfish.OperationApplyTime'] = applyTime;
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | update_service.hpp | 651 inline bool convertApplyTime(crow::Response& res, const std::string& applyTime, in convertApplyTime() argument 654 if (applyTime == "Immediate") in convertApplyTime() 659 else if (applyTime == "OnReset") in convertApplyTime() 668 applyTime); in convertApplyTime() 669 messages::propertyValueNotInList(res, applyTime, "ApplyTime"); in convertApplyTime() 676 const std::string& applyTime) in setApplyTime() argument 679 if (!convertApplyTime(asyncResp->res, applyTime, applyTimeNewVal)) in setApplyTime() 696 std::optional<std::string> applyTime; member 769 "@Redfish.OperationApplyTime", multiRet.applyTime, // in processUpdateParameters() 872 const MemoryFileDescriptor& memfd, const std::string& applyTime, in startUpdate() argument [all …]
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | update_manager.cpp | 55 ApplyTimeIntf::RequestedApplyTimes applyTime, in processImage() argument 199 if (applyTime == ApplyTimeIntf::RequestedApplyTimes::Immediate || in processImage() 200 applyTime == ApplyTimeIntf::RequestedApplyTimes::OnReset) in processImage() 212 ApplyTimeIntf::RequestedApplyTimes applyTime) in startUpdate() argument 228 itemUpdater.createActivationWithApplyTime(id, objPath, applyTime); in startUpdate() 231 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 | 366 return (applyTime == ApplyTimeIntf::RequestedApplyTimes::Immediate); in checkApplyTimeImmediate() 387 auto applyTime = std::get<std::string>(result); in checkApplyTimeImmediate() local 388 if (applyTime == applyTimeImmediate) in checkApplyTimeImmediate()
|
| H A D | activation.hpp | 339 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/test/common/device/ |
| H A D | device.cpp | 99 RequestedApplyTimes applyTime) in testDeviceStartUpdateCommon() argument 117 co_await device->startUpdateAsync(fd, applyTime, std::move(softwareUpdate)); in testDeviceStartUpdateCommon() 121 if (applyTime == RequestedApplyTimes::Immediate) in testDeviceStartUpdateCommon() 129 if (applyTime == RequestedApplyTimes::OnReset) in testDeviceStartUpdateCommon()
|
| /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 | 32 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/pldm/fw-update/ |
| H A D | update.cpp | 12 ApplyTimeIntf::RequestedApplyTimes applyTime [[maybe_unused]]) in startUpdate() argument
|
| H A D | update.hpp | 43 ApplyTimeIntf::RequestedApplyTimes applyTime) override;
|
| /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...] |