HomeSort by relevance Sort by last modified time
    Searched full:sync_refresh (Results 1 - 4 of 4) sorted by null

  /external/autotest/scheduler/
drone_manager_unittest.py 454 # the rest of sync_refresh populates the right datastructures for
479 self.manager.sync_refresh()
drone_manager.py 483 def sync_refresh(self): member in class:BaseDroneManager
501 with self._timer.get_client('sync_refresh'):
550 self.sync_refresh()
    [all...]
monitor_db.py 351 self._log_tick_msg('Calling _drone_manager.sync_refresh().')
352 _drone_manager.sync_refresh()
353 # _run_cleanup must be called between drone_manager.sync_refresh, and
354 # drone_manager.execute_actions, as sync_refresh will clear the calls
    [all...]
monitor_db_functional_test.py 87 'copy_results_on_drone', 'trigger_refresh', 'sync_refresh')
    [all...]

Completed in 783 milliseconds