Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Dinner_account_iam_manager.cpp497 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in UpdateStorageKey()
539 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in UpdateStorageKeyContext()
574 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in UpdateStorageUserAuth()
610 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in GetLockScreenStatus()
644 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in UnlockUserScreen()
679 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in ActivateUserKey()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h101 const int32_t E_IPC_ERROR = 29189; variable
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp171 if ((errCode != Constants::E_IPC_ERROR) && (errCode != Constants::E_IPC_SA_DIED)) { in SendToBMSAccountCreate()
325 if (errCode != Constants::E_IPC_ERROR && errCode != Constants::E_IPC_SA_DIED) { in SendToStorageAccountCreate()