Searched refs:ThresholdName (Results 1 – 5 of 5) sorted by relevance
/openbmc/telemetry/src/ |
H A D | trigger_actions.hpp | 39 void commit(const std::string& triggerId, const ThresholdName thresholdName, 55 void commit(const std::string& triggerId, const ThresholdName thresholdName, 80 void commit(const std::string& triggerId, const ThresholdName thresholdName, 93 void commit(const std::string& triggerId, const ThresholdName thresholdName, 111 void commit(const std::string& triggerId, const ThresholdName thresholdName, 121 void commit(const std::string& triggerId, const ThresholdName thresholdName, 142 void commit(const std::string& triggerId, const ThresholdName thresholdName,
|
H A D | trigger_actions.cpp | 48 const std::string& triggerId, const ThresholdName thresholdNameInIn, in commit() 104 const std::string& triggerId, const ThresholdName thresholdNameInIn, in commit() 170 const std::string& triggerId, const ThresholdName thresholdNameIn, in commit() 187 const std::string& triggerId, const ThresholdName thresholdNameIn, in commit() 239 const std::string& triggerId, const ThresholdName thresholdNameIn, in commit() 253 const std::string& triggerId, const ThresholdName thresholdNameIn, in commit() 303 const std::string& triggerId, const ThresholdName thresholdNameIn, in commit()
|
/openbmc/telemetry/tests/src/mocks/ |
H A D | trigger_action_mock.hpp | 11 (const std::string&, const ThresholdName, const std::string&,
|
/openbmc/telemetry/src/interfaces/ |
H A D | trigger_action.hpp | 18 const ThresholdName thresholdName,
|
/openbmc/telemetry/src/types/ |
H A D | trigger_types.hpp | 159 using ThresholdName = std::optional<std::reference_wrapper<const std::string>>; typedef
|