Home
last modified time | relevance | path

Searched refs:monitorSensors (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dsystem.cpp82 void System::monitorSensors(Services& services) in monitorSensors() function in phosphor::power::regulators::System
87 oneChassis->monitorSensors(services, *this); in monitorSensors()
H A Dchassis.cpp86 void Chassis::monitorSensors(Services& services, System& system) in monitorSensors() function in phosphor::power::regulators::Chassis
91 device->monitorSensors(services, system, *this); in monitorSensors()
H A Ddevice.cpp121 void Device::monitorSensors(Services& services, System& system, in monitorSensors() function in phosphor::power::regulators::Device
130 rail->monitorSensors(services, system, chassis, *this); in monitorSensors()
H A Drail.cpp45 void Rail::monitorSensors(Services& services, System& system, Chassis& chassis, in monitorSensors() function in phosphor::power::regulators::Rail
H A Dsystem.hpp145 void monitorSensors(Services& services);
H A Drail.hpp129 void monitorSensors(Services& services, System& system, Chassis& chassis,
H A Dchassis.hpp174 void monitorSensors(Services& services, System& system);
H A Ddevice.hpp264 void monitorSensors(Services& services, System& system, Chassis& chassis);
H A Dmanager.cpp253 system->monitorSensors(services); in sensorTimerExpired()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Drail_tests.cpp167 railPtr->monitorSensors(services, system, *chassisPtr, *devicePtr); in TEST()
182 railPtr->monitorSensors(services, system, *chassisPtr, *devicePtr); in TEST()
368 railPtr->monitorSensors(services, system, *chassisPtr, *devicePtr); in TEST()
429 railPtr->monitorSensors(services, system, *chassisPtr, *devicePtr); in TEST()
H A Dchassis_tests.cpp243 chassis.monitorSensors(services, *system); in TEST_F()
258 chassis.monitorSensors(services, *system); in TEST_F()
564 chassis.monitorSensors(services, *system); in TEST_F()
655 chassis.monitorSensors(services, *system); in TEST_F()
H A Ddevice_tests.cpp329 device.monitorSensors(services, *system, *chassis); in TEST_F()
346 device.monitorSensors(services, *system, *chassis); in TEST_F()
947 device.monitorSensors(services, *system, *chassis); in TEST_F()
964 device.monitorSensors(services, *system, *chassis); in TEST_F()
1030 device.monitorSensors(services, *system, *chassis); in TEST_F()
H A Dsystem_tests.cpp197 system.monitorSensors(services); in TEST()
212 system.monitorSensors(services); in TEST()
547 system.monitorSensors(services); in TEST()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp770 void monitorSensors();
H A Dpower_supply.cpp698 monitorSensors(); in analyze()
1122 void PowerSupply::monitorSensors() in monitorSensors() function in phosphor::power::psu::PowerSupply
/openbmc/phosphor-power/phosphor-regulators/docs/
H A Ddesign.md104 The timer in the Manager object calls the `monitorSensors()` method on all the