Home
last modified time | relevance | path

Searched refs:enableWatchdog (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.cpp32 void WatchdogService::resetTimeRemaining(bool enableWatchdog) in resetTimeRemaining() argument
36 request.append(enableWatchdog); in resetTimeRemaining()
47 return resetTimeRemaining(enableWatchdog); in resetTimeRemaining()
51 "ENABLE_WATCHDOG", enableWatchdog, "ERROR", e); in resetTimeRemaining()
H A Dwatchdog_service.hpp27 void resetTimeRemaining(bool enableWatchdog);
/openbmc/openpower-hw-diags/attn/
H A Dattn_dump.cpp106 void enableWatchdog(bool enable) in enableWatchdog() function
136 enableWatchdog(false); in requestDump()
186 enableWatchdog(true); in requestDump()
H A Dattn_dump.hpp41 void enableWatchdog(bool enable);
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.cpp27 void Watchdog::resetTimeRemaining(bool enableWatchdog) in resetTimeRemaining() argument
30 if (enableWatchdog) in resetTimeRemaining()
H A Dwatchdog.hpp100 void resetTimeRemaining(bool enableWatchdog) override;