Home
last modified time | relevance | path

Searched refs:PhaseFaultDetection (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault_detection.hpp60 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 Dphase_fault_detection.cpp45 void PhaseFaultDetection::execute(Services& services, System& system, in execute()
86 void PhaseFaultDetection::checkForPhaseFault(PhaseFaultType faultType, in checkForPhaseFault()
128 void PhaseFaultDetection::logPhaseFault(PhaseFaultType faultType, in logPhaseFault()
H A Ddevice.hpp72 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection = nullptr, in Device()
199 const std::unique_ptr<PhaseFaultDetection>& getPhaseFaultDetection() const in getPhaseFaultDetection()
306 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{};
H A Dconfig_file_parser.cpp395 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in parseDevice()
778 std::unique_ptr<PhaseFaultDetection>
807 return std::make_unique<PhaseFaultDetection>(std::move(actions), deviceID); in parsePhaseFaultDetection()
H A Dconfig_file_parser.hpp572 std::unique_ptr<PhaseFaultDetection>
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dphase_fault_detection_tests.cpp141 PhaseFaultDetection detection{std::move(actions)}; in TEST_F()
198 PhaseFaultDetection detection{std::move(actions)}; 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()
578 PhaseFaultDetection detection{std::move(actions)}; in TEST_F()
638 PhaseFaultDetection detection{std::move(actions)}; in TEST_F()
[all …]
H A Ddevice_tests.cpp137 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()
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()
934 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in TEST_F()
[all …]
H A Drail_tests.cpp115 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 Dchassis_tests.cpp200 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 Dsystem_tests.cpp147 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 Dtest_utils.hpp76 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{};
H A Dconfiguration_tests.cpp309 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 Dsensor_monitoring_tests.cpp91 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in createParentObjects()
H A Dconfig_file_parser_tests.cpp3597 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection = in TEST()
3612 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection = in TEST()
H A Dvalidate-regulators-config_tests.cpp2367 TEST(ValidateRegulatorsConfigTest, PhaseFaultDetection) in TEST() argument