Searched refs:oldVal (Results 1 – 2 of 2) sorted by relevance
/openbmc/telemetry/src/ |
H A D | trigger.cpp | 74 [this, &triggerFactory](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument 81 oldVal = std::move(newVal); in __anon5e4599b80402() 90 [this, &triggerFactory](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument 98 oldVal = std::move(newVal); in __anon5e4599b80402() 107 [this](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument 115 oldVal = std::move(newVal); in __anon5e4599b80402() 130 [this](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument 135 name = oldVal = newVal; in __anon5e4599b80402()
|
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() 288 [this, &reportFactory](auto newVal, auto& oldVal) { in makeReportInterface() argument 300 oldVal = std::move(newVal); in makeReportInterface() 319 [this](auto newVal, auto& oldVal) { in makeReportInterface() argument 330 oldVal = std::move(newVal); in makeReportInterface() 344 [this](auto newVal, auto& oldVal) { in makeReportInterface() argument 346 oldVal = newVal; in makeReportInterface()
|