Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dtrigger_actions.hpp39 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 Dtrigger_actions.cpp48 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 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.hpp159 using ThresholdName = std::optional<std::reference_wrapper<const std::string>>; typedef