Searched refs:currentThresholds (Results 1 – 4 of 4) sorted by relevance
/openbmc/telemetry/src/ |
H A D | trigger_factory.cpp | 24 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 D | trigger_factory.hpp | 36 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 D | trigger_factory.hpp | 42 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds,
|
/openbmc/telemetry/tests/src/mocks/ |
H A D | trigger_factory_mock.hpp | 44 currentThresholds,
|