HomeSort by relevance Sort by last modified time
    Searched refs:epoch_seconds (Results 1 - 6 of 6) sorted by null

  /external/autotest/server/cros/clique_lib/
clique_runner.py 127 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/
wpa_cli_proxy.py 372 def sync_time_to(self, epoch_seconds):
374 Sync time on the DUT to |epoch_seconds| from the epoch.
376 @param epoch_seconds float: number of seconds since the epoch.
380 self._host.run('date -u %f' % epoch_seconds, ignore_status=True)
wifi_client.py 533 epoch_seconds = time.time()
534 self.shill.sync_time_to(epoch_seconds)
    [all...]
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 394 def sync_time_to(self, epoch_seconds):
395 """Sync time on the DUT to |epoch_seconds| from the epoch.
397 @param epoch_seconds: float number of seconds from the epoch.
400 utils.run('date -u --set=@%f' % epoch_seconds)
android_xmlrpc_server.py 282 def sync_time_to(self, epoch_seconds):
283 """Sync time on the DUT to |epoch_seconds| from the epoch.
285 @param epoch_seconds: float number of seconds from the epoch.
  /external/autotest/server/
site_linux_system.py 359 epoch_seconds = time.time()
363 (epoch_seconds, busybox_date))

Completed in 495 milliseconds