Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp148 inline static uint8_t getSensorTypeFromPath(const std::string& path) in getSensorTypeFromPath() function
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp362 uint8_t getSensorTypeFromPath(const std::string& path);
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp388 inline static uint8_t getSensorTypeFromPath(const std::string& path) in getSensorTypeFromPath() function
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp287 uint8_t getSensorTypeFromPath(const std::string& path) in getSensorTypeFromPath() function
H A Dstoragecommands.cpp1060 sensorType = getSensorTypeFromPath(sensorPath); in ipmiStorageGetSELEntry()
H A Dsensorcommands.cpp1808 record.body.sensor_type = getSensorTypeFromPath(path); in constructSensorSdr()
2600 const auto& sensorTypeValue = getSensorTypeFromPath(sensorObjPath); in getSensorsByEntityId()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp704 record.body.sensor_type = getSensorTypeFromPath(path); in ipmiStorageGetSDR()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp1076 sensorType = getSensorTypeFromPath(sensorPath); in ipmiStorageGetSELEntry()
H A Dsensorcommands.cpp1344 record.body.sensor_type = getSensorTypeFromPath(path); in getSensorDataRecord()