Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp1151 std::unique_ptr<CompareVPDAction> action = parseCompareVPD(element); in TEST()
1169 std::unique_ptr<CompareVPDAction> action = parseCompareVPD(element); in TEST()
1186 std::unique_ptr<CompareVPDAction> action = parseCompareVPD(element); in TEST()
1203 std::unique_ptr<CompareVPDAction> action = parseCompareVPD(element); in TEST()
1215 parseCompareVPD(element); in TEST()
1234 parseCompareVPD(element); in TEST()
1251 parseCompareVPD(element); in TEST()
1268 parseCompareVPD(element); in TEST()
1285 parseCompareVPD(element); in TEST()
1305 parseCompareVPD(element); in TEST()
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp261 std::unique_ptr<CompareVPDAction> parseCompareVPD(
H A Dconfig_file_parser.cpp80 action = parseCompareVPD(element["compare_vpd"]); in parseAction()
269 std::unique_ptr<CompareVPDAction> parseCompareVPD(const json& element) in parseCompareVPD() function