Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_ext_ability.cpp153 bool isAccountVerified = true; // Assume verified to avoid unknown killing in IsStartBeforeUserUnlock() local
154 ErrCode err = AccountSA::OsAccountManager::IsOsAccountVerified(activeUserId, isAccountVerified); in IsStartBeforeUserUnlock()
159 MEDIA_INFO_LOG("Current user verification result: %{public}d", isAccountVerified); in IsStartBeforeUserUnlock()
160 return !isAccountVerified; in IsStartBeforeUserUnlock()