Searched refs:ERR_CJ_SYSTEM_SERVICE_EXCEPTION (Results 1 - 3 of 3) sorted by relevance
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_ffi.cpp | 30 ret.code = ERR_CJ_SYSTEM_SERVICE_EXCEPTION; in FfiAppAccountCreateAppAccountManager() 41 return ERR_CJ_SYSTEM_SERVICE_EXCEPTION; in FfiAppAccountAppAccountManagerCreateAccount() 50 return ERR_CJ_SYSTEM_SERVICE_EXCEPTION; in FfiAppAccountAppAccountManagerRemoveAccount() 59 return ERR_CJ_SYSTEM_SERVICE_EXCEPTION; in FfiAppAccountAppAccountManagerSetAppAccess() 68 return {ERR_CJ_SYSTEM_SERVICE_EXCEPTION, false}; in FfiAppAccountAppAccountManagerCheckAppAccess() 77 return {ERR_CJ_SYSTEM_SERVICE_EXCEPTION, false}; in FfiAppAccountAppAccountManagerCheckDataSyncEnabled() 86 return ERR_CJ_SYSTEM_SERVICE_EXCEPTION; in FfiAppAccountAppAccountManagerSetCredential() 96 res.err = ERR_CJ_SYSTEM_SERVICE_EXCEPTION; in FfiAppAccountAppAccountManagerGetAccountsByOwner() 106 RetDataCString ret = { .code = ERR_CJ_SYSTEM_SERVICE_EXCEPTION, .data = nullptr }; in FfiAppAccountAppAccountManagerGetCredential() 116 RetDataCString ret = { .code = ERR_CJ_SYSTEM_SERVICE_EXCEPTION, in FfiAppAccountAppAccountManagerGetCustomData() [all...] |
H A D | appaccount_impl.cpp | 535 appAccountMgrCb->OnResult(ERR_CJ_SYSTEM_SERVICE_EXCEPTION, result); in verifyCredential() 536 callback.onResult(ERR_CJ_SYSTEM_SERVICE_EXCEPTION, Convert2CAuthResult(value, value, value, value)); in verifyCredential() 537 return ERR_CJ_SYSTEM_SERVICE_EXCEPTION; in verifyCredential() 544 appAccountMgrCb->OnResult(ERR_CJ_SYSTEM_SERVICE_EXCEPTION, result); in verifyCredential() 545 callback.onResult(ERR_CJ_SYSTEM_SERVICE_EXCEPTION, Convert2CAuthResult(value, value, value, value)); in verifyCredential() 586 appAccountMgrCb->OnResult(ERR_CJ_SYSTEM_SERVICE_EXCEPTION, result); in setAuthenticatorProperties() 587 callback.onResult(ERR_CJ_SYSTEM_SERVICE_EXCEPTION, Convert2CAuthResult(value, value, value, value)); in setAuthenticatorProperties() 588 return ERR_CJ_SYSTEM_SERVICE_EXCEPTION; in setAuthenticatorProperties() 595 appAccountMgrCb->OnResult(ERR_CJ_SYSTEM_SERVICE_EXCEPTION, result); in setAuthenticatorProperties() 596 callback.onResult(ERR_CJ_SYSTEM_SERVICE_EXCEPTION, Convert2CAuthResul in setAuthenticatorProperties() [all...] |
/base/account/os_account/frameworks/appaccount/cj/include/ |
H A D | appaccount_error.h | 26 ERR_CJ_SYSTEM_SERVICE_EXCEPTION = 12300001 enumerator
|
Completed in 3 milliseconds