Lines Matching refs:triggerId
25 const std::string& triggerId, in updateDiscreteThresholds() argument
62 makeDiscreteThreshold(newThresholds, triggerId, triggerActions, in updateDiscreteThresholds()
70 makeDiscreteThreshold(newThresholds, triggerId, triggerActions, in updateDiscreteThresholds()
82 makeOnChangeThreshold(newThresholds, triggerId, triggerActions, in updateDiscreteThresholds()
91 const std::string& triggerId, in updateNumericThresholds() argument
118 makeNumericThreshold(newThresholds, triggerId, triggerActions, in updateNumericThresholds()
126 const std::string& triggerId, in updateThresholds() argument
137 updateDiscreteThresholds(currentThresholds, triggerId, triggerActions, in updateThresholds()
146 updateNumericThresholds(currentThresholds, triggerId, triggerActions, in updateThresholds()
154 const std::string& triggerId, in makeDiscreteThreshold() argument
172 bus->get_io_context(), triggerId, sensors, std::move(actions), in makeDiscreteThreshold()
179 const std::string& triggerId, in makeNumericThreshold() argument
196 bus->get_io_context(), triggerId, sensors, std::move(actions), in makeNumericThreshold()
202 const std::string& triggerId, in makeOnChangeThreshold() argument
213 triggerId, sensors, std::move(actions), std::make_unique<Clock>())); in makeOnChangeThreshold()