Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp24 { ERR_ACCOUNT_COMMON_ACCOUNT_NOT_EXIST_ERROR, ERR_JS_ACCOUNT_NOT_FOUND },
33 return ERR_JS_ACCOUNT_NOT_FOUND; in AppAccountConvertOtherJSErrCode()
89 return ERR_JS_ACCOUNT_NOT_FOUND; in OsAccountConvertToJSErrCode()
127 return ERR_JS_ACCOUNT_NOT_FOUND; in DomainAccountConvertToJSErrCode()
/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_error_common_test.cpp60 … EXPECT_EQ(ConvertToJSErrCode(ERR_APPACCOUNT_SERVICE_ACCOUNT_NOT_EXIST), ERR_JS_ACCOUNT_NOT_FOUND);
61 …CT_EQ(ConvertToJSErrCode(ERR_APPACCOUNT_SERVICE_GET_ACCOUNT_INFO_BY_ID), ERR_JS_ACCOUNT_NOT_FOUND);
109 …XPECT_EQ(ConvertToJSErrCode(ERR_ACCOUNT_COMMON_ACCOUNT_NOT_EXIST_ERROR), ERR_JS_ACCOUNT_NOT_FOUND);
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_identity_manager.cpp113 context->errCode = ERR_JS_ACCOUNT_NOT_FOUND; in OpenSession()
178 idmCallback->OnResult(ERR_JS_ACCOUNT_NOT_FOUND, emptyResult); in AddCredential()
207 idmCallback->OnResult(ERR_JS_ACCOUNT_NOT_FOUND, emptyResult); in UpdateCredential()
228 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(ERR_JS_ACCOUNT_NOT_FOUND), true); in CloseSession()
480 idmCallback->OnCredentialInfo(ERR_JS_ACCOUNT_NOT_FOUND, emptyInfoList); in GetAuthInfo()
544 getEnrolledIdCallback->OnEnrolledId(ERR_JS_ACCOUNT_NOT_FOUND, enrolledId); in GetEnrolledId()
H A Dnapi_account_iam_user_auth.cpp179 getPropCallback->OnResult(ERR_JS_ACCOUNT_NOT_FOUND, emptyInfo); in GetProperty()
469 context.callback->OnResult(ERR_JS_ACCOUNT_NOT_FOUND, emptyInfo); in Auth()
488 context.callback->OnResult(ERR_JS_ACCOUNT_NOT_FOUND, emptyInfo); in AuthUser()
H A Dnapi_account_iam_common.cpp93 return ERR_JS_ACCOUNT_NOT_FOUND; in AccountIAMConvertToJSErrCode()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_domain_account_callback.cpp62 return innerCallback_->OnResult(ERR_JS_ACCOUNT_NOT_FOUND, resultParcel); in OnResult()
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_error.cpp27 {ERR_JS_ACCOUNT_NOT_FOUND, "Account not found, please check whether the account exists"},
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Daccount_error_no.h311 ERR_JS_ACCOUNT_NOT_FOUND = 12300003, enumerator
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp577 return ERR_JS_ACCOUNT_NOT_FOUND; in GetAccountServerConfig()
1575 if (result == ERR_JS_ACCOUNT_NOT_FOUND) { in OnResult()