Searched refs:allowedApplyTimes (Results 1 – 10 of 10) sorted by relevance
27 const std::set<RequestedApplyTimes>& allowedApplyTimes) : in SoftwareUpdate() argument30 software(software), allowedApplyTimes(allowedApplyTimes) in SoftwareUpdate()57 if (!allowedApplyTimes.contains(applyTime)) in method_call()106 return allowedApplyTimes; in get_property()
36 std::set<RequestedApplyTimes> allowedApplyTimes = in Device() argument39 allowedApplyTimes(std::move(allowedApplyTimes)), config(config),211 softwarePending->enableUpdate(allowedApplyTimes); in continueUpdateWithMappedPackage()
164 const std::set<RequestedApplyTimes>& allowedApplyTimes) in enableUpdate() argument178 *this, allowedApplyTimes); in enableUpdate()
28 const std::set<RequestedApplyTimes>& allowedApplyTimes);40 const std::set<RequestedApplyTimes> allowedApplyTimes; member in phosphor::software::update::SoftwareUpdate
32 std::set<RequestedApplyTimes> allowedApplyTimes);72 std::set<RequestedApplyTimes> allowedApplyTimes; member in phosphor::software::device::Device
52 void enableUpdate(const std::set<RequestedApplyTimes>& allowedApplyTimes);
66 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice() local69 software->enableUpdate(allowedApplyTimes); in initDevice()
106 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice() local109 software->enableUpdate(allowedApplyTimes); in initDevice()
87 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice() local90 software->enableUpdate(allowedApplyTimes); in initDevice()
177 std::set<RequestedApplyTimes> allowedApplyTimes = { in initDevice() local180 software->enableUpdate(allowedApplyTimes); in initDevice()