Home
last modified time | relevance | path

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

/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.hpp80 void startTimer(ThresholdDetail&, double);
H A Ddiscrete_threshold.hpp79 void startTimer(ThresholdDetail&, double);
/openbmc/pldm/softoff/
H A Dsoftoff.hpp103 int startTimer(const std::chrono::microseconds& usec);
H A Dsoftoff.cpp374 auto ret = startTimer(timeMicroseconds); in hostSoftOff()
423 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.cpp232 startTimer(alarmKey); in checkAlarm()
244 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.cpp335 void ThresholdTimer::startTimer(const std::weak_ptr<Sensor>& weakSensor, in startTimer() function in thresholds::ThresholdTimer
435 thresholdTimer.startTimer(weakSensor, change.threshold, in checkThresholdsPowerDelay()
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp278 sensor.startTimer(TimerMode::nonfunc); in process()
310 sensor.startTimer(TimerMode::func); in process()
H A Dtach_sensor.hpp280 void startTimer(TimerMode mode);
H A Dtach_sensor.cpp315 void TachSensor::startTimer(TimerMode mode) in startTimer() function in phosphor::fan::monitor::TachSensor
/openbmc/bmcweb/redfish-core/lib/
H A Dtask.hpp275 void startTimer(const std::chrono::seconds& timeout) in startTimer() function
H A Dupdate_service.hpp255 task->startTimer(std::chrono::minutes(5)); in createTask()
H A Dlog_services.hpp933 task->startTimer(std::chrono::minutes(6)); in createDumpTaskCallback()
3105 task->startTimer(std::chrono::minutes(5)); in requestRoutesCrashdumpCollect()