Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/server/cros/
H A Dhost_lock_manager.py101 def lock(self, hosts, lock_reason='Locked by HostLockManager'): argument
141 def _host_modifier(self, hosts, operation, lock_reason=None): argument
H A Dhost_lock_manager_unittest.py39 def _host_modifier(self, hosts, operation, lock_reason=''): argument
/aosp_15_r20/external/autotest/server/cros/chaos_lib/
H A Dchaos_datastore_utils.py85 def lock_device(self, host_name, lock_reason): argument
/aosp_15_r20/external/autotest/frontend/afe/
H A Drdb_model_extensions.py197 lock_reason = dbmodels.CharField(null=True, max_length=255, blank=True, variable in AbstractHostModel
H A Drpc_interface.py329 def add_host(hostname, status=None, locked=None, lock_reason='', protection=None): argument
/aosp_15_r20/external/autotest/server/
H A Dfrontend.py682 def lock_host(self, host, lock_reason, fail_if_locked=False): argument