Home
last modified time | relevance | path

Searched refs:clearErrorHistory (Results 1 – 17 of 17) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddevice.cpp51 void Device::clearErrorHistory() in clearErrorHistory() function in phosphor::power::regulators::Device
56 phaseFaultDetection->clearErrorHistory(); in clearErrorHistory()
62 rail->clearErrorHistory(); in clearErrorHistory()
H A Drail.cpp26 void Rail::clearErrorHistory() in clearErrorHistory() function in phosphor::power::regulators::Rail
31 sensorMonitoring->clearErrorHistory(); in clearErrorHistory()
H A Dsystem.cpp46 void System::clearErrorHistory() in clearErrorHistory() function in phosphor::power::regulators::System
51 oneChassis->clearErrorHistory(); in clearErrorHistory()
H A Dchassis.cpp42 void Chassis::clearErrorHistory() in clearErrorHistory() function in phosphor::power::regulators::Chassis
47 device->clearErrorHistory(); in clearErrorHistory()
H A Dsensor_monitoring.hpp77 void clearErrorHistory() in clearErrorHistory() function in phosphor::power::regulators::SensorMonitoring
H A Dsystem.hpp75 void clearErrorHistory();
H A Drail.hpp76 void clearErrorHistory();
H A Dchassis.hpp102 void clearErrorHistory();
H A Dphase_fault_detection.hpp91 void clearErrorHistory() in clearErrorHistory() function in phosphor::power::regulators::PhaseFaultDetection
H A Ddevice.hpp105 void clearErrorHistory();
H A Dmanager.cpp235 system->clearErrorHistory(); in clearHardwareData()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsensor_monitoring_tests.cpp188 monitoring->clearErrorHistory(); in TEST()
H A Drail_tests.cpp172 railPtr->clearErrorHistory(); in TEST()
H A Dphase_fault_detection_tests.cpp259 detection.clearErrorHistory(); in TEST_F()
H A Dchassis_tests.cpp248 chassis.clearErrorHistory(); in TEST_F()
H A Dsystem_tests.cpp202 system.clearErrorHistory(); in TEST()
H A Ddevice_tests.cpp335 device.clearErrorHistory(); in TEST_F()