Home
last modified time | relevance | path

Searched refs:resetTimeRemaining (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.cpp32 void WatchdogService::resetTimeRemaining(bool enableWatchdog) in resetTimeRemaining() function in WatchdogService
47 return resetTimeRemaining(enableWatchdog); in resetTimeRemaining()
H A Dwatchdog_service.hpp27 void resetTimeRemaining(bool enableWatchdog);
H A Dwatchdog.cpp60 wd_service.resetTimeRemaining(true); in ipmiAppResetWatchdogTimer()
245 wd_service.resetTimeRemaining(false); in ipmiSetWatchdogTimer()
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.hpp100 void resetTimeRemaining(bool enableWatchdog) override;
H A Dwatchdog.cpp27 void Watchdog::resetTimeRemaining(bool enableWatchdog) in resetTimeRemaining() function in phosphor::watchdog::Watchdog
H A Dmainapp.cpp244 std::bind(&Watchdog::resetTimeRemaining, std::ref(watchdog), in main()
/openbmc/phosphor-watchdog/test/
H A Dwatchdog.cpp239 wdog->resetTimeRemaining(false); in TEST_F()
441 wdog->resetTimeRemaining(true); in TEST_F()