Home
last modified time | relevance | path

Searched refs:isValueMutable (Results 1 – 4 of 4) sorted by relevance

/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp43 const std::string& sensorType, bool isValueMutable) : in PwmSensor() argument
162 if (isValueMutable) in PwmSensor()
H A DPwmSensor.hpp17 const std::string& sensorType, bool isValueMutable = false);
H A Dsensor.hpp70 isSensorSettable(isSettable), isValueMutable(isMutable), maxValue(max), in Sensor()
91 bool isValueMutable; member
339 if (isValueMutable) in setInitialProperties()
/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp546 bool isValueMutable = false; in createSensors() local
587 isValueMutable = *ptrMutable; in createSensors()
632 *interfacePath, "Fan", isValueMutable); in createSensors()