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()
108 return WatchdogService::Action::None; in ipmiActionToWdAction()
165 return WatchdogService::TimerUse::OEM; in ipmiTimerUseToWdTimerUse()
223 WatchdogService wd_service; in ipmiSetWatchdogTimer()
283 case WatchdogService::Action::None: in wdActionToIpmiAction()
287 case WatchdogService::Action::HardReset: in wdActionToIpmiAction()
291 case WatchdogService::Action::PowerOff: in wdActionToIpmiAction()
325 case WatchdogService::TimerUse::OSLoad: in wdTimerUseToIpmiTimerUse()
330 case WatchdogService::TimerUse::SMSOS: in wdTimerUseToIpmiTimerUse()
334 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()
56 WatchdogService::Properties WatchdogService::getProperties() in getProperties()
112 T WatchdogService::getProperty(const std::string& key) in getProperty()
168 bool WatchdogService::getInitialized() in getInitialized()
173 void WatchdogService::setInitialized(bool initialized) in setInitialized()
178 void WatchdogService::setEnabled(bool enabled) in setEnabled()
183 void WatchdogService::setLogTimeout(bool LogTimeout) in setLogTimeout()
188 void WatchdogService::setExpireAction(Action expireAction) in setExpireAction()
193 void WatchdogService::setTimerUse(TimerUse timerUse) in setTimerUse()
[all …]
H A Dwatchdog_service.hpp11 class WatchdogService class
14 WatchdogService();