Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dtrigger_actions.cpp101 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf, in fillActions() argument
106 actionsIf.reserve(ActionsEnum.size()); in fillActions()
113 actionsIf.emplace_back(std::make_unique<LogToRedfishEventLog>( in fillActions()
119 actionsIf.emplace_back( in fillActions()
150 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf, in fillActions() argument
155 actionsIf.reserve(ActionsEnum.size()); in fillActions()
162 actionsIf.emplace_back( in fillActions()
168 actionsIf.emplace_back( in fillActions()
197 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf, in fillActions() argument
201 actionsIf.reserve(ActionsEnum.size()); in fillActions()
[all …]
H A Dtrigger_actions.hpp53 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf,
73 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf,
92 std::vector<std::unique_ptr<interfaces::TriggerAction>>& actionsIf,