Searched defs:lock_reason (Results 1 – 8 of 8) sorted by relevance
/external/autotest/server/cros/ |
D | host_lock_manager.py | 100 def lock(self, hosts, lock_reason='Locked by HostLockManager'): argument 140 def _host_modifier(self, hosts, operation, lock_reason=None): argument
|
D | host_lock_manager_unittest.py | 37 def _host_modifier(self, hosts, operation, lock_reason=''): argument
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_datastore_utils.py | 84 def lock_device(self, host_name, lock_reason): argument
|
/external/autotest/frontend/afe/ |
D | rdb_model_extensions.py | 200 lock_reason = dbmodels.CharField(null=True, max_length=255, blank=True, variable in AbstractHostModel
|
D | rpc_interface.py | 337 def add_host(hostname, status=None, locked=None, lock_reason='', protection=None): argument
|
/external/autotest/cli/ |
D | host_unittest.py | 1443 lock_reason='', force_lock=False, protection=None, argument 1560 lock_reason=None, platform=None, argument
|
D | host.py | 864 locked=False, lock_reason='', labels=[], acls=[], argument
|
/external/autotest/server/ |
D | frontend.py | 676 def lock_host(self, host, lock_reason, fail_if_locked=False): argument
|