Home
last modified time | relevance | path

Searched refs:currentThresholds (Results 1 – 4 of 4) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_factory.cpp24 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds, in updateDiscreteThresholds() argument
31 auto oldThresholds = currentThresholds; in updateDiscreteThresholds()
86 currentThresholds = std::move(newThresholds); in updateDiscreteThresholds()
90 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds, in updateNumericThresholds() argument
97 auto oldThresholds = currentThresholds; in updateNumericThresholds()
121 currentThresholds = std::move(newThresholds); in updateNumericThresholds()
125 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds, in updateThresholds() argument
137 updateDiscreteThresholds(currentThresholds, triggerId, triggerActions, in updateThresholds()
146 updateNumericThresholds(currentThresholds, triggerId, triggerActions, in updateThresholds()
H A Dtrigger_factory.hpp36 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds,
60 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds,
68 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds,
/openbmc/telemetry/src/interfaces/
H A Dtrigger_factory.hpp42 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds,
/openbmc/telemetry/tests/src/mocks/
H A Dtrigger_factory_mock.hpp44 currentThresholds,