Searched refs:thenActions (Results 1 – 5 of 5) sorted by relevance
44 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST() local45 thenActions.push_back(std::make_unique<MockAction>()); in TEST()46 thenActions.push_back(std::make_unique<MockAction>()); in TEST()48 IfAction ifAction{std::move(conditionAction), std::move(thenActions)}; in TEST()59 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST() local60 thenActions.push_back(std::make_unique<MockAction>()); in TEST()61 thenActions.push_back(std::make_unique<MockAction>()); in TEST()66 IfAction ifAction{std::move(conditionAction), std::move(thenActions), in TEST()90 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST() local98 thenActions.push_back(std::move(thenAction)); in TEST()[all …]
69 std::vector<std::unique_ptr<Action>> thenActions, in IfAction() argument73 thenActions{std::move(thenActions)}, elseActions{std::move(elseActions)}114 return thenActions; in getThenActions()154 std::vector<std::unique_ptr<Action>> thenActions{}; member in phosphor::power::regulators::IfAction
32 returnValue = action_utils::execute(thenActions, environment); in execute()
383 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST_F() local384 thenActions.push_back(std::move(logPhaseFaultAction)); in TEST_F()386 std::move(thenActions)); in TEST_F()438 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST_F() local439 thenActions.push_back(std::move(logPhaseFaultAction)); in TEST_F()441 std::move(thenActions)); in TEST_F()
706 std::vector<std::unique_ptr<Action>> thenActions = in parseIf() local723 std::move(thenActions), in parseIf()