Home
last modified time | relevance | path

Searched refs:actionsIn (Results 1 – 3 of 3) sorted by relevance

/openbmc/telemetry/src/
H A Don_change_threshold.cpp7 std::vector<std::unique_ptr<interfaces::TriggerAction>> actionsIn, in OnChangeThreshold() argument
10 actions(std::move(actionsIn)), clock(std::move(clockIn)) in OnChangeThreshold()
H A Ddiscrete_threshold.cpp11 std::vector<std::unique_ptr<interfaces::TriggerAction>> actionsIn, in DiscreteThreshold() argument
15 ioc(ioc), triggerId(triggerIdIn), actions(std::move(actionsIn)), in DiscreteThreshold()
H A Dnumeric_threshold.cpp8 std::vector<std::unique_ptr<interfaces::TriggerAction>> actionsIn, in NumericThreshold() argument
12 ioc(ioc), triggerId(triggerIdIn), actions(std::move(actionsIn)), in NumericThreshold()