Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Demulator_console_test.py160 self.assertTrue(console.Ping())
163 self.assertFalse(console.Ping())
166 self.assertFalse(console.Ping())
Demulator_console.py159 def Ping(self): member in RemoteEmulatorConsole
/tools/test/connectivity/acts_tests/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino50 bool ret = Ping.ping("www.google.com", 3);
/tools/acloud/public/actions/
Dremote_host_gf_device_factory_test.py114 self._mock_console.Ping.side_effect = ping_results
185 self.assertEqual(self._mock_console.Ping.call_count,
Dremote_host_gf_device_factory.py756 func=lambda: (True if console.Ping() else