Home
last modified time | relevance | path

Searched refs:ThrowParamTypeError (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/interfaces/js/napi/include/
Dhiview_napi_util.h35 …static void ThrowParamTypeError(napi_env env, const std::string& paramName, const std::string& par…
/base/hiviewdfx/hiview/interfaces/js/napi/src/
Dhiview_napi_util.cpp110 ThrowParamTypeError(env, paramName, "string"); in ParseStringValue()
172 void HiviewNapiUtil::ThrowParamTypeError(napi_env env, const std::string& paramName, const std::str… in ThrowParamTypeError() function in OHOS::HiviewDFX::HiviewNapiUtil
Dnapi_hiview_js.cpp97 HiviewNapiUtil::ThrowParamTypeError(env, "callback", "function"); in CopyOrMoveFile()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp173 NapiHiSysEventUtil::ThrowParamTypeError(env, TAG_ATTR, "string"); in GetTagAttribute()
183 NapiHiSysEventUtil::ThrowParamTypeError(env, propertyName, "string"); in GetStringTypeAttribute()
222 NapiHiSysEventUtil::ThrowParamTypeError(env, propertyName, "number"); in GetInt32TypeAttribute()
638 NapiHiSysEventUtil::ThrowParamTypeError(env, "info", "object"); in ParseHiSysEventInfo()
730 ThrowParamTypeError(env, "rules", "array"); in CreateHiSysEventInfoJsObject()
764 ThrowParamTypeError(env, "rules", "array"); in CreateHiSysEventInfoJsObject()
801 ThrowParamTypeError(env, "queryArg", "object"); in CreateHiSysEventInfoJsObject()
866 void NapiHiSysEventUtil::ThrowParamTypeError(napi_env env, const std::string paramName, std::string… in CreateHiSysEventInfoJsObject() function in OHOS::HiviewDFX::NapiHiSysEventUtil
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_hisysevent_util.h65 … static void ThrowParamTypeError(napi_env env, const std::string paramName, std::string paramType);