| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | host_notifier.cpp | 171 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback() 180 _retryTimer.isEnabled(); in newLogCallback() 235 if (!_dataIface.isHostUp() || _retryTimer.isEnabled() || in doNewLogNotify() 236 _hostFullTimer.isEnabled()) in doNewLogNotify() 339 if (_hostFullTimer.isEnabled()) in hostStateChange() 344 if (_hostUpTimer.isEnabled()) in hostStateChange() 409 if (_retryTimer.isEnabled()) in stopCommand() 430 if (_hostFullTimer.isEnabled()) in ackPEL() 472 if (!_hostFullTimer.isEnabled()) in setHostFull()
|
| H A D | pldm_interface.cpp | 373 if (_receiveTimer.isEnabled()) in cleanupCmd()
|
| /openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
| H A D | op_dump_util.cpp | 30 auto isEnabled = true; in isOPDumpsEnabled() local 46 isEnabled = std::get<bool>(v); in isOPDumpsEnabled() 53 return isEnabled; in isOPDumpsEnabled()
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | power_off_action.hpp | 196 if (_timer.isEnabled()) in cancel() 288 if (_timer.isEnabled()) in cancel() 435 if (_serviceModeTimer.isEnabled()) in cancel() 440 if (_meltdownTimer.isEnabled()) in cancel()
|
| H A D | tach_sensor.hpp | 270 return _timer.isEnabled(); in timerRunning() 297 return _countTimer && _countTimer->isEnabled(); in countTimerRunning() 332 if (_errorTimer && _errorTimer->isEnabled()) in errorTimerRunning()
|
| H A D | fan.cpp | 497 else if (_present && _fanMissingErrorTimer->isEnabled()) in presenceChanged() 587 if (_monitorTimer.isEnabled()) in powerStateChanged() 592 if (_fanMissingErrorTimer && _fanMissingErrorTimer->isEnabled()) in powerStateChanged()
|
| H A D | tach_sensor.cpp | 281 else if (_errorTimer->isEnabled()) in setFunctional() 386 if (_countTimer && _countTimer->isEnabled()) in stopCountTimer()
|
| /openbmc/phosphor-fan-presence/control/json/actions/ |
| H A D | count_state_floor.cpp | 50 if (_timer && _timer->isEnabled()) in run() 80 if (!_timer->isEnabled()) in run()
|
| H A D | timer_based_actions.cpp | 107 if (!_timer.isEnabled()) in startTimer() 122 if (_timer.isEnabled()) in stopTimer()
|
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | chassis_tests.cpp | 388 chassis.isEnabled(); in TEST() 401 EXPECT_CALL(monitor, isEnabled()) in TEST() 405 chassis.isEnabled(); in TEST() 417 EXPECT_CALL(monitor, isEnabled()).Times(1).WillOnce(Return(true)); in TEST() 418 EXPECT_TRUE(chassis.isEnabled()); in TEST() 425 EXPECT_CALL(monitor, isEnabled()).Times(1).WillOnce(Return(false)); in TEST() 426 EXPECT_FALSE(chassis.isEnabled()); in TEST() 620 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() 672 EXPECT_CALL(monitor, isEnabled).WillOnce(Return(true)); in TEST() 696 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(false)); in TEST() [all …]
|
| H A D | system_tests.cpp | 204 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() 301 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() 312 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() 353 EXPECT_CALL(monitor, isEnabled).WillOnce(Return(false)); in TEST() 390 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() 403 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() 435 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() 447 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() 694 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() 706 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST() [all …]
|
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | chassis.hpp | 205 bool isEnabled() in isEnabled() function in phosphor::power::sequencer::Chassis 208 return statusMonitor->isEnabled(); in isEnabled()
|
| H A D | chassis.cpp | 39 if (!isEnabled() && (newPowerState == PowerState::on)) in canSetPowerState()
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_manager.cpp | 160 if (throttlePldmTraceTimer->isEnabled()) in findAndCreateObjects() 244 if (throttlePldmTraceTimer->isEnabled()) in checkAllActiveSensors() 258 if (discoverTimer->isEnabled()) in checkAllActiveSensors() 262 if (throttlePldmTraceTimer->isEnabled()) in checkAllActiveSensors() 278 if (!waitForAllOccsTimer->isEnabled()) in checkAllActiveSensors() 451 if (waitForAllOccsTimer->isEnabled()) in statusCallBack() 462 if (!waitForAllOccsTimer->isEnabled()) in statusCallBack() 479 if (!_pollTimer->isEnabled()) in statusCallBack() 527 if (_pollTimer->isEnabled()) in statusCallBack() 535 if (waitForAllOccsTimer->isEnabled()) in statusCallBack() [all …]
|
| H A D | occ_status.cpp | 89 if (safeStateDelayTimer.isEnabled()) in occActive() 481 if (safeStateDelayTimer.isEnabled()) in occReadStateNow() 490 if (!safeStateDelayTimer.isEnabled()) in occReadStateNow()
|
| /openbmc/sdeventplus/src/sdeventplus/utility/ |
| H A D | timer.cpp | 72 bool Timer<Id>::isEnabled() const in isEnabled() function in sdeventplus::utility::Timer 86 if (!isEnabled()) in getRemaining()
|
| H A D | timer.hpp | 117 bool isEnabled() const;
|
| /openbmc/phosphor-fan-presence/presence/ |
| H A D | error_reporter.cpp | 131 else if (timer->isEnabled()) in checkFan() 139 if (timer->isEnabled()) in checkFan()
|
| H A D | eeprom_device.hpp | 63 if (timer.isEnabled()) in unbind()
|
| H A D | anyof.cpp | 173 if (_powerOnDelayTimer.isEnabled()) in powerStateChanged()
|
| /openbmc/phosphor-state-manager/ |
| H A D | scheduled_host_transition.cpp | 54 if (timer.isEnabled()) in scheduledTime() 190 if (timer.isEnabled()) in handleTimeUpdates()
|
| /openbmc/phosphor-watchdog/src/ |
| H A D | watchdog.hpp | 164 return timer.isEnabled(); in timerEnabled()
|
| /openbmc/phosphor-state-manager/test/ |
| H A D | test_scheduled_host_transition.cpp | 46 return scheduledHostTransition.timer.isEnabled(); in isTimerEnabled()
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | callback.hpp | 246 if (!timer->isEnabled()) in operator ()()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | alarm_timestamps.hpp | 136 if (timer && timer->isEnabled()) in prune()
|