Lines Matching refs:vector

24     std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds,  in updateDiscreteThresholds()
26 const std::vector<TriggerAction>& triggerActions, in updateDiscreteThresholds()
27 const std::shared_ptr<std::vector<std::string>>& reportIds, in updateDiscreteThresholds()
29 const std::vector<discrete::LabeledThresholdParam>& newParams) const in updateDiscreteThresholds()
32 std::vector<std::shared_ptr<interfaces::Threshold>> newThresholds; in updateDiscreteThresholds()
90 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds, in updateNumericThresholds()
92 const std::vector<TriggerAction>& triggerActions, in updateNumericThresholds()
93 const std::shared_ptr<std::vector<std::string>>& reportIds, in updateNumericThresholds()
95 const std::vector<numeric::LabeledThresholdParam>& newParams) const in updateNumericThresholds()
98 std::vector<std::shared_ptr<interfaces::Threshold>> newThresholds; in updateNumericThresholds()
125 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds, in updateThresholds()
127 const std::vector<TriggerAction>& triggerActions, in updateThresholds()
128 const std::shared_ptr<std::vector<std::string>>& reportIds, in updateThresholds()
135 std::get<std::vector<discrete::LabeledThresholdParam>>(newParams); in updateThresholds()
144 std::get<std::vector<numeric::LabeledThresholdParam>>(newParams); in updateThresholds()
153 std::vector<std::shared_ptr<interfaces::Threshold>>& thresholds, in makeDiscreteThreshold()
155 const std::vector<TriggerAction>& triggerActions, in makeDiscreteThreshold()
156 const std::shared_ptr<std::vector<std::string>>& reportIds, in makeDiscreteThreshold()
160 std::vector<std::unique_ptr<interfaces::TriggerAction>> actions; in makeDiscreteThreshold()
178 std::vector<std::shared_ptr<interfaces::Threshold>>& thresholds, in makeNumericThreshold()
180 const std::vector<TriggerAction>& triggerActions, in makeNumericThreshold()
181 const std::shared_ptr<std::vector<std::string>>& reportIds, in makeNumericThreshold()
185 std::vector<std::unique_ptr<interfaces::TriggerAction>> actions; in makeNumericThreshold()
201 std::vector<std::shared_ptr<interfaces::Threshold>>& thresholds, in makeOnChangeThreshold()
203 const std::vector<TriggerAction>& triggerActions, in makeOnChangeThreshold()
204 const std::shared_ptr<std::vector<std::string>>& reportIds, in makeOnChangeThreshold()
207 std::vector<std::unique_ptr<interfaces::TriggerAction>> actions; in makeOnChangeThreshold()
218 const std::vector<std::string>& triggerActionsIn, in make()
219 const std::vector<std::string>& reportIdsIn, in make()
223 const std::vector<LabeledSensorInfo>& labeledSensorsInfo) const in make()
230 std::vector<std::shared_ptr<interfaces::Threshold>> thresholds; in make()
233 auto reportIds = std::make_shared<std::vector<std::string>>(reportIdsIn); in make()
245 const std::vector<LabeledSensorInfo>& labeledSensorsInfo) const in getSensors()
254 const std::vector<LabeledSensorInfo>& labeledSensorsInfo) const in updateSensors()
284 std::vector<LabeledSensorInfo>
296 std::vector<LabeledSensorInfo>
307 std::vector<LabeledSensorInfo>
308 TriggerFactory::parseSensorTree(const std::vector<utils::SensorTree>& tree, in parseSensorTree()