Searched refs:oldVal (Results 1 – 2 of 2) sorted by relevance
/openbmc/telemetry/src/ |
H A D | trigger.cpp | 75 [this, &triggerFactory](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument 82 oldVal = std::move(newVal); in __anon5e4599b80402() 94 std::vector<discrete::ThresholdParam>& oldVal) { in __anon5e4599b80402() argument 101 oldVal = std::move(newVal); in __anon5e4599b80402() 123 std::vector<numeric::ThresholdParam>& oldVal) { in __anon5e4599b80402() argument 130 oldVal = std::move(newVal); in __anon5e4599b80402() 149 [this, &triggerFactory](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument 157 oldVal = std::move(newVal); in __anon5e4599b80402() 168 [this](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument 177 oldVal = std::move(newVal); in __anon5e4599b80402() [all …]
|
H A D | report.cpp | 262 [this](bool newVal, auto& oldVal) { in makeReportInterface() argument 269 persistency = oldVal = storeConfiguration(); in makeReportInterface() 274 persistency = oldVal = false; in makeReportInterface() 289 [this, &reportFactory](auto newVal, auto& oldVal) { in makeReportInterface() argument 303 oldVal = std::move(newVal); in makeReportInterface() 323 [this](auto newVal, auto& oldVal) { in makeReportInterface() argument 334 oldVal = std::move(newVal); in makeReportInterface() 350 [this](auto newVal, auto& oldVal) { in makeReportInterface() argument 352 oldVal = newVal; in makeReportInterface()
|