Home
last modified time | relevance | path

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

12

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp183 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback()
192 _retryTimer.isEnabled(); in newLogCallback()
247 if (!_dataIface.isHostUp() || _retryTimer.isEnabled() || in doNewLogNotify()
248 _hostFullTimer.isEnabled()) in doNewLogNotify()
351 if (_hostFullTimer.isEnabled()) in hostStateChange()
356 if (_hostUpTimer.isEnabled()) in hostStateChange()
421 if (_retryTimer.isEnabled()) in stopCommand()
442 if (_hostFullTimer.isEnabled()) in ackPEL()
484 if (!_hostFullTimer.isEnabled()) in setHostFull()
H A Dpldm_interface.cpp380 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.cpp495 else if (_present && _fanMissingErrorTimer->isEnabled()) in presenceChanged()
585 if (_monitorTimer.isEnabled()) in powerStateChanged()
590 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/openpower-occ-control/
H A Docc_manager.cpp168 if (throttlePldmTraceTimer->isEnabled()) in findAndCreateObjects()
260 if (throttlePldmTraceTimer->isEnabled()) in checkAllActiveSensors()
275 if (discoverTimer->isEnabled()) in checkAllActiveSensors()
280 if (throttlePldmTraceTimer->isEnabled()) in checkAllActiveSensors()
297 if (!waitForAllOccsTimer->isEnabled()) in checkAllActiveSensors()
480 if (waitForAllOccsTimer->isEnabled()) in statusCallBack()
491 if (!waitForAllOccsTimer->isEnabled()) in statusCallBack()
511 if (!_pollTimer->isEnabled()) in statusCallBack()
549 if (_pollTimer->isEnabled()) in statusCallBack()
558 if (waitForAllOccsTimer->isEnabled()) in statusCallBack()
[all …]
H A Docc_status.cpp79 if (safeStateDelayTimer.isEnabled()) in occActive()
493 if (safeStateDelayTimer.isEnabled()) in occReadStateNow()
502 if (!safeStateDelayTimer.isEnabled()) in occReadStateNow()
H A Dpldm.cpp828 if (pldmRspTimer.isEnabled()) in pldmClose()
899 if (pldmIface->pldmRspTimer.isEnabled()) in pldmRspCallback()
1038 if (pldmIface->pldmRspTimer.isEnabled()) in pldmResetCallback()
/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/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-state-manager/
H A Dscheduled_host_transition.cpp57 if (timer.isEnabled()) in scheduledTime()
192 if (timer.isEnabled()) in handleTimeUpdates()
/openbmc/phosphor-fan-presence/presence/
H A Derror_reporter.cpp130 else if (timer->isEnabled()) in checkFan()
138 if (timer->isEnabled()) in checkFan()
H A Deeprom_device.hpp63 if (timer.isEnabled()) in unbind()
H A Danyof.cpp175 if (_powerOnDelayTimer.isEnabled()) in powerStateChanged()
/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.hpp249 if (!timer->isEnabled()) in operator ()()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dalarm_timestamps.hpp136 if (timer && timer->isEnabled()) in prune()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js1202 isEnabled: function isEnabled() {
1217 } else if (!this.isEnabled() || this.eventBus.before("active")) {
1379 isEnabled: function isEnabled() {
1382 enabled = t.isEnabled();
/openbmc/sdeventplus/test/utility/
H A Dtimer.cpp208 EXPECT_TRUE(timer->isEnabled()); in TEST_F()
210 EXPECT_FALSE(timer->isEnabled()); in TEST_F()
/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp282 else if (timer.isEnabled()) in requestHandler()

12