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.hpp572 std::unique_ptr<PhaseFaultDetection> parsePhaseFaultDetection(
H A Dconfig_file_parser.cpp404 phaseFaultDetection = parsePhaseFaultDetection(*phaseFaultDetectionIt); in parseDevice()
778 std::unique_ptr<PhaseFaultDetection> parsePhaseFaultDetection( in parsePhaseFaultDetection() function