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.cpp34 sensorId = getSensorId("fan0_0", "fan_tach"); in TEST()
37 sensorId = getSensorId("0_1", "fan_pwm"); in TEST()
40 sensorId = getSensorId("fan2", "fan_tach"); in TEST()
43 sensorId = getSensorId("fan_3", "fan_tach"); in TEST()
46 sensorId = getSensorId("temp2", "temperature"); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp115 inline std::string getSensorId(std::string_view sensorName, in getSensorId() function
383 std::string subNodeEscaped = getSensorId(sensorName, sensorType); in objectPropertiesToJson()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1905 redfish::sensor_utils::getSensorId(sensorName, in getSensorData()
1997 redfish::sensor_utils::getSensorId(sensorName, in getSensorData()
2248 std::string id = redfish::sensor_utils::getSensorId( in setSensorsOverride()
2340 std::string id = redfish::sensor_utils::getSensorId(sensorName, type); in getChassisCallback()