Searched defs:ruleID (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-power/phosphor-regulators/src/actions/ | ||
| H A D | run_rule_action.hpp | 50 explicit RunRuleAction(const std::string& ruleID) : ruleID{ruleID} {} in RunRuleAction() |
| H A D | action_environment.hpp | 217 void incrementRuleDepth(const std::string& ruleID) in incrementRuleDepth() |
| /openbmc/phosphor-power/phosphor-regulators/src/ | ||
| H A D | config_file_parser.cpp | 1074 std::string ruleID = parseString(*ruleIDIt); parseRuleIDOrActionsProperty() local |