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.cpp995 std::unique_ptr<CompareVPDAction> action = parseCompareVPD(element); in TEST()
1013 std::unique_ptr<CompareVPDAction> action = parseCompareVPD(element); in TEST()
1030 std::unique_ptr<CompareVPDAction> action = parseCompareVPD(element); in TEST()
1047 std::unique_ptr<CompareVPDAction> action = parseCompareVPD(element); in TEST()
1059 parseCompareVPD(element); in TEST()
1078 parseCompareVPD(element); in TEST()
1095 parseCompareVPD(element); in TEST()
1112 parseCompareVPD(element); in TEST()
1129 parseCompareVPD(element); in TEST()
1149 parseCompareVPD(element); in TEST()
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp165 std::unique_ptr<CompareVPDAction> parseCompareVPD(
H A Dconfig_file_parser.cpp85 action = parseCompareVPD(element["compare_vpd"]); in parseAction()
274 std::unique_ptr<CompareVPDAction> parseCompareVPD(const json& element) in parseCompareVPD() function