Lines Matching refs:commands
60 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInit() argument
72 for (const auto& command : commands) { in TestInit()
82 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInitText() argument
87 TestInit(tf.path, test_function_map, commands, action_manager, service_list); in TestInitText()
107 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
111 TestInitText(init_script, test_function_map, commands, &action_manager, &service_list); in TEST()
171 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
175 TestInitText(init_script, test_function_map, commands, &action_manager, &service_list); in TEST()
517 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
521 TestInit(start.path, test_function_map, commands, &action_manager, &service_list); in TEST()
578 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
579 TestInit(start.path, test_function_map, commands, &action_manager, &service_list); in TEST()
607 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
608 TestInit(start.path, test_function_map, commands, &action_manager, &service_list); in TEST()