Searched refs:getRuleDepth (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | action_environment_tests.cpp | 61 EXPECT_EQ(env.getRuleDepth(), 0); in TEST() 113 EXPECT_EQ(env.getRuleDepth(), 0); in TEST() 116 EXPECT_EQ(env.getRuleDepth(), 2); in TEST() 118 EXPECT_EQ(env.getRuleDepth(), 1); in TEST() 120 EXPECT_EQ(env.getRuleDepth(), 0); in TEST() 122 EXPECT_EQ(env.getRuleDepth(), 0); in TEST() 262 EXPECT_EQ(env.getRuleDepth(), 0); in TEST() 264 EXPECT_EQ(env.getRuleDepth(), 1); in TEST() 266 EXPECT_EQ(env.getRuleDepth(), 2); in TEST() 268 EXPECT_EQ(env.getRuleDepth(), 1); in TEST() [all …]
|
H A D | run_rule_action_tests.cpp | 150 EXPECT_EQ(env.getRuleDepth(), 0); in TEST() 183 EXPECT_EQ(env.getRuleDepth(), 0); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | action_environment.hpp | 181 size_t getRuleDepth() const in getRuleDepth() function in phosphor::power::regulators::ActionEnvironment
|