Home
last modified time | relevance | path

Searched refs:action2 (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Drule_tests.cpp108 MockAction* action2 = new MockAction{}; in TEST() local
109 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
114 EXPECT_EQ(rule.getActions()[1].get(), action2); in TEST()
H A Dpresence_detection_tests.cpp282 MockAction* action2 = new MockAction{}; in TEST() local
283 actions.emplace_back(std::unique_ptr<MockAction>{action2}); in TEST()
288 EXPECT_EQ(detection.getActions()[1].get(), action2); in TEST()
H A Dsensor_monitoring_tests.cpp356 MockAction* action2 = new MockAction{}; in TEST() local
357 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
362 EXPECT_EQ(sensorMonitoring.getActions()[1].get(), action2); in TEST()
H A Dphase_fault_detection_tests.cpp737 MockAction* action2 = new MockAction{}; in TEST_F() local
738 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST_F()
743 EXPECT_EQ(detection.getActions()[1].get(), action2); in TEST_F()
H A Dconfiguration_tests.cpp497 MockAction* action2 = new MockAction{}; in TEST() local
498 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
503 EXPECT_EQ(configuration.getActions()[1].get(), action2); in TEST()
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dor_action_tests.cpp160 MockAction* action2 = new MockAction{}; in TEST() local
161 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
166 EXPECT_EQ(orAction.getActions()[1].get(), action2); in TEST()
H A Dand_action_tests.cpp159 MockAction* action2 = new MockAction{}; in TEST() local
160 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
165 EXPECT_EQ(andAction.getActions()[1].get(), action2); in TEST()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1734 u32 action2 = act2->action; in check_conflicting_actions() local
1737 xored_actions = action1 ^ action2; in check_conflicting_actions()
1741 action2 == MLX5_FLOW_CONTEXT_ACTION_COUNT) in check_conflicting_actions()