Home
last modified time | relevance | path

Searched refs:RequestedApplyTimes (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware_update.hpp11 using RequestedApplyTimes = sdbusplus::common::xyz::openbmc_project::software:: typedef
12 ApplyTime::RequestedApplyTimes;
28 const std::set<RequestedApplyTimes>& allowedApplyTimes);
40 const std::set<RequestedApplyTimes> allowedApplyTimes;
H A Ddevice.hpp32 std::set<RequestedApplyTimes> allowedApplyTimes);
62 sdbusplus::message::unix_fd image, RequestedApplyTimes applyTime,
72 std::set<RequestedApplyTimes> allowedApplyTimes;
109 const std::string& componentVersion, RequestedApplyTimes applyTime);
H A Dsoftware.hpp52 void enableUpdate(const std::set<RequestedApplyTimes>& allowedApplyTimes);
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Ddevice.cpp29 software::ApplyTime::RequestedApplyTimes::Immediate;
36 std::set<RequestedApplyTimes> allowedApplyTimes = in Device()
37 {RequestedApplyTimes::Immediate, in Device()
38 RequestedApplyTimes::OnReset}) : in Device()
77 sdbusplus::message::unix_fd image, RequestedApplyTimes applyTime, in startUpdateAsync()
122 if (applyTime == RequestedApplyTimes::Immediate) in startUpdateAsync()
163 const std::string& componentVersion, RequestedApplyTimes applyTime) in continueUpdateWithMappedPackage()
H A Dsoftware_update.cpp27 const std::set<RequestedApplyTimes>& allowedApplyTimes) : in SoftwareUpdate()
88 [](Device& device, int imageDup, RequestedApplyTimes applyTime, in method_call()
H A Dsoftware.cpp164 const std::set<RequestedApplyTimes>& allowedApplyTimes) in enableUpdate()
/openbmc/phosphor-bmc-code-mgmt/test/common/device/
H A Ddevice.cpp99 RequestedApplyTimes applyTime) in testDeviceStartUpdateCommon()
121 if (applyTime == RequestedApplyTimes::Immediate) in testDeviceStartUpdateCommon()
129 if (applyTime == RequestedApplyTimes::OnReset) in testDeviceStartUpdateCommon()
149 RequestedApplyTimes::Immediate)); in TEST_F()
156 testDeviceStartUpdateCommon(ctx, device, RequestedApplyTimes::OnReset)); in TEST_F()
172 co_await device->startUpdateAsync(image, RequestedApplyTimes::Immediate, in testDeviceStartUpdateInvalidFD()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp93 auto applyTimes = {RequestedApplyTimes::OnReset}; in initDevice()
105 {RequestedApplyTimes::Immediate, RequestedApplyTimes::OnReset}) in ExampleDevice()
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.cpp106 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice()
107 RequestedApplyTimes::Immediate, RequestedApplyTimes::OnReset}; in initDevice()
H A Dspi_device.cpp67 {RequestedApplyTimes::Immediate, RequestedApplyTimes::OnReset}), in SPIDevice()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld.hpp27 {RequestedApplyTimes::Immediate, RequestedApplyTimes::OnReset}), in CPLDDevice()
H A Dcpld_software_manager.cpp87 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice()
88 RequestedApplyTimes::Immediate, RequestedApplyTimes::OnReset}; in initDevice()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dupdate_manager.hpp53 ApplyTimeIntf::RequestedApplyTimes applyTime) override;
57 ApplyTimeIntf::RequestedApplyTimes applyTime,
H A Dupdate_manager.cpp55 ApplyTimeIntf::RequestedApplyTimes applyTime, in processImage()
199 if (applyTime == ApplyTimeIntf::RequestedApplyTimes::Immediate || in processImage()
200 applyTime == ApplyTimeIntf::RequestedApplyTimes::OnReset) in processImage()
212 ApplyTimeIntf::RequestedApplyTimes applyTime) in startUpdate()
H A Dactivation.hpp339 ApplyTimeIntf::RequestedApplyTimes applyTime;
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_software_manager.cpp66 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice()
67 RequestedApplyTimes::OnReset}; in initDevice()
H A Dtpm_device.cpp13 Device(ctx, config, parent, {RequestedApplyTimes::OnReset}) in TPMDevice()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_software_manager.cpp177 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice()
178 RequestedApplyTimes::Immediate, RequestedApplyTimes::OnReset}; in initDevice()
H A Deeprom_device.cpp62 {RequestedApplyTimes::Immediate, RequestedApplyTimes::OnReset}), in EEPROMDevice()
/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_update.cpp37 device->softwareCurrent->enableUpdate({RequestedApplyTimes::Immediate}); in testSoftwareUpdateCommon()
52 co_await client.start_update(fd, RequestedApplyTimes::Immediate); in testSoftwareUpdateCommon()
/openbmc/pldm/fw-update/
H A Dupdate.cpp12 ApplyTimeIntf::RequestedApplyTimes applyTime [[maybe_unused]]) in startUpdate()
H A Dupdate.hpp43 ApplyTimeIntf::RequestedApplyTimes applyTime) override;
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_device.hpp30 {SDBusPlusSoftware::ApplyTime::RequestedApplyTimes::OnReset}), in I2CVRDevice()
H A Di2cvr_software_manager.cpp97 software->enableUpdate({RequestedApplyTimes::OnReset}); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp98 fd, ApplyTimeIntf::RequestedApplyTimes::OnReset); in startUpdate()

12