Home
last modified time | relevance | path

Searched refs:allowedApplyTimes (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_update.cpp27 const std::set<RequestedApplyTimes>& allowedApplyTimes) : in SoftwareUpdate() argument
30 software(software), allowedApplyTimes(allowedApplyTimes) in SoftwareUpdate()
57 if (!allowedApplyTimes.contains(applyTime)) in method_call()
106 return allowedApplyTimes; in get_property()
H A Ddevice.cpp36 std::set<RequestedApplyTimes> allowedApplyTimes = in Device() argument
39 allowedApplyTimes(std::move(allowedApplyTimes)), config(config),
211 softwarePending->enableUpdate(allowedApplyTimes); in continueUpdateWithMappedPackage()
H A Dsoftware.cpp164 const std::set<RequestedApplyTimes>& allowedApplyTimes) in enableUpdate() argument
178 *this, allowedApplyTimes); in enableUpdate()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware_update.hpp28 const std::set<RequestedApplyTimes>& allowedApplyTimes);
40 const std::set<RequestedApplyTimes> allowedApplyTimes; member in phosphor::software::update::SoftwareUpdate
H A Ddevice.hpp32 std::set<RequestedApplyTimes> allowedApplyTimes);
72 std::set<RequestedApplyTimes> allowedApplyTimes; member in phosphor::software::device::Device
H A Dsoftware.hpp52 void enableUpdate(const std::set<RequestedApplyTimes>& allowedApplyTimes);
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_software_manager.cpp66 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice() local
69 software->enableUpdate(allowedApplyTimes); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.cpp106 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice() local
109 software->enableUpdate(allowedApplyTimes); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_software_manager.cpp87 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice() local
90 software->enableUpdate(allowedApplyTimes); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_software_manager.cpp177 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice() local
180 software->enableUpdate(allowedApplyTimes); in initDevice()