Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/account_error/src/
Daccount_error_no.cpp28 return ERR_JS_ACCOUNT_NUMBER_REACH_LIMIT; in AppAccountConvertOtherJSErrCode()
98 return ERR_JS_ACCOUNT_NUMBER_REACH_LIMIT; in OsAccountConvertToJSErrCode()
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_error_common_test.cpp56 …EQ(ConvertToJSErrCode(ERR_APPACCOUNT_SERVICE_ACCOUNT_MAX_SIZE), ERR_JS_ACCOUNT_NUMBER_REACH_LIMIT);
121 …oJSErrCode(ERR_OSACCOUNT_SERVICE_CONTROL_MAX_CAN_CREATE_ERROR), ERR_JS_ACCOUNT_NUMBER_REACH_LIMIT);
/base/account/os_account/interfaces/kits/napi/common/src/
Dnapi_account_error.cpp30 …{ERR_JS_ACCOUNT_NUMBER_REACH_LIMIT, "Account number limit exceeded, please try again after delete …
/base/account/os_account/frameworks/common/account_error/include/
Daccount_error_no.h525 ERR_JS_ACCOUNT_NUMBER_REACH_LIMIT = 12300007, enumerator