/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan.cpp | 102 if (_system.isPowerOn()) in Fan() 125 if (_system.isPowerOn() && _fanMissingErrorTimer) in Fan() 165 if (_system.isPowerOn() && _fanMissingErrorTimer) in presenceIfaceAdded() 231 if (!_system.isPowerOn() || !_monitorReady) in tachChanged() 369 if (!_system.isPowerOn()) in updateState() 491 if (!_present && _system.isPowerOn()) in presenceChanged() 506 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 | 115 if (_powerState->isPowerOn()) in load() 339 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/phosphor-fan-presence/presence/ |
H A D | anyof.cpp | 56 if (_powerState->isPowerOn()) in AnyOf() 135 if (!isPowerOn()) in checkSensorConflicts()
|
H A D | error_reporter.cpp | 90 if (_powerState->isPowerOn()) in ErrorReporter() 128 if (_powerState->isPowerOn()) in checkFan()
|
H A D | anyof.hpp | 108 inline bool isPowerOn() const in isPowerOn() function in phosphor::fan::presence::AnyOf
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | manager.hpp | 483 inline bool isPowerOn() const in isPowerOn() function in phosphor::fan::control::json::Manager 485 return _powerState->isPowerOn(); in isPowerOn()
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | threshold_alarm_logger.cpp | 224 if (_powerState->isPowerOn()) in checkProperties() 258 if (alarmValue && _powerState->isPowerOn()) in checkThresholds()
|
H A D | shutdown_alarm_monitor.cpp | 112 if (_powerState->isPowerOn()) in ShutdownAlarmMonitor() 178 if (!_powerState->isPowerOn()) in propertiesChanged()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | psu_manager.hpp | 142 bool isPowerOn() in isPowerOn() function in phosphor::power::manager::PSUManager
|
H A D | power_supply.hpp | 815 std::function<bool()> isPowerOn; member in phosphor::power::psu::PowerSupply
|
H A D | power_supply.cpp | 32 bindPath("/sys/bus/i2c/drivers/" + driver), isPowerOn(std::move(callback)), in PowerSupply() 1217 bool faulted = isPowerOn() && (hasPSKillFault() || hasIoutOCFault()); in checkAvailability()
|
H A D | psu_manager.cpp | 258 std::mem_fn(&phosphor::power::manager::PSUManager::isPowerOn), in getPSUProperties()
|
/openbmc/entity-manager/src/ |
H A D | utils.hpp | 72 bool isPowerOn();
|
H A D | entity_manager.cpp | 949 if (!isPowerOn() && scannedPowerOff) in startRemovedTimer() 962 bool powerOff = !isPowerOn(); in startRemovedTimer() 1111 bool powerOff = !isPowerOn(); in propertiesChangedCallback()
|
H A D | utils.cpp | 144 bool isPowerOn() in isPowerOn() function
|
/openbmc/s2600wf-misc/hsbp-manager/include/ |
H A D | utils.hpp | 122 bool isPowerOn(void) in isPowerOn() function
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.cpp | 305 bool isPowerOn() in isPowerOn() function 334 if (powerState == PowerState::on && !isPowerOn()) in readingStateGood() 338 if (powerState == PowerState::biosPost && (!hasBiosPost() || !isPowerOn())) in readingStateGood()
|
H A D | Utils.hpp | 82 bool isPowerOn();
|
/openbmc/phosphor-fan-presence/ |
H A D | power_state.hpp | 88 bool isPowerOn() const in isPowerOn() function in phosphor::fan::PowerState
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | IntelCPUSensor.cpp | 216 if (isPowerOn()) in updateMinMaxValues()
|
/openbmc/dbus-sensors/src/exit-air/ |
H A D | ExitAirTempSensor.cpp | 730 if (!isPowerOn()) in calculate()
|
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 647 if (!isPowerOn()) in createInterface() 1000 if (!isPowerOn()) in runTimer()
|