Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1703 std::string inventoryAssocPath; in getInventoryItemAssociations() local
1704 inventoryAssocPath.reserve(128); // avoid memory allocations in getInventoryItemAssociations()
1712 inventoryAssocPath = inventoryItem.objectPath; in getInventoryItemAssociations()
1713 inventoryAssocPath += "/leds"; in getInventoryItemAssociations()
1714 if (objPath == inventoryAssocPath) in getInventoryItemAssociations()