Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1173 std::string sensorAssocPath; in getInventoryItemAssociations() local
1174 sensorAssocPath.reserve(128); // avoid memory allocations in getInventoryItemAssociations()
1184 sensorAssocPath = sensorName; in getInventoryItemAssociations()
1185 sensorAssocPath += "/inventory"; in getInventoryItemAssociations()
1186 if (objPath == sensorAssocPath) in getInventoryItemAssociations()