Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp161 inline static uint8_t getSensorEventTypeFromPath(const std::string&) in getSensorEventTypeFromPath() function
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp366 uint8_t getSensorEventTypeFromPath(const std::string& path);
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp331 getSensorEventTypeFromPath(sensorPath) != in getSensorMap()
929 getSensorEventTypeFromPath(path) != in ipmiSenGetSensorReading()
1487 getSensorEventTypeFromPath(path) != in ipmiSenGetSensorEventEnable()
1607 getSensorEventTypeFromPath(path) != in ipmiSenGetSensorEventStatus()
1818 record.body.event_reading_type = getSensorEventTypeFromPath(path); in constructSensorSdr()
2233 getSensorEventTypeFromPath(path) != in getSensorDataRecord()
H A Dsdrutils.cpp320 uint8_t getSensorEventTypeFromPath(const std::string& path) in getSensorEventTypeFromPath() function
H A Dstoragecommands.cpp1073 eventType = getSensorEventTypeFromPath(sensorPath); in ipmiStorageGetSELEntry()
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp421 inline static uint8_t getSensorEventTypeFromPath(const std::string& /* path */) in getSensorEventTypeFromPath() function
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp714 record.body.event_reading_type = getSensorEventTypeFromPath(path); in ipmiStorageGetSDR()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp1080 eventType = getSensorEventTypeFromPath(sensorPath); in ipmiStorageGetSELEntry()
H A Dsensorcommands.cpp1354 record.body.event_reading_type = getSensorEventTypeFromPath(path); in getSensorDataRecord()