Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp129 inline static std::string getSensorTypeStringFromPath(const std::string& path) in getSensorTypeStringFromPath() function
151 std::string type = getSensorTypeStringFromPath(path); in getSensorTypeFromPath()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp308 std::string getSensorTypeStringFromPath(const std::string& path) in getSensorTypeStringFromPath() function
330 std::string type = getSensorTypeStringFromPath(path); in getSensorTypeFromPath()
363 std::string type = getSensorTypeStringFromPath(path); in getSensorEventTypeFromPath()
H A Dsensorcommands.cpp1839 std::string type = getSensorTypeStringFromPath(path); in constructSensorSdr()
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp368 inline static std::string getSensorTypeStringFromPath(const std::string& path) in getSensorTypeStringFromPath() function
390 std::string type = getSensorTypeStringFromPath(path); in getSensorTypeFromPath()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp333 std::string getSensorTypeStringFromPath(const std::string& path);
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp706 std::string type = getSensorTypeStringFromPath(path); in ipmiStorageGetSDR()
961 std::string sensorTypeStr = getSensorTypeStringFromPath(path); in getSensorUnit()