Searched refs:ActionManagerCommand (Results 1 – 1 of 1) sorted by relevance
57 using ActionManagerCommand = std::function<void(ActionManager&)>; typedef60 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()578 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()[all …]