Lines Matching refs:reportIds
27 const std::shared_ptr<std::vector<std::string>>& reportIds, in updateDiscreteThresholds() argument
63 reportIds, sensors, labeledThresholdParam); in updateDiscreteThresholds()
71 reportIds, sensors, labeledThresholdParam); in updateDiscreteThresholds()
83 reportIds, sensors); in updateDiscreteThresholds()
93 const std::shared_ptr<std::vector<std::string>>& reportIds, in updateNumericThresholds() argument
119 reportIds, sensors, labeledThresholdParam); in updateNumericThresholds()
128 const std::shared_ptr<std::vector<std::string>>& reportIds, in updateThresholds() argument
138 reportIds, sensors, in updateThresholds()
147 reportIds, sensors, in updateThresholds()
156 const std::shared_ptr<std::vector<std::string>>& reportIds, in makeDiscreteThreshold() argument
169 bus->get_io_context(), reportIds); in makeDiscreteThreshold()
181 const std::shared_ptr<std::vector<std::string>>& reportIds, in makeNumericThreshold() argument
193 bus->get_io_context(), reportIds); in makeNumericThreshold()
204 const std::shared_ptr<std::vector<std::string>>& reportIds, in makeOnChangeThreshold() argument
210 bus->get_io_context(), reportIds); in makeOnChangeThreshold()
233 auto reportIds = std::make_shared<std::vector<std::string>>(reportIdsIn); in make() local
235 updateThresholds(thresholds, *id, triggerActions, reportIds, sensors, in make()
240 reportIds, std::move(thresholds), triggerManager, triggerStorage, *this, in make()