Lines Matching refs:Activation
31 sdbusplus::server::xyz::openbmc_project::software::Activation;
35 auto Activation::activation(Activations value) -> Activations in activation()
50 auto Activation::requestedActivation(RequestedActivations value) in requestedActivation()
84 auto Activation::extendedVersion(std::string value) -> std::string in extendedVersion()
93 void Activation::unitStateChange(sdbusplus::message_t& msg) in unitStateChange()
124 bool Activation::doUpdate(const std::string& psuInventoryPath) in doUpdate()
145 bool Activation::doUpdate() in doUpdate()
159 void Activation::onUpdateDone() in onUpdateDone()
177 void Activation::onUpdateFailed() in onUpdateFailed()
187 Activation::Status Activation::startActivation() in startActivation()
262 void Activation::finishActivation() in finishActivation()
288 void Activation::deleteImageManagerObject() in deleteImageManagerObject()
337 bool Activation::isPresent(const std::string& psuInventoryPath) in isPresent()
358 bool Activation::isCompatible(const std::string& psuInventoryPath) in isCompatible()
389 void Activation::storeImage() in storeImage()
416 std::string Activation::getUpdateService(const std::string& psuInventoryPath) in getUpdateService()