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.hpp1223 std::string inventoryAssocPath; in getInventoryItemAssociations() local
1224 inventoryAssocPath.reserve(128); // avoid memory allocations in getInventoryItemAssociations()
1232 inventoryAssocPath = inventoryItem.objectPath; in getInventoryItemAssociations()
1233 inventoryAssocPath += "/leds"; in getInventoryItemAssociations()
1234 if (objPath == inventoryAssocPath) in getInventoryItemAssociations()