Lines Matching full:const

20         const std::string& id, const std::string& name,
21 const std::vector<std::string>& triggerActions,
22 const std::vector<std::string>& reportIds,
25 const LabeledTriggerThresholdParams& labeledThresholdParams,
26 const std::vector<LabeledSensorInfo>& labeledSensorsinfo)
27 const override;
31 const SensorsInfo& sensorsInfo) const override;
33 const SensorsInfo& sensorsInfo) const override;
37 const std::string& triggerId,
38 const std::vector<TriggerAction>& triggerActions,
39 const std::shared_ptr<std::vector<std::string>>& reportIds,
40 const Sensors& sensors,
41 const LabeledTriggerThresholdParams& newParams) const override;
44 const std::vector<LabeledSensorInfo>& labeledSensorsInfo)
45 const override;
53 const std::vector<LabeledSensorInfo>& labeledSensorsInfo) const;
56 const std::vector<utils::SensorTree>& tree,
57 const SensorsInfo& sensorsInfo);
61 const std::string& triggerId,
62 const std::vector<TriggerAction>& triggerActions,
63 const std::shared_ptr<std::vector<std::string>>& reportIds,
64 const Sensors& sensors,
65 const std::vector<discrete::LabeledThresholdParam>& newParams) const;
69 const std::string& triggerId,
70 const std::vector<TriggerAction>& triggerActions,
71 const std::shared_ptr<std::vector<std::string>>& reportIds,
72 const Sensors& sensors,
73 const std::vector<numeric::LabeledThresholdParam>& newParams) const;
77 const std::string& triggerId,
78 const std::vector<TriggerAction>& triggerActions,
79 const std::shared_ptr<std::vector<std::string>>& reportIds,
80 const Sensors& sensors,
81 const discrete::LabeledThresholdParam& thresholdParam) const;
85 const std::string& triggerId,
86 const std::vector<TriggerAction>& triggerActions,
87 const std::shared_ptr<std::vector<std::string>>& reportIds,
88 const Sensors& sensors,
89 const numeric::LabeledThresholdParam& thresholdParam) const;
93 const std::string& triggerId,
94 const std::vector<TriggerAction>& triggerActions,
95 const std::shared_ptr<std::vector<std::string>>& reportIds,
96 const Sensors& sensors) const;