Lines Matching refs:ActionManagerCommand
57 using ActionManagerCommand = std::function<void(ActionManager&)>; typedef
60 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInit()
82 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInitText()
106 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
107 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
170 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
171 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
516 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
517 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
577 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
578 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
606 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
607 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()