Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp141 std::unique_ptr<AndAction> parseAnd(const nlohmann::json& element);
H A Dconfig_file_parser.cpp70 action = parseAnd(element["and"]); in parseAction()
181 std::unique_ptr<AndAction> parseAnd(const json& element) in parseAnd() function
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp620 std::unique_ptr<AndAction> action = parseAnd(element); in TEST()
632 parseAnd(element); in TEST()
648 parseAnd(element); in TEST()