Home
last modified time | relevance | path

Searched refs:ThrowParamTypeError (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_napi_util.h35 static void ThrowParamTypeError(napi_env env, const std::string& paramName, const std::string& paramType);
/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_napi_util.cpp110 ThrowParamTypeError(env, paramName, "string"); in ParseStringValue()
172 void HiviewNapiUtil::ThrowParamTypeError(napi_env env, const std::string& paramName, const std::string& paramType) in ThrowParamTypeError() function in OHOS::HiviewDFX::HiviewNapiUtil
H A Dnapi_hiview_js.cpp105 HiviewNapiUtil::ThrowParamTypeError(env, "callback", "function"); in CopyOrMoveFile()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp234 NapiHiSysEventUtil::ThrowParamTypeError(env, TAG_ATTR, "string"); in GetTagAttribute()
244 NapiHiSysEventUtil::ThrowParamTypeError(env, propertyName, "string"); in GetStringTypeAttribute()
282 NapiHiSysEventUtil::ThrowParamTypeError(env, propertyName, "number"); in GetInt32TypeAttribute()
743 NapiHiSysEventUtil::ThrowParamTypeError(env, "info", "object"); in ParseHiSysEventInfo()
843 ThrowParamTypeError(env, "rules", "array");
877 ThrowParamTypeError(env, "rules", "array");
914 ThrowParamTypeError(env, "queryArg", "object");
923 ThrowParamTypeError(env, "queryArg's member", "not null or undefined");
985 void NapiHiSysEventUtil::ThrowParamTypeError(napi_env env, const std::string paramName, std::string paramType)
H A Dnapi_hisysevent_js.cpp228 NapiHiSysEventUtil::ThrowParamTypeError(env, "querier", "Querier"); in Query()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dnapi_hisysevent_util.h66 static void ThrowParamTypeError(napi_env env, const std::string paramName, std::string paramType);

Completed in 8 milliseconds