Home
last modified time | relevance | path

Searched refs:isUnlocked (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp214 bool isUnlocked = false; in IsOsAccountUnlocked() local
215 OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked); in IsOsAccountUnlocked()
220 return isUnlocked; in IsOsAccountUnlocked()
/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp115 bool isUnlocked = false; in IsOsAccountUnlocked() local
116 OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked); in IsOsAccountUnlocked()
121 SCLOCK_HILOGI(" account verified status: %d, accountId: %d", isUnlocked, osAccountId); in IsOsAccountUnlocked()
122 return isUnlocked; in IsOsAccountUnlocked()

Completed in 1 milliseconds