Home
last modified time | relevance | path

Searched refs:actionsIf (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_actions.cpp132 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf, in fillActions() argument
137 actionsIf.reserve(ActionsEnum.size()); in fillActions()
144 actionsIf.emplace_back( in fillActions()
150 actionsIf.emplace_back(std::make_unique<LogToRedfishEventLog>( in fillActions()
156 actionsIf.emplace_back( in fillActions()
204 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf, in fillActions() argument
209 actionsIf.reserve(ActionsEnum.size()); in fillActions()
216 actionsIf.emplace_back( in fillActions()
222 actionsIf.emplace_back( in fillActions()
228 actionsIf.emplace_back( in fillActions()
[all …]
H A Dtrigger_actions.hpp67 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf,
99 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf,
127 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf,