Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp48 const int32_t ERROR_STORAGE_KEY_NOT_EXIST = -2; variable
233 return ERROR_STORAGE_KEY_NOT_EXIST; in ActiveUserKey()
287 return g_fscryptEnable ? ERROR_STORAGE_KEY_NOT_EXIST : 0; in UpdateKeyContext()
340 return g_fscryptEnable ? ERROR_STORAGE_KEY_NOT_EXIST : 0; in UpdateUserAuth()
344 return ERROR_STORAGE_KEY_NOT_EXIST; in UpdateUserAuth()
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Dinner_account_iam_manager.cpp43 constexpr int32_t ERROR_STORAGE_KEY_NOT_EXIST = -2; variable
518 if ((result != ERR_OK) && (result != ERROR_STORAGE_KEY_NOT_EXIST)) { in InnerUpdateStorageKey()
596 if ((code != ERR_OK) && (code != ERROR_STORAGE_KEY_NOT_EXIST)) { in InnerUpdateStorageUserAuth()
700 if (result != ERR_OK && result != ERROR_STORAGE_KEY_NOT_EXIST) { in InnerActivateUserKey()