Searched defs:lock_reason (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/cros/ |
D | host_lock_manager.py | 102 def lock(self, hosts, lock_reason='Locked by HostLockManager'): argument 142 def _host_modifier(self, hosts, operation, lock_reason=None): argument
|
D | host_lock_manager_unittest.py | 55 def _host_modifier(self, hosts, operation, lock_reason=''): argument
|
/external/autotest/cli/ |
D | site_host.py | 36 locked=False, lock_reason='', labels=[], acls=[], 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 | 264 def add_host(hostname, status=None, locked=None, lock_reason='', protection=None): argument
|
/external/autotest/scheduler/ |
D | rdb_testing_utils.py | 204 locked=0, lock_reason='', leased=0, protection=0, dirty=0): argument
|