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 D | account_error_no.cpp | 24 { 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 D | account_error_common_test.cpp | 60 … 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 D | napi_account_iam_identity_manager.cpp | 113 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 D | napi_account_iam_user_auth.cpp | 179 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 D | napi_account_iam_common.cpp | 93 return ERR_JS_ACCOUNT_NOT_FOUND; in AccountIAMConvertToJSErrCode()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_domain_account_callback.cpp | 62 return innerCallback_->OnResult(ERR_JS_ACCOUNT_NOT_FOUND, resultParcel); in OnResult()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/ |
H A D | napi_account_error.cpp | 27 {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 D | account_error_no.h | 311 ERR_JS_ACCOUNT_NOT_FOUND = 12300003, enumerator
|
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | inner_domain_account_manager.cpp | 577 return ERR_JS_ACCOUNT_NOT_FOUND; in GetAccountServerConfig() 1575 if (result == ERR_JS_ACCOUNT_NOT_FOUND) { in OnResult()
|