Home
last modified time | relevance | path

Searched refs:oldVal (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger.cpp88 std::vector<discrete::ThresholdParam>& oldVal) { in __anon5e4599b80402() argument
95 oldVal = std::move(newVal); in __anon5e4599b80402()
118 std::vector<numeric::ThresholdParam>& oldVal) { in __anon5e4599b80402() argument
125 oldVal = std::move(newVal); in __anon5e4599b80402()
144 [this, &triggerFactory](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument
152 oldVal = std::move(newVal); in __anon5e4599b80402()
164 [this](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument
173 oldVal = std::move(newVal); in __anon5e4599b80402()
192 [this](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument
198 name = oldVal = newVal; in __anon5e4599b80402()
H A Dreport.cpp278 [this](bool newVal, auto& oldVal) { in makeReportInterface() argument
285 persistency = oldVal = storeConfiguration(); in makeReportInterface()
290 persistency = oldVal = false; in makeReportInterface()
307 [this, &reportFactory](auto newVal, auto& oldVal) { in makeReportInterface() argument
321 oldVal = std::move(newVal); in makeReportInterface()
343 [this](auto newVal, auto& oldVal) { in makeReportInterface() argument
354 oldVal = std::move(newVal); in makeReportInterface()
371 [this](auto newVal, auto& oldVal) { in makeReportInterface() argument
373 oldVal = newVal; in makeReportInterface()