Searched refs:InventoryItem (Results 1 – 7 of 7) sorted by relevance
/openbmc/pldm/host-bmc/dbus/ |
H A D | inventory_item.hpp | 17 class InventoryItem : public ItemIntf class 20 InventoryItem() = delete; 21 ~InventoryItem() = default; 22 InventoryItem(const InventoryItem&) = delete; 23 InventoryItem& operator=(const InventoryItem&) = delete; 24 InventoryItem(InventoryItem&&) = delete; 25 InventoryItem& operator=(InventoryItem&&) = delete; 27 InventoryItem(sdbusplus::bus_t& bus, const std::string& objPath) : in InventoryItem() function in pldm::dbus::InventoryItem
|
H A D | inventory_item.cpp | 8 std::string InventoryItem::prettyName() const in prettyName() 14 std::string InventoryItem::prettyName(std::string value) in prettyName() 20 bool InventoryItem::present() const in present() 25 bool InventoryItem::present(bool value) in present()
|
H A D | custom_dbus.hpp | 229 std::unordered_map<ObjectPath, std::unique_ptr<InventoryItem>>
|
H A D | custom_dbus.cpp | 218 path, std::make_unique<InventoryItem>( in updateItemPresentStatus()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | 234 using InventoryItem = sensor_utils::InventoryItem; typedef 507 nlohmann::json& sensorJson, InventoryItem* inventoryItem) in objectInterfacesToJson() 759 inline InventoryItem* findInventoryItem( in findInventoryItem() 760 const std::shared_ptr<std::vector<InventoryItem>>& inventoryItems, in findInventoryItem() 763 for (InventoryItem& inventoryItem : *inventoryItems) in findInventoryItem() 779 inline InventoryItem* findInventoryItemForSensor( in findInventoryItemForSensor() 780 const std::shared_ptr<std::vector<InventoryItem>>& inventoryItems, in findInventoryItemForSensor() 783 for (InventoryItem& inventoryItem : *inventoryItems) in findInventoryItemForSensor() 799 inline InventoryItem* findInventoryItemForLed( in findInventoryItemForLed() 800 std::vector<InventoryItem>& inventoryItems, const std::string& ledObjPath) in findInventoryItemForLed() [all …]
|
/openbmc/skeleton/pyinventorymgr/ |
H A D | inventory_items.py | 29 class InventoryItem(DbusProperties): class 31 super(InventoryItem, self).__init__(conn=bus, object_path=name) 106 obj = InventoryItem(bus, obj_path, FRUS[f])
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | sensor_utils.hpp | 113 class InventoryItem class 116 explicit InventoryItem(const std::string& objPath) : objectPath(objPath) in InventoryItem() function in redfish::sensor_utils::InventoryItem 268 inline resource::State getState(const InventoryItem* inventoryItem, in getState() 294 const InventoryItem* inventoryItem) in getHealth() 369 const InventoryItem* inventoryItem) in setLedState() 406 nlohmann::json& sensorJson, InventoryItem* inventoryItem) in objectPropertiesToJson()
|