Searched refs:ASSET_IFACE (Results 1 – 9 of 9) sorted by relevance
/openbmc/ibm-logging/ |
H A D | manager.cpp | 216 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 D | configure.ac | 76 AC_DEFINE(ASSET_IFACE, "xyz.openbmc_project.Inventory.Decorator.Asset", definition
|
/openbmc/phosphor-power/ |
H A D | types.hpp | 10 constexpr auto ASSET_IFACE = "xyz.openbmc_project.Inventory.Decorator.Asset"; variable
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | vpd.cpp | 73 util::getProperty(ASSET_IFACE, property, inventoryPath, in getDBusProperty()
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | activation.cpp | 359 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 D | meson.build | 18 cdata.set_quoted('ASSET_IFACE', 'xyz.openbmc_project.Inventory.Decorator.Asset')
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 49 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 D | power_supply.cpp | 636 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 D | power_supply.cpp | 1001 interfaces.emplace(ASSET_IFACE, std::move(assetProps)); in updateInventory()
|