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()
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()
1324 parseCompareVPD(element); in TEST()
1342 parseCompareVPD(element); in TEST()
1360 parseCompareVPD(element); in TEST()
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp262 parseCompareVPD(const nlohmann::json& element);
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