Searched refs:NapiThrowNotSystemAppError (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/ |
H A D | iupdater.cpp | 30 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in On() 68 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in Off()
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_module.cpp | 116 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in GetOnlineUpdater() 133 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in GetRestorer() 147 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in GetLocalUpdater()
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/include/ |
H A D | napi_common_utils.h | 54 static void NapiThrowNotSystemAppError(napi_env env);
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/src/ |
H A D | napi_common_utils.cpp | 224 void NapiCommonUtils::NapiThrowNotSystemAppError(napi_env env) in NapiThrowNotSystemAppError() function in OHOS::UpdateEngine::NapiCommonUtils
|