Home
last modified time | relevance | path

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

/external/autotest/server/cros/clique_lib/
Dclique_runner.py127 epoch_seconds = time.time()
128 logging.info('Syncing epoch time on DUTs to %d seconds.', epoch_seconds)
130 dut.wifi_client.shill.sync_time_to(epoch_seconds)
/external/autotest/server/cros/network/
Dwpa_cli_proxy.py372 def sync_time_to(self, epoch_seconds): argument
380 self._host.run('date -u %f' % epoch_seconds, ignore_status=True)
Dwifi_client.py531 epoch_seconds = time.time()
532 self.shill.sync_time_to(epoch_seconds)
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py394 def sync_time_to(self, epoch_seconds): argument
400 utils.run('date -u --set=@%f' % epoch_seconds)
Dandroid_xmlrpc_server.py282 def sync_time_to(self, epoch_seconds): argument
/external/autotest/server/
Dsite_linux_system.py359 epoch_seconds = time.time()
363 (epoch_seconds, busybox_date))