Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dsensor_utils_test.cpp38 sensorId = getSensorId("fan0_0", "fan_tach"); in TEST()
41 sensorId = getSensorId("0_1", "fan_pwm"); in TEST()
44 sensorId = getSensorId("fan2", "fan_tach"); in TEST()
47 sensorId = getSensorId("fan_3", "fan_tach"); in TEST()
50 sensorId = getSensorId("temp2", "temperature"); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp156 inline std::string getSensorId(std::string_view sensorName, in getSensorId() function
533 std::string subNodeEscaped = getSensorId(sensorName, sensorType); in fillSensorIdentity()
931 getSensorId(sensorName, sensorType)); in objectExcerptToJson()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1949 redfish::sensor_utils::getSensorId(sensorName, in getSensorData()
2041 redfish::sensor_utils::getSensorId(sensorName, in getSensorData()
2294 std::string id = redfish::sensor_utils::getSensorId( in setSensorsOverride()
2386 std::string id = redfish::sensor_utils::getSensorId(sensorName, type); in getChassisCallback()