Home
last modified time | relevance | path

Searched refs:ThresholdName (Results 1 – 5 of 5) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_actions.hpp32 void commit(const std::string& triggerId, const ThresholdName thresholdName,
48 void commit(const std::string& triggerId, const ThresholdName thresholdName,
73 void commit(const std::string& triggerId, const ThresholdName thresholdName,
88 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,
143 void commit(const std::string& triggerId, const ThresholdName thresholdName,
H A Dtrigger_actions.cpp48 const ThresholdName thresholdNameInIn, in commit()
84 const ThresholdName thresholdNameInIn, in commit()
143 const ThresholdName thresholdNameIn, in commit()
175 const ThresholdName thresholdNameIn, in commit()
229 const ThresholdName thresholdNameIn, in commit()
244 const ThresholdName thresholdNameIn, in commit()
296 const ThresholdName thresholdNameIn, in commit()
/openbmc/telemetry/tests/src/mocks/
H A Dtrigger_action_mock.hpp11 (const std::string&, const ThresholdName, const std::string&,
/openbmc/telemetry/src/interfaces/
H A Dtrigger_action.hpp18 const ThresholdName thresholdName,
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp163 using ThresholdName = std::optional<std::reference_wrapper<const std::string>>; typedef