Home
last modified time | relevance | path

Searched refs:CreateParamTypeErrorMessage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/form_napi_util_test/
H A Dform_napi_util_test.cpp41 auto result = NapiFormUtil::CreateParamTypeErrorMessage("", "string");
56 auto result = NapiFormUtil::CreateParamTypeErrorMessage("formId", "");
71 auto result = NapiFormUtil::CreateParamTypeErrorMessage("formId", "string");
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.h110 …static std::string CreateParamTypeErrorMessage(const std::string &paramName, const std::string &ty…
H A Dnapi_form_util.cpp155 … return Throw(env, ERR_FORM_EXTERNAL_PARAM_INVALID, CreateParamTypeErrorMessage(paramName, type)); in ThrowParamTypeError()
170 std::string NapiFormUtil::CreateParamTypeErrorMessage(const std::string &paramName, const std::stri… in CreateParamTypeErrorMessage() function in OHOS::AbilityRuntime::NapiFormUtil