Home
last modified time | relevance | path

Searched refs:suppress_lock_warning (Results 1 – 2 of 2) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_device.py52 suppress_lock_warning=True, argument
106 serial, suppress_lock_warning) == False:
109 if not suppress_lock_warning:
141 serial, suppress_lock_warning) == False:
144 if not suppress_lock_warning:
206 suppress_lock_warning=True, argument
224 suppress_lock_warning, from_job_pool)
318 if args.suppress_lock_warning:
319 if (type(args.suppress_lock_warning) != str
320 or args.suppress_lock_warning.lower() == "true"):
[all …]
/test/framework/harnesses/host_controller/utils/ipc/
Dfile_lock.py80 def LockDevice(self, serial, suppress_lock_warning=False, block=False): argument
103 if not suppress_lock_warning: