Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 19 of 19) sorted by relevance

/openbmc/telemetry/src/
H A Dmetric.cpp96 double newValue = data.update(timestamp, value); in sensorUpdated() local
137 if (std::optional<double> newValue = data->update(timestamp)) in updateReadings() local
H A Dsensor.cpp51 boost::system::error_code ec, double newValue) { in async_read()
106 void Sensor::updateValue(double newValue) in updateValue()
/openbmc/libbej/src/
H A Dbej_tree.c70 void bejTreeSetInteger(struct RedfishPropertyLeafInt* node, int64_t newValue) in bejTreeSetInteger()
102 void bejTreeSetReal(struct RedfishPropertyLeafReal* node, double newValue) in bejTreeSetReal()
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp157 const std::string& path, const std::string& property, const T& newValue) in setProperty()
176 T newValue; member
419 bool newValue = !defaultParams().enabled(); in TEST_F() local
427 uint64_t newValue = ReportManager::minInterval.count() * 42; in TEST_F() local
438 uint64_t newValue = ReportManager::minInterval.count() - 1; in TEST_F() local
455 uint64_t newValue = ReportManager::minInterval.count(); in TEST_F() local
H A Ddbus_environment.hpp119 const std::string& property, const T& newValue) in setProperty()
H A Dtest_trigger.cpp111 const std::string& path, const std::string& property, const T& newValue) in setProperty()
121 T newValue; member
/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.cpp50 void PresenceGpio::updateAndTracePresence(int newValue) in updateAndTracePresence() argument
/openbmc/pldm/libpldmresponder/
H A Dbios_integer_attribute.cpp212 int BIOSIntegerAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal()
H A Dbios_string_attribute.cpp138 int BIOSStringAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal()
H A Dbios_enum_attribute.cpp250 int BIOSEnumAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal()
H A Dbios_config.cpp1035 Table newValue; in processBiosAttrChangeNotification() local
/openbmc/smbios-mdr/src/
H A Dcpuinfo_utils.cpp176 boost::system::error_code ec, const PropertyType& newValue) { in subscribeToProperty()
/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.cpp290 updateValue(const int & newValue) updateValue() argument
/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.cpp76 std::string newValue = value != 0 ? hwIntrusionValStr : normalValStr; updateValue() local
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp635 double newValue = std::numeric_limits<double>::quiet_NaN(); in updateReading() local
/openbmc/dbus-sensors/src/
H A Dsensor.hpp278 "Value", value, [this](const double& newValue, double& oldValue) { in setInitialProperties()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mp.c156 u32 newValue = value; in r8712_bb_reg_write() local
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp364 const PropertyType& newValue = std::any_cast<PropertyType>(value); in operator ()() local
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c2876 u8 newValue; in __ffs_func_bind_do_nums() local