Searched refs:ping_wait_down (Results 1 – 7 of 7) sorted by relevance
72 if self.host.ping_wait_down(timeout=self.TIMEOUT_SUSPEND_TRANSITION):83 if not self.host.ping_wait_down(timeout=self.TIMEOUT_SUSPEND_CHECK):
34 if not self.host.ping_wait_down(timeout=10):
143 if not self.host.ping_wait_down(timeout=down_sec):
77 if not self._host.ping_wait_down(_SUSPEND_TIMEOUT):
163 if not self.host.ping_wait_down(timeout=10):
906 if not self.client_host.ping_wait_down(timeout):
1977 def ping_wait_down(self, timeout): member in CrosHost2041 success = self.ping_wait_down(timeout=sleep_timeout)2112 success = self.ping_wait_down(timeout=shutdown_timeout)