Lines Matching full:commands
60 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInit() argument
71 for (const auto& command : commands) { in TestInit()
81 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInitText() argument
86 TestInit(tf.path, test_function_map, commands, action_manager, service_list); in TestInitText()
106 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
110 TestInitText(init_script, test_function_map, commands, &action_manager, &service_list); in TEST()
170 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
174 TestInitText(init_script, test_function_map, commands, &action_manager, &service_list); in TEST()
518 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
522 TestInit(start.path, test_function_map, commands, &action_manager, &service_list); in TEST()
579 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
580 TestInit(start.path, test_function_map, commands, &action_manager, &service_list); in TEST()
608 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
609 TestInit(start.path, test_function_map, commands, &action_manager, &service_list); in TEST()