Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp496 inline FormType GetFormType(const FormInfo &formInfo) in GetFormType() function
530 napi_set_named_property(env, objContext, "type", CreateJsValue(env, GetFormType(formInfo))); in CreateFormInfo()