Home
last modified time | relevance | path

Searched refs:lock_type (Results 1 – 4 of 4) sorted by relevance

/external/libcxxabi/src/
Dcxa_guard.cpp72 typedef uint32_t lock_type; typedef
77 lock_type
80 return static_cast<lock_type>(x >> 32); in get_lock()
85 set_lock(uint64_t& x, lock_type y) in set_lock()
93 lock_type
96 return static_cast<lock_type>(x); in get_lock()
101 set_lock(uint64_t& x, lock_type y) in set_lock()
110 typedef bool lock_type; typedef
113 lock_type
126 set_lock(uint64_t& x, lock_type y) in set_lock()
[all …]
/external/autotest/client/site_tests/network_SIMLocking/
Dnetwork_SIMLocking.py109 lock_type = lock_status.get(
112 if lock_type is None:
115 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PIN
121 lock_type = lock_status.get(
124 if lock_type is None:
127 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PUK
/external/autotest/client/cros/cellular/pseudomodem/
Dsim.py174 def lock_type(self): member in SIM
310 def _ResetRetries(self, lock_type): argument
311 if lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PIN:
313 elif lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PUK:
317 self._lock_data[lock_type]['retries'] = value
Dmodem.py355 self.sim.lock_type)