Searched refs:VERSION_IFACE (Results 1 – 11 of 11) sorted by relevance
15 constexpr auto VERSION_IFACE = "xyz.openbmc_project.Software.Version"; variable
232 const std::string interface = std::string{VERSION_IFACE}; in deleteImageManagerObject()244 auto it = response.find(VERSION_IFACE); in deleteImageManagerObject()
17 conf.set_quoted('VERSION_IFACE', 'xyz.openbmc_project.Software.Version')
62 if (intf.first == VERSION_IFACE) in createActivation()
50 constexpr auto VERSION_IFACE = "xyz.openbmc_project.Software.Version"; variable706 interfaces.emplace(VERSION_IFACE, std::move(versionProps)); in updateInventory()739 util::setProperty(VERSION_IFACE, VERSION_PURPOSE_PROP, inventoryPath, in updateInventory()
19 cdata.set_quoted('VERSION_IFACE', 'xyz.openbmc_project.Software.Version')
117 method.append(VERSION_IFACE, "Version"); in getFunctionalVersion()
41 if (intf.first == VERSION_IFACE) in createActivation()
91 subs.set_quoted('VERSION_IFACE', 'xyz.openbmc_project.Software.Version')
64 if (interfaceName == VERSION_IFACE) in onVersionInterfacesAdded()
1002 interfaces.emplace(VERSION_IFACE, std::move(versionProps)); in updateInventory()