Home
last modified time | relevance | path

Searched refs:getRuleDepth (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Daction_environment_tests.cpp61 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 Drun_rule_action_tests.cpp150 EXPECT_EQ(env.getRuleDepth(), 0); in TEST()
183 EXPECT_EQ(env.getRuleDepth(), 0); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Daction_environment.hpp181 size_t getRuleDepth() const in getRuleDepth() function in phosphor::power::regulators::ActionEnvironment