Lines Matching refs:newVal
64 [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
146 triggerFactory.getLabeledSensorsInfo(newVal); in __anon5e4599b80402()
152 oldVal = std::move(newVal); in __anon5e4599b80402()
164 [this](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument
166 newVal, [](const auto& path) { in __anon5e4599b80402()
173 oldVal = std::move(newVal); in __anon5e4599b80402()
192 [this](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument
193 if (newVal.length() > utils::constants::maxIdNameLength) in __anon5e4599b80402()
198 name = oldVal = newVal; in __anon5e4599b80402()