Home
last modified time | relevance | path

Searched refs:ERR_JS_IS_NOT_SYSTEM_APP (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp22 { ERR_ACCOUNT_COMMON_NOT_SYSTEM_APP_ERROR, ERR_JS_IS_NOT_SYSTEM_APP },
/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_error_common_test.cpp181 ERR_JS_IS_NOT_SYSTEM_APP);
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_error.cpp28 …{ERR_JS_IS_NOT_SYSTEM_APP, "This api is system api, Please use the system application to call this…
H A Dnapi_account_common.cpp336 std::string errMsg = ConvertToJsErrMsg(ERR_JS_IS_NOT_SYSTEM_APP); in IsSystemApp()
337 AccountNapiThrow(env, ERR_JS_IS_NOT_SYSTEM_APP, errMsg, true); in IsSystemApp()
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Daccount_error_no.h306 ERR_JS_IS_NOT_SYSTEM_APP = 202, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1691 AccountNapiThrow(env, ERR_JS_IS_NOT_SYSTEM_APP); in IsOsAccountActivated()
1704 AccountNapiThrow(env, ERR_JS_IS_NOT_SYSTEM_APP); in IsOsAccountConstraintEnabled()
1717 AccountNapiThrow(env, ERR_JS_IS_NOT_SYSTEM_APP); in IsOsAccountUnlocked()
1726 AccountNapiThrow(env, ERR_JS_IS_NOT_SYSTEM_APP); in GetEnabledOsAccountConstraints()
1735 AccountNapiThrow(env, ERR_JS_IS_NOT_SYSTEM_APP); in QueryOsAccount()
/ohos5.0/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
H A Dnapi_distributed_account.cpp383 AccountNapiThrow(env, ERR_JS_IS_NOT_SYSTEM_APP); in SetCurrentOsAccountDistributedInfo()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp87 return ERR_JS_IS_NOT_SYSTEM_APP; in AccountIAMConvertToJSErrCode()