Searched refs:ThrowParamTypeError (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/hiview/interfaces/js/napi/include/ |
H A D | hiview_napi_util.h | 35 static void ThrowParamTypeError(napi_env env, const std::string& paramName, const std::string& paramType);
|
/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
H A 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::string& paramType)
in ThrowParamTypeError() function in OHOS::HiviewDFX::HiviewNapiUtil
|
H A D | napi_hiview_js.cpp | 105 HiviewNapiUtil::ThrowParamTypeError(env, "callback", "function");
in CopyOrMoveFile()
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_util.cpp | 234 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 D | napi_hisysevent_js.cpp | 228 NapiHiSysEventUtil::ThrowParamTypeError(env, "querier", "Querier"); in Query()
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
H A D | napi_hisysevent_util.h | 66 static void ThrowParamTypeError(napi_env env, const std::string paramName, std::string paramType);
|
Completed in 8 milliseconds