Lines Matching full:version
7 #include <xyz/openbmc_project/Software/Version/server.hpp>
19 sdbusplus::xyz::openbmc_project::Software::server::Version>;
25 class Version;
39 * @param[in] version - The Version object.
41 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& version) : in Delete() argument
43 version(version) in Delete()
49 * Version class erase Method.
54 /** @brief The Version Object. */
55 Version& version; member in phosphor::software::updater::Delete
58 /** @class Version
59 * @brief OpenBMC version software management implementation.
60 * @details A concrete implementation for xyz.openbmc_project.Software.Version
63 class Version : public VersionInherit class
66 /** @brief Constructs Version Software Manager.
70 * @param[in] versionId - The version Id
71 * @param[in] versionString - The version string
72 * @param[in] versionPurpose - The version purpose
75 Version(sdbusplus::bus_t& bus, const std::string& objPath, in Version() function in phosphor::software::updater::Version
85 version(versionString); in Version()
94 * @brief Return the version id
127 * @param[in] extVersion - The extended version string that contains
138 /** @brief Get the version string. */
148 /** @brief This Version's version Id */
151 /** @brief This Version's version string */