Home
last modified time | relevance | path

Searched refs:ThrowParamNumError (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp536 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1"); in OnAddForm()
575 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1 or 2"); in OnDeleteForm()
662 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1 or 2"); in OnRequestForm()
698 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1 or 2"); in OnRequestFormWithParams()
746 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1 or 2"); in OnCastTempForm()
781 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1 or 2"); in OnNotifyVisibleForms()
818 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1 or 2"); in OnNotifyInvisibleForms()
855 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1 or 2"); in OnEnableFormsUpdate()
1144 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "2"); in OnRegisterFormObserver()
1326 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1"); in GetFormsInfoByFilter()
[all …]
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_agent/
H A Djs_form_agent.cpp60 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1 or 2"); in OnRequestPublishForm()
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.h105 …static bool ThrowParamNumError(napi_env env, const std::string &gotNum, const std::string &expecte…
H A Dnapi_form_util.cpp158 bool NapiFormUtil::ThrowParamNumError(napi_env env, const std::string &gotNum, const std::string &e… in ThrowParamNumError() function in OHOS::AbilityRuntime::NapiFormUtil
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_observer/
H A Djs_form_observer.cpp95 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), errMsg); in CheckParamNum()
736 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "2"); in OnRegisterClickEventCallback()
774 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), "1"); in OnUnregisterClickEventCallback()
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_provider/
H A Djs_form_provider.cpp53 NapiFormUtil::ThrowParamNumError(env, std::to_string(argc), errMsg); in CheckParamNum()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Djs_form_extension_context.cpp165 NapiFormUtil::ThrowParamNumError(env, std::to_string(info.argc), "1 or 2"); in OnStartAbility()