Searched defs:lock_reason (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/autotest/server/cros/ |
H A D | host_lock_manager.py | 101 def lock(self, hosts, lock_reason='Locked by HostLockManager'): argument 141 def _host_modifier(self, hosts, operation, lock_reason=None): argument
|
H A D | host_lock_manager_unittest.py | 39 def _host_modifier(self, hosts, operation, lock_reason=''): argument
|
/aosp_15_r20/external/autotest/server/cros/chaos_lib/ |
H A D | chaos_datastore_utils.py | 85 def lock_device(self, host_name, lock_reason): argument
|
/aosp_15_r20/external/autotest/frontend/afe/ |
H A D | rdb_model_extensions.py | 197 lock_reason = dbmodels.CharField(null=True, max_length=255, blank=True, variable in AbstractHostModel
|
H A D | rpc_interface.py | 329 def add_host(hostname, status=None, locked=None, lock_reason='', protection=None): argument
|
/aosp_15_r20/external/autotest/server/ |
H A D | frontend.py | 682 def lock_host(self, host, lock_reason, fail_if_locked=False): argument
|