Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_constant.cpp36 SetNamedProperty(env, (*resultCode), ERR_JS_OAUTH_LIST_TOO_LARGE, "ERROR_OAUTH_LIST_TOO_LARGE"); in ResultCodeInit()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h155 ERR_JS_OAUTH_LIST_TOO_LARGE = 10009, enumerator
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp230 …_EQ(ConvertToJSErrCodeV8(ERR_APPACCOUNT_SERVICE_OAUTH_LIST_MAX_SIZE), ERR_JS_OAUTH_LIST_TOO_LARGE);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp277 return ERR_JS_OAUTH_LIST_TOO_LARGE; in ConvertOtherJSErrCodeV8()