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.cpp36 sensorId = getSensorId("fan0_0", "fan_tach"); in TEST()
39 sensorId = getSensorId("0_1", "fan_pwm"); in TEST()
42 sensorId = getSensorId("fan2", "fan_tach"); in TEST()
45 sensorId = getSensorId("fan_3", "fan_tach"); in TEST()
48 sensorId = getSensorId("temp2", "temperature"); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp142 inline std::string getSensorId(std::string_view sensorName, in getSensorId() function
426 std::string subNodeEscaped = getSensorId(sensorName, sensorType); in objectPropertiesToJson()
725 getSensorId(sensorName, sensorType)); in objectExcerptToJson()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1916 redfish::sensor_utils::getSensorId(sensorName, in getSensorData()
2008 redfish::sensor_utils::getSensorId(sensorName, in getSensorData()
2261 std::string id = redfish::sensor_utils::getSensorId( in setSensorsOverride()
2353 std::string id = redfish::sensor_utils::getSensorId(sensorName, type); in getChassisCallback()