Home
last modified time | relevance | path

Searched defs:InventoryItem (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/host-bmc/dbus/
H A Dinventory_item.hpp17 class InventoryItem : public ItemIntf class
27 InventoryItem(sdbusplus::bus_t& bus, const std::string& objPath) : in InventoryItem() function in pldm::dbus::InventoryItem
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp113 class InventoryItem class
116 explicit InventoryItem(const std::string& objPath) : objectPath(objPath) in InventoryItem() function in redfish::sensor_utils::InventoryItem
/openbmc/skeleton/pyinventorymgr/
H A Dinventory_items.py29 class InventoryItem(DbusProperties): class
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp234 using InventoryItem = sensor_utils::InventoryItem; typedef