/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | device.hpp | 72 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 D | device.cpp | 54 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 D | config_file_parser.cpp | 395 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 D | device_tests.cpp | 136 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 D | rail_tests.cpp | 115 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 D | system_tests.cpp | 147 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 D | chassis_tests.cpp | 200 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 D | test_utils.hpp | 75 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; local 79 std::move(phaseFaultDetection), std::move(rails));
|
H A D | configuration_tests.cpp | 309 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 D | sensor_monitoring_tests.cpp | 91 std::unique_ptr<PhaseFaultDetection> phaseFaultDetection{}; in createParentObjects() local 98 std::move(deviceConfiguration), std::move(phaseFaultDetection), in createParentObjects()
|
H A D | config_file_parser_tests.cpp | 3597 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()
|