Home
last modified time | relevance | path

Searched refs:ApplyTimeIntf (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dupdate_manager.hpp24 using ApplyTimeIntf = typedef
53 ApplyTimeIntf::RequestedApplyTimes applyTime) override;
57 ApplyTimeIntf::RequestedApplyTimes applyTime,
H A Dupdate_manager.cpp56 ApplyTimeIntf::RequestedApplyTimes applyTime, in processImage()
200 if (applyTime == ApplyTimeIntf::RequestedApplyTimes::Immediate || in processImage()
201 applyTime == ApplyTimeIntf::RequestedApplyTimes::OnReset) in processImage()
213 ApplyTimeIntf::RequestedApplyTimes applyTime) in startUpdate()
H A Dactivation.hpp43 using ApplyTimeIntf = typedef
334 ApplyTimeIntf::RequestedApplyTimes applyTime;
H A Ditem_updater.hpp172 ApplyTimeIntf::RequestedApplyTimes applyTime);
H A Dactivation.cpp368 return (applyTime == ApplyTimeIntf::RequestedApplyTimes::Immediate); in checkApplyTimeImmediate()
H A Ditem_updater.cpp143 ApplyTimeIntf::RequestedApplyTimes applyTime) in createActivationWithApplyTime()
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp86 using ApplyTimeIntf = in startUpdate() typedef
100 fd, ApplyTimeIntf::RequestedApplyTimes::OnReset); in startUpdate()