Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp960 std::string sensorTypeStr = getSensorTypeStringFromPath(path); in getSensorUnit() local
961 auto findSensor = sensorUnitStr.find(sensorTypeStr.c_str()); in getSensorUnit()