Home
last modified time | relevance | path

Searched refs:oldValue (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.cpp72 if (oldValue == static_cast<int64_t>(ovalue)) in write()
78 *written = oldValue; in write()
101 oldValue = static_cast<int64_t>(ovalue); in write()
104 *written = oldValue; in write()
134 if (oldValue == static_cast<int64_t>(value)) in write()
140 *written = oldValue; in write()
163 oldValue = static_cast<int64_t>(value); in write()
166 *written = oldValue; in write()
H A Ddbuswrite.hpp47 int64_t oldValue = -1; member in pid_control::DbusWritePercent
68 int64_t oldValue = -1; member in pid_control::DbusWrite
/openbmc/dbus-sensors/src/
H A Dsensor.hpp240 int setSensorValue(const double& newValue, double& oldValue) in setSensorValue()
250 oldValue = newValue; in setSensorValue()
264 oldValue = newValue; in setSensorValue()
285 "Value", value, [this](const double& newValue, double& oldValue) { in setInitialProperties() argument
286 return setSensorValue(newValue, oldValue); in setInitialProperties()
320 [&, label, thresSize](const double& request, double& oldValue) { in setInitialProperties() argument
321 oldValue = request; // todo, just let the config do this? in setInitialProperties()
536 double& oldValue, const double& newValue, in updateProperty()
539 if (requiresUpdate(oldValue, newValue)) in updateProperty()
541 oldValue = newValue; in updateProperty()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp212 const auto& [suffix, oldValue, dbusName] = vectorItem; in updateMinMaxValues()
217 updateProperty(sensorInterface, oldValue, *newVal, in updateMinMaxValues()
224 updateProperty(sensorInterface, oldValue, 0, dbusName); in updateMinMaxValues()
228 updateProperty(sensorInterface, oldValue, in updateMinMaxValues()
/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.cpp135 double oldValue = value; in inputProc() local
146 if (oldValue != value) in inputProc()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp341 PropertyType oldValue = *value_; in operator ()() local
346 if (oldValue == *value_) in operator ()()
370 PropertyType oldValue = *value_; in operator ()() local
375 if (oldValue == *value_) in operator ()()
/openbmc/telemetry/src/
H A Dreport.cpp196 [this](bool newVal, auto& oldValue) { in makeReportInterface() argument
199 state.set<ReportFlags::enabled>(oldValue = newVal); in makeReportInterface()