Searched refs:CreateParamTypeErrorMessage (Results 1 – 3 of 3) sorted by relevance
41 auto result = NapiFormUtil::CreateParamTypeErrorMessage("", "string");56 auto result = NapiFormUtil::CreateParamTypeErrorMessage("formId", "");71 auto result = NapiFormUtil::CreateParamTypeErrorMessage("formId", "string");
110 …static std::string CreateParamTypeErrorMessage(const std::string ¶mName, const std::string &ty…
155 … return Throw(env, ERR_FORM_EXTERNAL_PARAM_INVALID, CreateParamTypeErrorMessage(paramName, type)); in ThrowParamTypeError()170 std::string NapiFormUtil::CreateParamTypeErrorMessage(const std::string ¶mName, const std::stri… in CreateParamTypeErrorMessage() function in OHOS::AbilityRuntime::NapiFormUtil