Home
last modified time | relevance | path

Searched refs:newVal (Results 1 – 8 of 8) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger.cpp64 [this](bool newVal, const auto&) { in __anon5e4599b80402() argument
65 if (newVal == persistent) in __anon5e4599b80402()
69 if (newVal) in __anon5e4599b80402()
87 const std::vector<discrete::ThresholdParam>& newVal, in __anon5e4599b80402()
90 utils::ToLabeledThresholdParamConversion()(newVal); in __anon5e4599b80402()
95 oldVal = std::move(newVal); in __anon5e4599b80402()
117 const std::vector<numeric::ThresholdParam>& newVal, in __anon5e4599b80402()
120 utils::ToLabeledThresholdParamConversion()(newVal); in __anon5e4599b80402()
125 oldVal = std::move(newVal); in __anon5e4599b80402()
144 [this, &triggerFactory](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument
[all …]
H A Dreport.cpp208 [this](bool newVal, auto& oldValue) { in makeReportInterface() argument
209 if (newVal != state.get<ReportFlags::enabled>()) in makeReportInterface()
211 state.set<ReportFlags::enabled>(oldValue = newVal); in makeReportInterface()
278 [this](bool newVal, auto& oldVal) { in makeReportInterface() argument
279 if (newVal == persistency) in makeReportInterface()
283 if (newVal) in makeReportInterface()
307 [this, &reportFactory](auto newVal, auto& oldVal) { in makeReportInterface() argument
309 reportFactory.convertMetricParams(newVal); in makeReportInterface()
321 oldVal = std::move(newVal); in makeReportInterface()
343 [this](auto newVal, auto& oldVal) { in makeReportInterface() argument
[all …]
/openbmc/entity-manager/src/entity_manager/
H A Ddbus_interface.hpp106 const std::vector<PropertyType>& newVal, in addArrayToDbus()
108 val = newVal; in addArrayToDbus()
141 const PropertyType& newVal, PropertyType& val) { in addProperty() argument
142 val = newVal; in addProperty()
107 __anoncc3de7d70102( const std::vector<PropertyType>& newVal, std::vector<PropertyType>& val) addArrayToDbus() argument
/openbmc/pldm/libpldmresponder/
H A Dbios_integer_attribute.cpp216 auto newVal = getAttrValue(newPropVal); in updateAttrVal() local
218 newVal); in updateAttrVal()
/openbmc/webui-vue/src/components/Global/
H A DTableDateFilter.vue115 toDate(newVal) {
118 this.offsetToDate = new Date(newVal).setUTCHours(23, 59, 59, 999);
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp214 if (auto newVal = in updateMinMaxValues() local
217 updateProperty(sensorInterface, oldValue, *newVal, in updateMinMaxValues()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp566 uint8_t newVal = std::get<uint8_t>(it->second); in processPriorityChangeNotification() local
570 (newVal == 0) in processPriorityChangeNotification()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js1457 val: function val(newVal) {
1466 t.setVal(newVal);