Lines Matching full:const

13 constexpr const char* TriggerDiscreteConditionMet =
15 constexpr const char* TriggerNumericAboveLowerCritical =
17 constexpr const char* TriggerNumericAboveUpperCritical =
19 constexpr const char* TriggerNumericAboveUpperWarning =
21 constexpr const char* TriggerNumericBelowLowerCritical =
23 constexpr const char* TriggerNumericBelowLowerWarning =
25 constexpr const char* TriggerNumericBelowUpperCritical =
27 constexpr const char* TriggerNumericReadingNormal =
39 void commit(const std::string& triggerId, const ThresholdName thresholdName,
40 const std::string& sensorName, const Milliseconds timestamp,
41 const TriggerValue value) override;
44 const ::numeric::Type type;
45 const double threshold;
55 void commit(const std::string& triggerId, const ThresholdName thresholdName,
56 const std::string& sensorName, const Milliseconds timestamp,
57 const TriggerValue value) override;
60 const ::numeric::Type type;
61 const double threshold;
63 const char* getRedfishMessageId(const double value) const;
68 const std::vector<TriggerAction>& ActionsEnum, ::numeric::Type type,
70 const std::shared_ptr<std::vector<std::string>>& reportIds);
80 void commit(const std::string& triggerId, const ThresholdName thresholdName,
81 const std::string& sensorName, const Milliseconds timestamp,
82 const TriggerValue value) override;
85 const ::discrete::Severity severity;
93 void commit(const std::string& triggerId, const ThresholdName thresholdName,
94 const std::string& sensorName, const Milliseconds timestamp,
95 const TriggerValue value) override;
100 const std::vector<TriggerAction>& ActionsEnum,
102 const std::shared_ptr<std::vector<std::string>>& reportIds);
111 void commit(const std::string& triggerId, const ThresholdName thresholdName,
112 const std::string& sensorName, const Milliseconds timestamp,
113 const TriggerValue value) override;
121 void commit(const std::string& triggerId, const ThresholdName thresholdName,
122 const std::string& sensorName, const Milliseconds timestamp,
123 const TriggerValue value) override;
128 const std::vector<TriggerAction>& ActionsEnum, boost::asio::io_context& ioc,
129 const std::shared_ptr<std::vector<std::string>>& reportIds);
142 void commit(const std::string& triggerId, const ThresholdName thresholdName,
143 const std::string& sensorName, const Milliseconds timestamp,
144 const TriggerValue value) override;