Lines Matching full:triggeractions
26 const std::vector<TriggerAction>& triggerActions, in updateDiscreteThresholds() argument
62 makeDiscreteThreshold(newThresholds, triggerId, triggerActions, in updateDiscreteThresholds()
70 makeDiscreteThreshold(newThresholds, triggerId, triggerActions, in updateDiscreteThresholds()
82 makeOnChangeThreshold(newThresholds, triggerId, triggerActions, in updateDiscreteThresholds()
92 const std::vector<TriggerAction>& triggerActions, in updateNumericThresholds() argument
118 makeNumericThreshold(newThresholds, triggerId, triggerActions, in updateNumericThresholds()
127 const std::vector<TriggerAction>& triggerActions, in updateThresholds() argument
137 updateDiscreteThresholds(currentThresholds, triggerId, triggerActions, in updateThresholds()
146 updateNumericThresholds(currentThresholds, triggerId, triggerActions, in updateThresholds()
155 const std::vector<TriggerAction>& triggerActions, in makeDiscreteThreshold() argument
168 action::discrete::fillActions(actions, triggerActions, severity, in makeDiscreteThreshold()
180 const std::vector<TriggerAction>& triggerActions, in makeNumericThreshold() argument
192 action::numeric::fillActions(actions, triggerActions, type, thresholdValue, in makeNumericThreshold()
203 const std::vector<TriggerAction>& triggerActions, in makeOnChangeThreshold() argument
209 action::discrete::onChange::fillActions(actions, triggerActions, in makeOnChangeThreshold()
226 auto triggerActions = in make() local
235 updateThresholds(thresholds, *id, triggerActions, reportIds, sensors, in make()
239 bus->get_io_context(), objServer, std::move(id), name, triggerActions, in make()