Home
last modified time | relevance | path

Searched defs:lock_reason (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/cros/
Dhost_lock_manager.py100 def lock(self, hosts, lock_reason='Locked by HostLockManager'): argument
140 def _host_modifier(self, hosts, operation, lock_reason=None): argument
Dhost_lock_manager_unittest.py37 def _host_modifier(self, hosts, operation, lock_reason=''): argument
/external/autotest/server/cros/chaos_lib/
Dchaos_datastore_utils.py84 def lock_device(self, host_name, lock_reason): argument
/external/autotest/frontend/afe/
Drdb_model_extensions.py200 lock_reason = dbmodels.CharField(null=True, max_length=255, blank=True, variable in AbstractHostModel
Drpc_interface.py337 def add_host(hostname, status=None, locked=None, lock_reason='', protection=None): argument
/external/autotest/server/
Dfrontend.py682 def lock_host(self, host, lock_reason, fail_if_locked=False): argument