Searched refs:RunRuleAction (Results 1 – 6 of 6) sorted by relevance
34 class RunRuleAction : public Action class38 RunRuleAction() = delete;39 RunRuleAction(const RunRuleAction&) = delete;40 RunRuleAction(RunRuleAction&&) = delete;41 RunRuleAction& operator=(const RunRuleAction&) = delete;42 RunRuleAction& operator=(RunRuleAction&&) = delete;43 virtual ~RunRuleAction() = default;50 explicit RunRuleAction(const std::string& ruleID) : ruleID{ruleID} {} in RunRuleAction() function in phosphor::power::regulators::RunRuleAction
41 RunRuleAction action{"set_voltage_rule"}; in TEST()53 RunRuleAction runRuleAction{"set_voltage_rule"}; in TEST()86 RunRuleAction runRuleAction{"exception_rule"}; in TEST()100 actions.push_back(std::make_unique<RunRuleAction>("infinite_rule")); in TEST()110 RunRuleAction runRuleAction{"infinite_rule"}; in TEST()148 RunRuleAction runRuleAction{"set_voltage_rule"}; in TEST()181 RunRuleAction runRuleAction{"set_voltage_rule"}; in TEST()193 RunRuleAction action{"read_sensors_rule"}; in TEST()199 RunRuleAction action{"set_voltage_rule"}; in TEST()
27 RunRuleAction action{"set_voltage_rule"}; in TEST()34 RunRuleAction action{"set_voltage_rule"}; in TEST()43 RunRuleAction action{"set_voltage_rule"}; in TEST()
1075 actions.emplace_back(std::make_unique<RunRuleAction>(ruleID)); in parseRuleIDOrActionsProperty()1090 std::unique_ptr<RunRuleAction> parseRunRule(const json& element) in parseRunRule()1095 return std::make_unique<RunRuleAction>(ruleID); in parseRunRule()
719 std::unique_ptr<RunRuleAction> parseRunRule(const nlohmann::json& element);
4855 std::unique_ptr<RunRuleAction> action = parseRunRule(element); in TEST()