Searched refs:ThrowParamTypeError (Results 1 – 5 of 5) sorted by relevance
| /base/hiviewdfx/hiview/interfaces/js/napi/include/ |
| D | hiview_napi_util.h | 35 …static void ThrowParamTypeError(napi_env env, const std::string& paramName, const std::string& par…
|
| /base/hiviewdfx/hiview/interfaces/js/napi/src/ |
| D | hiview_napi_util.cpp | 110 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
|
| D | napi_hiview_js.cpp | 97 HiviewNapiUtil::ThrowParamTypeError(env, "callback", "function"); in CopyOrMoveFile()
|
| /base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
| D | napi_hisysevent_util.cpp | 173 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/ |
| D | napi_hisysevent_util.h | 65 … static void ThrowParamTypeError(napi_env env, const std::string paramName, std::string paramType);
|