| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | fan.cpp | 101 if (_system.isPowerOn()) in Fan() 124 if (_system.isPowerOn() && _fanMissingErrorTimer && in Fan() 165 if (_system.isPowerOn() && _fanMissingErrorTimer && in presenceIfaceAdded() 232 if (!_system.isPowerOn() || !_monitorReady) in tachChanged() 370 if (!_system.isPowerOn()) in updateState() 492 if (!_present && _system.isPowerOn()) in presenceChanged() 507 if (_present && _system.isPowerOn()) in sensorErrorTimerExpired()
|
| H A D | system.hpp | 110 bool isPowerOn() const in isPowerOn() function in phosphor::fan::monitor::System 112 return _powerState->isPowerOn(); in isPowerOn()
|
| H A D | system.cpp | 113 if (_powerState->isPowerOn()) in load() 338 if (_powerState->isPowerOn() && !skipRulesCheck) in fanStatusChange()
|
| /openbmc/phosphor-power/phosphor-power-supply/test/ |
| H A D | power_supply_tests.cpp | 25 static auto isPowerOn = []() { return true; }; in __anonb3e34f0f0102() variable 143 PSUGPIOLineName, isPowerOn); in TEST_F() 161 "ibm-cffps", "", isPowerOn); in TEST_F() 180 isPowerOn); in TEST_F() 229 "ibm-cffps", PSUGPIOLineName, isPowerOn}; in TEST_F() 254 "ibm-cffps", PSUGPIOLineName, isPowerOn}; in TEST_F() 693 "ibm-cffps", PSUGPIOLineName, isPowerOn}; in TEST_F() 713 "ibm-cffps", PSUGPIOLineName, isPowerOn}; in TEST_F() 748 "ibm-cffps", PSUGPIOLineName, isPowerOn}; in TEST_F() 975 "ibm-cffps", PSUGPIOLineName, isPowerOn}; in TEST_F() [all …]
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | power_status_monitor.hpp | 14 bool isPowerOn() const;
|
| H A D | power_status_monitor.cpp | 34 bool PowerStatusMonitor::isPowerOn() const in isPowerOn() function in power::PowerStatusMonitor
|
| H A D | entity_manager.cpp | 428 if (!powerStatus.isPowerOn() && scannedPowerOff) in startRemovedTimer() 440 bool powerOff = !powerStatus.isPowerOn(); in startRemovedTimer() 553 bool powerOff = !powerStatus.isPowerOn(); in propertiesChangedCallback()
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | pluggable.cpp | 37 if (!hostState.isPowerOn()) in getFailed()
|
| H A D | host.cpp | 106 if (!hostState.isPowerOn()) in getFailed()
|
| /openbmc/phosphor-fan-presence/presence/ |
| H A D | anyof.cpp | 54 if (_powerState->isPowerOn()) in AnyOf() 133 if (!isPowerOn()) in checkSensorConflicts()
|
| H A D | anyof.hpp | 108 inline bool isPowerOn() const in isPowerOn() function in phosphor::fan::presence::AnyOf
|
| H A D | error_reporter.cpp | 89 if (_powerState->isPowerOn()) in ErrorReporter() 127 if (_powerState->isPowerOn()) in checkFan()
|
| /openbmc/phosphor-pid-control/ |
| H A D | hoststatemonitor.hpp | 38 bool isPowerOn() const in isPowerOn() function in HostStateMonitor
|
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | manager.hpp | 480 inline bool isPowerOn() const in isPowerOn() function in phosphor::fan::control::json::Manager 482 return _powerState->isPowerOn(); in isPowerOn()
|
| /openbmc/phosphor-power/phosphor-power-supply/ |
| H A D | psu_manager.hpp | 141 bool isPowerOn() in isPowerOn() function in phosphor::power::manager::PSUManager
|
| H A D | chassis.hpp | 104 bool isPowerOn() in isPowerOn() function in phosphor::power::chassis::Chassis
|
| H A D | power_supply.hpp | 815 std::function<bool()> isPowerOn; member in phosphor::power::psu::PowerSupply
|
| H A D | new_power_supply.hpp | 831 std::function<bool()> isPowerOn; member in phosphor::power::psu::PowerSupply
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.cpp | 220 if (_powerState->isPowerOn()) in checkProperties() 254 if (alarmValue && _powerState->isPowerOn()) in checkThresholds()
|
| H A D | shutdown_alarm_monitor.cpp | 109 if (_powerState->isPowerOn()) in ShutdownAlarmMonitor() 174 if (!_powerState->isPowerOn()) in propertiesChanged()
|
| /openbmc/s2600wf-misc/hsbp-manager/include/ |
| H A D | utils.hpp | 123 bool isPowerOn(void) in isPowerOn() function
|
| /openbmc/s2600wf-misc/subprojects/hsbp-manager/include/ |
| H A D | utils.hpp | 123 bool isPowerOn(void) in isPowerOn() function
|
| /openbmc/phosphor-fan-presence/ |
| H A D | power_state.hpp | 87 bool isPowerOn() const in isPowerOn() function in phosphor::fan::PowerState
|
| /openbmc/dbus-sensors/src/ |
| H A D | Utils.cpp | 307 bool isPowerOn() in isPowerOn() function 336 if (powerState == PowerState::on && !isPowerOn()) in readingStateGood() 340 if (powerState == PowerState::biosPost && (!hasBiosPost() || !isPowerOn())) in readingStateGood()
|
| /openbmc/dbus-sensors/src/intel-cpu/ |
| H A D | IntelCPUSensor.cpp | 222 if (isPowerOn()) in updateMinMaxValues()
|