Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp86 double respValue = (resp / 100.0) * pwmMax; in PwmSensor() local
88 auto respInt = static_cast<uint32_t>(std::round(respValue)); in PwmSensor()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp1030 std::variant<bool> respValue; in getPresentCpus() local
1038 resp.read(respValue); in getPresentCpus()
1046 auto* present = std::get_if<bool>(&respValue); in getPresentCpus()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp2626 auto respValue = std::get_if<bool>(&resp); in getProperty() local
2627 if (!respValue) in getProperty()
2633 return (*respValue); in getProperty()