Home
last modified time | relevance | path

Searched refs:WatchdogService (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog.cpp47 WatchdogService wd_service; in ipmiAppResetWatchdogTimer()
110 return WatchdogService::Action::None; in ipmiActionToWdAction()
167 return WatchdogService::TimerUse::OEM; in ipmiTimerUseToWdTimerUse()
226 WatchdogService wd_service; in ipmiSetWatchdogTimer()
287 case WatchdogService::Action::None: in wdActionToIpmiAction()
291 case WatchdogService::Action::HardReset: in wdActionToIpmiAction()
295 case WatchdogService::Action::PowerOff: in wdActionToIpmiAction()
329 case WatchdogService::TimerUse::OSLoad: in wdTimerUseToIpmiTimerUse()
334 case WatchdogService::TimerUse::SMSOS: in wdTimerUseToIpmiTimerUse()
338 case WatchdogService::TimerUse::OEM: in wdTimerUseToIpmiTimerUse()
[all …]
H A Dwatchdog_service.cpp30 WatchdogService::WatchdogService() : bus(ipmid_get_sd_bus_connection()) {} in WatchdogService() function in WatchdogService
32 void WatchdogService::resetTimeRemaining(bool enableWatchdog) in resetTimeRemaining()
57 WatchdogService::Properties WatchdogService::getProperties() in getProperties()
113 T WatchdogService::getProperty(const std::string& key) in getProperty()
171 bool WatchdogService::getInitialized() in getInitialized()
176 void WatchdogService::setInitialized(bool initialized) in setInitialized()
181 void WatchdogService::setEnabled(bool enabled) in setEnabled()
186 void WatchdogService::setLogTimeout(bool LogTimeout) in setLogTimeout()
191 void WatchdogService::setExpireAction(Action expireAction) in setExpireAction()
196 void WatchdogService::setTimerUse(TimerUse timerUse) in setTimerUse()
[all …]
H A Dwatchdog_service.hpp11 class WatchdogService class
14 WatchdogService();