Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp256 enum class LockTypeTest { enum
323 static bool AmongLockType(int mid, LockTypeTest min, LockTypeTest max) in AmongLockType()
1129 while (!AmongLockType(testType, LockTypeTest::PIN_LOCK_TYPE, LockTypeTest::FDN_LOCK_TTPE)) { in TestSetLockState()
1134 if (static_cast<int32_t>(LockTypeTest::PIN_LOCK_TYPE) == testType) { in TestSetLockState()
1164 while (!AmongLockType(testType, LockTypeTest::PIN_LOCK_TYPE, LockTypeTest::FDN_LOCK_TTPE)) { in TestGetLockState()