Home
last modified time | relevance | path

Searched refs:ASSET_IFACE (Results 1 – 9 of 9) sorted by relevance

/openbmc/ibm-logging/
H A Dmanager.cpp216 subtree = getSubtree(bus, "/", 0, ASSET_IFACE); in createCalloutObjects()
223 auto service = getService(callout, ASSET_IFACE, subtree); in createCalloutObjects()
230 ASSET_IFACE); in createCalloutObjects()
H A Dconfigure.ac76 AC_DEFINE(ASSET_IFACE, "xyz.openbmc_project.Inventory.Decorator.Asset", definition
/openbmc/phosphor-power/
H A Dtypes.hpp10 constexpr auto ASSET_IFACE = "xyz.openbmc_project.Inventory.Decorator.Asset"; variable
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dvpd.cpp73 util::getProperty(ASSET_IFACE, property, inventoryPath, in getDBusProperty()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp359 utils::getService(bus, psuInventoryPath.c_str(), ASSET_IFACE); in isCompatible()
361 bus, service.c_str(), psuInventoryPath.c_str(), ASSET_IFACE, in isCompatible()
/openbmc/phosphor-psu-code-mgmt/
H A Dmeson.build18 cdata.set_quoted('ASSET_IFACE', 'xyz.openbmc_project.Inventory.Decorator.Asset')
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp49 constexpr auto ASSET_IFACE = "xyz.openbmc_project.Inventory.Decorator.Asset"; variable
703 interfaces.emplace(ASSET_IFACE, std::move(assetProps)); in updateInventory()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp636 if (fru.at("interface") == ASSET_IFACE) in updateInventory()
652 interfaces.emplace(ASSET_IFACE, std::move(assetProps)); in updateInventory()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp1001 interfaces.emplace(ASSET_IFACE, std::move(assetProps)); in updateInventory()