Home
last modified time | relevance | path

Searched refs:isEnabled (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp171 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 Dpldm_interface.cpp373 if (_receiveTimer.isEnabled()) in cleanupCmd()
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dop_dump_util.cpp30 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 Dpower_off_action.hpp196 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 Dtach_sensor.hpp270 return _timer.isEnabled(); in timerRunning()
297 return _countTimer && _countTimer->isEnabled(); in countTimerRunning()
332 if (_errorTimer && _errorTimer->isEnabled()) in errorTimerRunning()
H A Dfan.cpp497 else if (_present && _fanMissingErrorTimer->isEnabled()) in presenceChanged()
587 if (_monitorTimer.isEnabled()) in powerStateChanged()
592 if (_fanMissingErrorTimer && _fanMissingErrorTimer->isEnabled()) in powerStateChanged()
H A Dtach_sensor.cpp281 else if (_errorTimer->isEnabled()) in setFunctional()
386 if (_countTimer && _countTimer->isEnabled()) in stopCountTimer()
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dcount_state_floor.cpp50 if (_timer && _timer->isEnabled()) in run()
80 if (!_timer->isEnabled()) in run()
H A Dtimer_based_actions.cpp107 if (!_timer.isEnabled()) in startTimer()
122 if (_timer.isEnabled()) in stopTimer()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dchassis_tests.cpp388 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 Dsystem_tests.cpp204 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 Dchassis.hpp205 bool isEnabled() in isEnabled() function in phosphor::power::sequencer::Chassis
208 return statusMonitor->isEnabled(); in isEnabled()
H A Dchassis.cpp39 if (!isEnabled() && (newPowerState == PowerState::on)) in canSetPowerState()
/openbmc/openpower-occ-control/
H A Docc_manager.cpp160 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 Docc_status.cpp89 if (safeStateDelayTimer.isEnabled()) in occActive()
481 if (safeStateDelayTimer.isEnabled()) in occReadStateNow()
490 if (!safeStateDelayTimer.isEnabled()) in occReadStateNow()
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp72 bool Timer<Id>::isEnabled() const in isEnabled() function in sdeventplus::utility::Timer
86 if (!isEnabled()) in getRemaining()
H A Dtimer.hpp117 bool isEnabled() const;
/openbmc/phosphor-fan-presence/presence/
H A Derror_reporter.cpp131 else if (timer->isEnabled()) in checkFan()
139 if (timer->isEnabled()) in checkFan()
H A Deeprom_device.hpp63 if (timer.isEnabled()) in unbind()
H A Danyof.cpp173 if (_powerOnDelayTimer.isEnabled()) in powerStateChanged()
/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.cpp54 if (timer.isEnabled()) in scheduledTime()
190 if (timer.isEnabled()) in handleTimeUpdates()
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.hpp164 return timer.isEnabled(); in timerEnabled()
/openbmc/phosphor-state-manager/test/
H A Dtest_scheduled_host_transition.cpp46 return scheduledHostTransition.timer.isEnabled(); in isTimerEnabled()
/openbmc/phosphor-dbus-monitor/src/
H A Dcallback.hpp246 if (!timer->isEnabled()) in operator ()()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dalarm_timestamps.hpp136 if (timer && timer->isEnabled()) in prune()

12