Home
last modified time | relevance | path

Searched refs:ERR_JS_ACCOUNT_RESTRICTED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_error_common_test.cpp122 … EXPECT_EQ(ConvertToJSErrCode(ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR), ERR_JS_ACCOUNT_RESTRICTED);
123 …nvertToJSErrCode(ERR_OSACCOUNT_SERVICE_CONTROL_CANNOT_DELETE_ID_ERROR), ERR_JS_ACCOUNT_RESTRICTED);
124 …nvertToJSErrCode(ERR_OSACCOUNT_SERVICE_CONTROL_ID_CANNOT_CREATE_ERROR), ERR_JS_ACCOUNT_RESTRICTED);
/ohos5.0/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp109 return ERR_JS_ACCOUNT_RESTRICTED; in OsAccountConvertToJSErrCode()
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_error.cpp35 …{ERR_JS_ACCOUNT_RESTRICTED, "Account is restricted, the operation account ID is the reserved for s…
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Daccount_error_no.h316 ERR_JS_ACCOUNT_RESTRICTED = 12300008, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp95 return ERR_JS_ACCOUNT_RESTRICTED; in AccountIAMConvertToJSErrCode()