Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dwatchdog.hpp40 watchdogTime = std::chrono::duration<uint64_t, std::micro>( in ServiceWatchdog()
48 timer.expires_after(watchdogTime); in startTimer()
73 std::chrono::duration<uint64_t, std::micro> watchdogTime{}; member in bmcweb::ServiceWatchdog