Lines Matching full:activation
12 #include <xyz/openbmc_project/Software/Activation/server.hpp>
34 sdbusplus::server::xyz::openbmc_project::software::Activation,
56 class Activation;
76 Activation& parent, uint8_t value, in RedundancyPriority()
117 Activation& parent;
179 /** @class Activation
180 * @brief OpenBMC activation software management implementation.
182 * xyz.openbmc_project.Software.Activation DBus API.
184 class Activation : public ActivationInherit, public Flash class
187 /** @brief Constructs Activation Software Manager
193 * @param[in] activationStatus - The status of Activation
196 Activation(sdbusplus::bus_t& bus, const std::string& path, in Activation() function in phosphor::software::updater::Activation
198 sdbusplus::server::xyz::openbmc_project::software::Activation:: in Activation()
209 std::bind(std::mem_fn(&Activation::unitStateChange), this, in Activation()
213 activation(activationStatus); in Activation()
220 /** @brief Overloaded Activation property setter function
222 * @param[in] value - One of Activation::Activations
226 Activations activation(Activations value) override;
228 /** @brief Activation */
229 using ActivationInherit::activation;
233 * @param[in] value - One of Activation::RequestedActivations
246 * @details Perform anything that is necessary to mark the activation
247 * successful after the image has been written to flash. Sets the Activation
285 * systemd signals are only of interest during the activation process.
340 * part of the activation process. **/
344 * part of the activation process. **/