Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/
H A Djson-parser.hpp60 phosphor::led::Layout::Action getAction(const std::string& action) in getAction() function
83 auto action = getAction(member.value("Action", "")); in loadJsonConfigV1GroupMember()
92 priority = getAction(priorityStr); in loadJsonConfigV1GroupMember()
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dnot_action_tests.cpp39 EXPECT_NE(notAction.getAction().get(), nullptr); in TEST()
99 EXPECT_EQ(notAction.getAction().get(), action); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dnot_action.hpp77 const std::unique_ptr<Action>& getAction() const in getAction() function in phosphor::power::regulators::NotAction
/openbmc/phosphor-fan-presence/control/json/
H A Devent.cpp240 auto actObj = ActionFactory::getAction( in setActions()
252 auto actObj = ActionFactory::getAction( in setActions()
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dget_managed_objects.cpp140 auto actObj = ActionFactory::getAction( in setActions()
H A Dtimer_based_actions.cpp217 auto actObj = ActionFactory::getAction( in setActions()
H A Daction.hpp322 static std::unique_ptr<ActionBase> getAction( in getAction() function in phosphor::fan::control::json::ActionFactory
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp3523 EXPECT_NE(action->getAction().get(), nullptr); in TEST()