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 D | account_error_no.cpp | 22 { 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 D | account_error_common_test.cpp | 181 ERR_JS_IS_NOT_SYSTEM_APP);
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/ |
H A D | napi_account_error.cpp | 28 …{ERR_JS_IS_NOT_SYSTEM_APP, "This api is system api, Please use the system application to call this…
|
H A D | napi_account_common.cpp | 336 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 D | account_error_no.h | 306 ERR_JS_IS_NOT_SYSTEM_APP = 202, enumerator
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account.cpp | 1691 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 D | napi_distributed_account.cpp | 383 AccountNapiThrow(env, ERR_JS_IS_NOT_SYSTEM_APP); in SetCurrentOsAccountDistributedInfo()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_common.cpp | 87 return ERR_JS_IS_NOT_SYSTEM_APP; in AccountIAMConvertToJSErrCode()
|