Home
last modified time | relevance | path

Searched refs:startTimer (Results 1 – 21 of 21) sorted by relevance

/openbmc/bmcweb/include/
H A Dwatchdog.hpp42 startTimer(); in ServiceWatchdog()
46 void startTimer() in startTimer() function in bmcweb::ServiceWatchdog
69 startTimer(); in handleTimeout()
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dtimer_based_actions.cpp69 startTimer(); in run()
96 startTimer(); in run()
105 void TimerBasedActions::startTimer() in startTimer() function in phosphor::fan::control::json::TimerBasedActions
H A Dtimer_based_actions.hpp91 void startTimer();
/openbmc/phosphor-host-ipmid/softoff/
H A Dsoftoff.cpp78 auto r = startTimer(time); in hostControlEvent()
106 int SoftPowerOff::startTimer(const std::chrono::microseconds& usec) in startTimer() function in phosphor::ipmi::SoftPowerOff
H A Dsoftoff.hpp92 int startTimer(const std::chrono::microseconds& usec);
/openbmc/telemetry/src/
H A Ddiscrete_threshold.cpp63 startTimer(details, value); in sensorUpdated()
67 void DiscreteThreshold::startTimer(DiscreteThreshold::ThresholdDetail& details, in startTimer() function in DiscreteThreshold
H A Dnumeric_threshold.cpp82 startTimer(details, value); in sensorUpdated()
91 void NumericThreshold::startTimer(NumericThreshold::ThresholdDetail& details, in startTimer() function in NumericThreshold
H A Dnumeric_threshold.hpp86 void startTimer(ThresholdDetail&, double);
H A Ddiscrete_threshold.hpp85 void startTimer(ThresholdDetail&, double);
/openbmc/pldm/softoff/
H A Dsoftoff.hpp103 int startTimer(const std::chrono::microseconds& usec);
H A Dsoftoff.cpp393 auto ret = startTimer(timeMicroseconds); in hostSoftOff()
442 int SoftPowerOff::startTimer(const std::chrono::microseconds& usec) in startTimer() function in pldm::SoftPowerOff
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.hpp115 void startTimer(const AlarmKey& alarmKey);
H A Dshutdown_alarm_monitor.cpp228 startTimer(alarmKey); in checkAlarm()
240 void ShutdownAlarmMonitor::startTimer(const AlarmKey& alarmKey) in startTimer() function in sensor::monitor::ShutdownAlarmMonitor
/openbmc/dbus-sensors/src/
H A DThresholds.hpp113 void startTimer(const std::weak_ptr<Sensor>& weakSensor,
H A DThresholds.cpp338 void ThresholdTimer::startTimer(const std::weak_ptr<Sensor>& weakSensor, in startTimer() function in thresholds::ThresholdTimer
439 thresholdTimer.startTimer(weakSensor, change.threshold, in checkThresholdsPowerDelay()
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp279 sensor.startTimer(TimerMode::nonfunc); in process()
311 sensor.startTimer(TimerMode::func); in process()
H A Dtach_sensor.hpp279 void startTimer(TimerMode mode);
H A Dtach_sensor.cpp317 void TachSensor::startTimer(TimerMode mode) in startTimer() function in phosphor::fan::monitor::TachSensor
/openbmc/bmcweb/redfish-core/lib/
H A Dtask.hpp314 void startTimer(const std::chrono::seconds& timeout)
315 void startTimer(const std::chrono::seconds& timeout) startTimer() function
H A Dlog_services.hpp703 task->startTimer(std::chrono::minutes(6)); in createDumpTaskCallback()
2172 task->startTimer(std::chrono::minutes(5)); in requestRoutesCrashdumpCollect()
H A Dupdate_service.hpp259 task->startTimer(std::chrono::minutes(5)); in createTask()