Lines Matching full:actions
51 * @param[in] actions - Actions to be run when signal is received
54 TriggerActions& actions, const json&);
61 * @param[in] actions - Actions to be run when signal is received
63 void interfacesAdded(Manager* mgr, const Group& group, TriggerActions& actions,
71 * @param[in] actions - Actions to be run when signal is received
74 TriggerActions& actions, const json&);
81 * @param[in] actions - Actions to be run when signal is received
83 void nameOwnerChanged(Manager* mgr, const Group& group, TriggerActions& actions,
91 * @param[in] actions - Actions to be run when signal is received
93 void member(Manager* mgr, const Group& group, TriggerActions& actions,
113 * @param[in] actions - Actions associated with the trigger
116 * subscribed to run its corresponding actions when a signal, per its
120 std::vector<std::unique_ptr<ActionBase>>& actions);