Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_error_common_test.cpp52 … EXPECT_EQ(ConvertToJSErrCode(ERR_APPACCOUNT_SERVICE_ACCOUNT_NOT_EXIST), ERR_JS_ACCOUNT_NOT_FOUND);
53 …CT_EQ(ConvertToJSErrCode(ERR_APPACCOUNT_SERVICE_GET_ACCOUNT_INFO_BY_ID), ERR_JS_ACCOUNT_NOT_FOUND);
113 …nvertToJSErrCode(ERR_OSACCOUNT_SERVICE_CONTROL_SELECT_OS_ACCOUNT_ERROR), ERR_JS_ACCOUNT_NOT_FOUND);
114 …ertToJSErrCode(ERR_OSACCOUNT_SERVICE_INNER_CANNOT_FIND_OSACCOUNT_ERROR), ERR_JS_ACCOUNT_NOT_FOUND);
115 …ertToJSErrCode(ERR_OSACCOUNT_SERVICE_INNER_SELECT_OSACCOUNT_BYID_ERROR), ERR_JS_ACCOUNT_NOT_FOUND);
/base/account/os_account/frameworks/common/account_error/src/
Daccount_error_no.cpp24 return ERR_JS_ACCOUNT_NOT_FOUND; in AppAccountConvertOtherJSErrCode()
92 return ERR_JS_ACCOUNT_NOT_FOUND; in OsAccountConvertToJSErrCode()
/base/account/os_account/interfaces/kits/napi/common/src/
Dnapi_account_error.cpp26 {ERR_JS_ACCOUNT_NOT_FOUND, "Account not found, please check whether the account exists"},
/base/account/os_account/frameworks/common/account_error/include/
Daccount_error_no.h521 ERR_JS_ACCOUNT_NOT_FOUND = 12300003, enumerator