Searched refs:wdService (Results 1 – 3 of 3) sorted by relevance
27 ipmi::ServiceCache WatchdogService::wdService(Watchdog::interface, wdPath);33 bool wasValid = wdService.isValid(bus); in resetTimeRemaining()35 wdService.newMethodCall(bus, Watchdog::interface, "ResetTimeRemaining"); in resetTimeRemaining()43 wdService.invalidate(); in resetTimeRemaining()58 bool wasValid = wdService.isValid(bus); in getProperties()59 auto request = wdService.newMethodCall(bus, propIntf, "GetAll"); in getProperties()70 wdService.invalidate(); in getProperties()114 bool wasValid = wdService.isValid(bus); in getProperty()115 auto request = wdService.newMethodCall(bus, propIntf, "Get"); in getProperty()126 wdService.invalidate(); in getProperty()[all …]
57 WatchdogService wdService; in ipmiAppResetWatchdogTimer() local61 if (!wdService.getInitialized()) in ipmiAppResetWatchdogTimer()69 wdService.resetTimeRemaining(true); in ipmiAppResetWatchdogTimer()232 WatchdogService wdService; in ipmiSetWatchdogTimer() local236 wdService.setEnabled(false); in ipmiSetWatchdogTimer()242 wdService.setExpireAction(ipmiActionToWdAction(ipmiAction)); in ipmiSetWatchdogTimer()245 wdService.setTimerUse(ipmiTimerUseToWdTimerUse(ipmiTimerUse)); in ipmiSetWatchdogTimer()247 wdService.setExpiredTimerUse(WatchdogService::TimerUse::Reserved); in ipmiSetWatchdogTimer()253 wdService.setInterval(interval); in ipmiSetWatchdogTimer()254 wdService.resetTimeRemaining(false); in ipmiSetWatchdogTimer()[all …]
105 static ipmi::ServiceCache wdService; member in WatchdogService