Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/storage/proxy/
H A Dwatchdog.cpp111 void WatchdogLoop();
125 watchdog_thread_ = std::thread(&Watchdog::WatchdogLoop, this); in RegisterWatch()
167 void Watchdog::WatchdogLoop() { in WatchdogLoop() function in Watchdog