Home
last modified time | relevance | path

Searched refs:ThrowParamMandatoryError (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_js.cpp68 NapiHiSysEventUtil::ThrowParamMandatoryError(env, "info"); in Write()
111 NapiHiSysEventUtil::ThrowParamMandatoryError(env, "watcher"); in AddWatcher()
146 NapiHiSysEventUtil::ThrowParamMandatoryError(env, "watcher"); in RemoveWatcher()
179 NapiHiSysEventUtil::ThrowParamMandatoryError(env, paramError.at(paramNum)); in Query()
Dnapi_hisysevent_util.cpp840 void NapiHiSysEventUtil::ThrowParamMandatoryError(napi_env env, const std::string paramName) in CreateHiSysEventInfoJsObject() function in OHOS::HiviewDFX::NapiHiSysEventUtil
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_hisysevent_util.h64 static void ThrowParamMandatoryError(napi_env env, const std::string paramName);