Searched refs:isCallerValid (Results 1 - 2 of 2) sorted by relevance
/base/update/updateservice/frameworks/js/napi/update/common/src/ |
H A D | iupdater.cpp | 29 bool isCallerValid = NapiCommonUtils::IsCallerValid(); in On() local 30 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in On() 67 bool isCallerValid = NapiCommonUtils::IsCallerValid(); in Off() local 68 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in Off()
|
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_module.cpp | 115 bool isCallerValid = NapiCommonUtils::IsCallerValid(); in GetOnlineUpdater() local 116 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in GetOnlineUpdater() 132 bool isCallerValid = NapiCommonUtils::IsCallerValid(); in GetRestorer() local 133 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in GetRestorer() 146 bool isCallerValid = NapiCommonUtils::IsCallerValid(); in GetLocalUpdater() local 147 PARAM_CHECK_NAPI_CALL(env, isCallerValid, NapiCommonUtils::NapiThrowNotSystemAppError(env); in GetLocalUpdater()
|
Completed in 2 milliseconds