Home
last modified time | relevance | path

Searched refs:E_IPC_SA_DIED (Results 1 - 3 of 3) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h102 const int32_t E_IPC_SA_DIED = 32; member
/base/account/os_account/services/accountmgr/src/account_iam/
H A Dinner_account_iam_manager.cpp525 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in UpdateStorageKey()
567 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in UpdateStorageKeyContext()
602 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in UpdateStorageUserAuth()
661 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in GetLockScreenStatus()
695 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in UnlockUserScreen()
730 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in ActivateUserKey()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp179 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in SendToBMSAccountCreate()
488 if ((errCode == Constants::E_IPC_ERROR) || (errCode == Constants::E_IPC_SA_DIED)) { in UnlockUser()

Completed in 6 milliseconds