Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp3598 parsePhaseFaultDetection(element); in TEST()
3613 parsePhaseFaultDetection(element); in TEST()
3622 parsePhaseFaultDetection(element); in TEST()
3639 parsePhaseFaultDetection(element); in TEST()
3655 parsePhaseFaultDetection(element); in TEST()
3671 parsePhaseFaultDetection(element); in TEST()
3687 parsePhaseFaultDetection(element); in TEST()
3707 parsePhaseFaultDetection(element); in TEST()
3727 parsePhaseFaultDetection(element); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp573 parsePhaseFaultDetection(const nlohmann::json& element);
H A Dconfig_file_parser.cpp404 phaseFaultDetection = parsePhaseFaultDetection(*phaseFaultDetectionIt); in parseDevice()
779 parsePhaseFaultDetection(const json& element) in parsePhaseFaultDetection() function