Home
last modified time | relevance | path

Searched refs:phaseFaultDetection (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddevice.hpp72 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection = nullptr, in Device() argument
79 phaseFaultDetection{std::move(phaseFaultDetection)},
200 return phaseFaultDetection; in getPhaseFaultDetection()
305 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; member in phosphor::power::regulators::Device
H A Ddevice.cpp54 if (phaseFaultDetection) in clearErrorHistory()
56 phaseFaultDetection->clearErrorHistory(); in clearErrorHistory()
114 if (phaseFaultDetection) in detectPhaseFaults()
116 phaseFaultDetection->execute(services, system, chassis, *this); in detectPhaseFaults()
H A Dconfig_file_parser.cpp395 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in parseDevice() local
404 phaseFaultDetection = parsePhaseFaultDetection(*phaseFaultDetectionIt); in parseDevice()
428 std::move(phaseFaultDetection), std::move(rails)); in parseDevice()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Ddevice_tests.cpp136 auto phaseFaultDetection = in TEST_F() local
151 std::move(phaseFaultDetection), in TEST_F()
172 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() local
186 std::move(phaseFaultDetection), in TEST_F()
262 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() local
267 phaseFaultDetection = in TEST_F()
283 std::move(phaseFaultDetection), in TEST_F()
553 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() local
560 std::move(phaseFaultDetection), in TEST_F()
591 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() local
[all …]
H A Drail_tests.cpp115 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
122 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
206 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
213 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
262 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
269 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
343 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
350 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
404 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
411 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
H A Dsystem_tests.cpp147 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
154 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
299 auto phaseFaultDetection = in TEST() local
311 std::move(configuration), std::move(phaseFaultDetection)); in TEST()
327 auto phaseFaultDetection = in TEST() local
339 std::move(configuration), std::move(phaseFaultDetection)); in TEST()
485 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
493 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
523 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
531 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
H A Dchassis_tests.cpp200 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() local
207 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST_F()
464 auto phaseFaultDetection = in TEST_F() local
476 std::move(configuration), std::move(phaseFaultDetection)); in TEST_F()
487 auto phaseFaultDetection = in TEST_F() local
499 std::move(configuration), std::move(phaseFaultDetection)); in TEST_F()
606 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() local
614 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST_F()
638 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() local
646 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST_F()
H A Dtest_utils.hpp75 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; local
79 std::move(phaseFaultDetection), std::move(rails));
H A Dconfiguration_tests.cpp309 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
316 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
380 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
387 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
458 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() local
465 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
H A Dsensor_monitoring_tests.cpp91 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in createParentObjects() local
98 std::move(deviceConfiguration), std::move(phaseFaultDetection), in createParentObjects()
H A Dconfig_file_parser_tests.cpp3597 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection = in TEST() local
3599 EXPECT_EQ(phaseFaultDetection->getActions().size(), 1); in TEST()
3600 EXPECT_EQ(phaseFaultDetection->getDeviceID(), ""); in TEST()
3612 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection = in TEST() local
3614 EXPECT_EQ(phaseFaultDetection->getActions().size(), 1); in TEST()
3615 EXPECT_EQ(phaseFaultDetection->getDeviceID(), "io_expander"); in TEST()