Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dtrigger_actions.hpp41 void commit(const std::string& triggerId, const ThresholdName thresholdName,
67 void commit(const std::string& triggerId, const ThresholdName thresholdName,
86 void commit(const std::string& triggerId, const ThresholdName thresholdName,
107 void commit(const std::string& triggerId, const ThresholdName thresholdName,
H A Dtrigger_actions.cpp72 const std::string& triggerId, const ThresholdName thresholdNameInIn, in commit()
133 const std::string& triggerId, const ThresholdName thresholdNameIn, in commit()
180 const std::string& triggerId, const ThresholdName thresholdNameIn, in commit()
225 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.hpp155 using ThresholdName = std::optional<std::reference_wrapper<const std::string>>; typedef