/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_observer/ |
H A D | js_form_observer.cpp | 210 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 D | js_form_host.cpp | 543 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 D | js_form_provider.cpp | 65 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 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"); 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 D | napi_hisysevent_js.cpp | 228 NapiHiSysEventUtil::ThrowParamTypeError(env, "querier", "Querier"); in Query()
|
/ohos5.0/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::str… in ThrowParamTypeError() function in OHOS::HiviewDFX::HiviewNapiUtil
|
H A D | napi_hiview_js.cpp | 105 HiviewNapiUtil::ThrowParamTypeError(env, "callback", "function"); in CopyOrMoveFile()
|
/ohos5.0/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& par…
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_agent/ |
H A D | js_form_agent.cpp | 70 NapiFormUtil::ThrowParamTypeError(env, "want", "Want"); in OnRequestPublishForm()
|
/ohos5.0/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);
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/ |
H A D | napi_form_util.h | 103 …static bool ThrowParamTypeError(napi_env env, const std::string ¶mName, const std::string &typ…
|
H A D | napi_form_util.cpp | 153 bool NapiFormUtil::ThrowParamTypeError(napi_env env, const std::string ¶mName, const std::strin… in ThrowParamTypeError() function in OHOS::AbilityRuntime::NapiFormUtil
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | js_form_extension_context.cpp | 174 NapiFormUtil::ThrowParamTypeError(env, "want", "Want"); in OnStartAbility()
|