Lines Matching refs:Software
22 Software::Software(sdbusplus::async::context& ctx, Device& parent) : in Software() function in Software
23 Software(ctx, parent, getRandomSoftwareId(parent)) in Software()
26 Software::Software(sdbusplus::async::context& ctx, Device& parent, in Software() function in Software
42 long int Software::getRandomId() in getRandomId()
51 std::string Software::getRandomSoftwareId(Device& parent) in getRandomSoftwareId()
56 sdbusplus::async::task<> Software::createInventoryAssociations(bool isRunning) in createInventoryAssociations()
80 void Software::createInventoryAssociation(bool isRunning, in createInventoryAssociation()
110 ctx, Software::objectPath.str.c_str(), in createInventoryAssociation()
116 void Software::setVersion(const std::string& versionStr, in setVersion()
134 std::optional<SoftwareVersion::VersionPurpose> Software::getPurpose() in getPurpose()
143 void Software::setActivationBlocksTransition(bool enabled) in setActivationBlocksTransition()
158 void Software::setActivation(SoftwareActivation::Activations act) in setActivation()
163 void Software::enableUpdate( in enableUpdate()