Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/py/pw_rpc/console_tools/
Dwatchdog.py57 self._watchdog = threading.Timer(0, self._timeout_expired)
64 self._timeout_expired)
76 def _timeout_expired(self) -> None: member in Watchdog
/external/pigweed/pw_rpc/py/tests/console_tools/
Dconsole_tools_test.py41 self._watchdog._timeout_expired() # pylint: disable=protected-access