Home
last modified time | relevance | path

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

/external/autotest/server/
Dsite_crashcollect.py206 if not host.check_cached_up_status():
Dcrashcollect.py104 if not host.check_cached_up_status():
/external/autotest/server/hosts/
Dabstract_ssh.py883 if not self.check_cached_up_status():
985 def check_cached_up_status( member in AbstractSSHHost
/external/autotest/client/common_lib/hosts/
Dbase_classes.py706 def check_cached_up_status(self, expiration_seconds): member in Host