Home
last modified time | relevance | path

Searched defs:ruleID (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Drun_rule_action.hpp50 explicit RunRuleAction(const std::string& ruleID) : ruleID{ruleID} {} in RunRuleAction()
104 const std::string ruleID{}; member in phosphor::power::regulators::RunRuleAction
H A Daction_environment.hpp217 void incrementRuleDepth(const std::string& ruleID) in incrementRuleDepth()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp1074 std::string ruleID = parseString(*ruleIDIt); in parseRuleIDOrActionsProperty() local
1093 std::string ruleID = parseString(element); in parseRunRule() local