Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_observer/
H A Djs_form_observer.cpp210 NapiFormUtil::ThrowParamTypeError(env, "type", in OnRegisterFormObserver()
227 NapiFormUtil::ThrowParamTypeError(env, "type", in OnRegisterFormObserver()
260 NapiFormUtil::ThrowParamTypeError(env, "param 2", "type"); in OnRegisterFormIsVisibleObserver()
295 NapiFormUtil::ThrowParamTypeError(env, "param 2", "type"); in OnUnregisterFormIsVisibleObserver()
364 NapiFormUtil::ThrowParamTypeError(env, "bundleName", "string"); in OnUnregisterFormRemoveObserverWithThreeParams()
375 NapiFormUtil::ThrowParamTypeError(env, "bundleName", "string"); in OnUnregisterFormRemoveObserverWithThreeParams()
434 NapiFormUtil::ThrowParamTypeError(env, "bundleName", "string"); in OnUnregisterFormAddObserverWithThreeParams()
445 NapiFormUtil::ThrowParamTypeError(env, "bundleName", "string"); in OnUnregisterFormAddObserverWithThreeParams()
484 NapiFormUtil::ThrowParamTypeError(env, "type", in OnUnregisterFormObserver()
501 NapiFormUtil::ThrowParamTypeError(env, "type", in OnUnregisterFormObserver()
[all …]
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp543 NapiFormUtil::ThrowParamTypeError(env, "want", "Want"); in OnAddForm()
583 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnDeleteForm()
624 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnReleaseForm()
670 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnRequestForm()
706 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnRequestFormWithParams()
754 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnCastTempForm()
1020 NapiFormUtil::ThrowParamTypeError(env, "want", "Want"); in OnAcquireFormState()
1508 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnShareForm()
1556 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnAcquireFormData()
1739 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnUpdateFormLocation()
[all …]
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_provider/
H A Djs_form_provider.cpp65 NapiFormUtil::ThrowParamTypeError(env, "filter", "formInfo.FormInfoFilter"); in ConvertFormInfoFilterThrow()
245 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnSetFormNextRefreshTime()
252 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnSetFormNextRefreshTime()
263 NapiFormUtil::ThrowParamTypeError(env, "minute", "number"); in OnSetFormNextRefreshTime()
268 NapiFormUtil::ThrowParamTypeError(env, "minute", "number"); in OnSetFormNextRefreshTime()
300 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnUpdateFormParseParam()
307 NapiFormUtil::ThrowParamTypeError(env, "formId", "string"); in OnUpdateFormParseParam()
319 … NapiFormUtil::ThrowParamTypeError(env, "formBindingData", "formBindingData.FormBindingData"); in OnUpdateFormParseParam()
414 NapiFormUtil::ThrowParamTypeError(env, "want", "Want"); in OnRequestPublishForm()
445 … NapiFormUtil::ThrowParamTypeError(env, "formBindingData", "formBindingData.FormBindingData"); in OnRequestPublishForm()
/ohos5.0/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"); in CreateHiSysEventInfoJsObject()
877 ThrowParamTypeError(env, "rules", "array"); in CreateHiSysEventInfoJsObject()
914 ThrowParamTypeError(env, "queryArg", "object"); in CreateHiSysEventInfoJsObject()
923 ThrowParamTypeError(env, "queryArg's member", "not null or undefined"); in CreateHiSysEventInfoJsObject()
985 void NapiHiSysEventUtil::ThrowParamTypeError(napi_env env, const std::string paramName, std::string… in CreateHiSysEventInfoJsObject() function in OHOS::HiviewDFX::NapiHiSysEventUtil
H A Dnapi_hisysevent_js.cpp228 NapiHiSysEventUtil::ThrowParamTypeError(env, "querier", "Querier"); in Query()
/ohos5.0/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::str… in ThrowParamTypeError() function in OHOS::HiviewDFX::HiviewNapiUtil
H A Dnapi_hiview_js.cpp105 HiviewNapiUtil::ThrowParamTypeError(env, "callback", "function"); in CopyOrMoveFile()
/ohos5.0/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& par…
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_agent/
H A Djs_form_agent.cpp70 NapiFormUtil::ThrowParamTypeError(env, "want", "Want"); in OnRequestPublishForm()
/ohos5.0/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);
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.h103 …static bool ThrowParamTypeError(napi_env env, const std::string &paramName, const std::string &typ…
H A Dnapi_form_util.cpp153 bool NapiFormUtil::ThrowParamTypeError(napi_env env, const std::string &paramName, const std::strin… in ThrowParamTypeError() function in OHOS::AbilityRuntime::NapiFormUtil
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Djs_form_extension_context.cpp174 NapiFormUtil::ThrowParamTypeError(env, "want", "Want"); in OnStartAbility()