/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | phase_fault_detection.hpp | 60 class PhaseFaultDetection class 64 PhaseFaultDetection() = delete; 65 PhaseFaultDetection(const PhaseFaultDetection&) = delete; 66 PhaseFaultDetection(PhaseFaultDetection&&) = delete; 67 PhaseFaultDetection& operator=(const PhaseFaultDetection&) = delete; 68 PhaseFaultDetection& operator=(PhaseFaultDetection&&) = delete; 69 ~PhaseFaultDetection() = default; 78 explicit PhaseFaultDetection(std::vector<std::unique_ptr<Action>> actions, in PhaseFaultDetection() function in phosphor::power::regulators::PhaseFaultDetection
|
H A D | phase_fault_detection.cpp | 45 void PhaseFaultDetection::execute(Services& services, System& system, in execute() 86 void PhaseFaultDetection::checkForPhaseFault( in checkForPhaseFault() 127 void PhaseFaultDetection::logPhaseFault(PhaseFaultType faultType, in logPhaseFault()
|
H A D | device.hpp | 72 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection = nullptr, in Device() 198 const std::unique_ptr<PhaseFaultDetection>& getPhaseFaultDetection() const in getPhaseFaultDetection() 305 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{};
|
H A D | config_file_parser.cpp | 395 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in parseDevice() 778 std::unique_ptr<PhaseFaultDetection> parsePhaseFaultDetection( in parsePhaseFaultDetection() 807 return std::make_unique<PhaseFaultDetection>(std::move(actions), deviceID); in parsePhaseFaultDetection()
|
H A D | config_file_parser.hpp | 572 std::unique_ptr<PhaseFaultDetection> parsePhaseFaultDetection(
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | phase_fault_detection_tests.cpp | 141 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() 152 PhaseFaultDetection detection{std::move(actions), "ioexp1"}; in TEST_F() 198 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() 285 PhaseFaultDetection detection{std::move(actions), "ioexp1"}; in TEST_F() 315 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() 345 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() 391 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() 446 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() 479 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() 527 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() [all …]
|
H A D | device_tests.cpp | 137 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F() 172 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() 262 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() 268 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F() 553 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() 591 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() 598 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F() 662 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F() 752 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F() 805 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() [all …]
|
H A D | rail_tests.cpp | 115 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() 206 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() 262 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() 343 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() 404 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST()
|
H A D | system_tests.cpp | 147 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() 300 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST() 328 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST() 485 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() 523 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST()
|
H A D | chassis_tests.cpp | 200 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() 465 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F() 488 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F() 606 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F() 638 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F()
|
H A D | test_utils.hpp | 75 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{};
|
H A D | configuration_tests.cpp | 309 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() 380 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST() 458 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST()
|
H A D | sensor_monitoring_tests.cpp | 91 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in createParentObjects()
|
H A D | config_file_parser_tests.cpp | 3597 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection = in TEST() 3612 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection = in TEST()
|
H A D | validate-regulators-config_tests.cpp | 2367 TEST(ValidateRegulatorsConfigTest, PhaseFaultDetection) in TEST() argument
|