Home
last modified time | relevance | path

Searched refs:VERSION_IFACE (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-power/
H A Dtypes.hpp15 constexpr auto VERSION_IFACE = "xyz.openbmc_project.Software.Version"; variable
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dactivation.cpp232 const std::string interface = std::string{VERSION_IFACE}; in deleteImageManagerObject()
244 auto it = response.find(VERSION_IFACE); in deleteImageManagerObject()
H A Dmeson.build17 conf.set_quoted('VERSION_IFACE', 'xyz.openbmc_project.Software.Version')
H A Ditem_updater.cpp62 if (intf.first == VERSION_IFACE) in createActivation()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp50 constexpr auto VERSION_IFACE = "xyz.openbmc_project.Software.Version"; variable
706 interfaces.emplace(VERSION_IFACE, std::move(versionProps)); in updateInventory()
739 util::setProperty(VERSION_IFACE, VERSION_PURPOSE_PROP, inventoryPath, in updateInventory()
/openbmc/phosphor-psu-code-mgmt/
H A Dmeson.build19 cdata.set_quoted('VERSION_IFACE', 'xyz.openbmc_project.Software.Version')
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify.cpp117 method.append(VERSION_IFACE, "Version"); in getFunctionalVersion()
H A Ditem_updater.cpp41 if (intf.first == VERSION_IFACE) in createActivation()
H A Dmeson.build91 subs.set_quoted('VERSION_IFACE', 'xyz.openbmc_project.Software.Version')
/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.cpp64 if (interfaceName == VERSION_IFACE) in onVersionInterfacesAdded()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp1002 interfaces.emplace(VERSION_IFACE, std::move(versionProps)); in updateInventory()