Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_provider/
H A Djs_form_provider.cpp76 napi_valuetype nativeDataValueType = napi_undefined; in ConvertFormInfoFilterThrow() local
77 napi_typeof(env, nativeDataValue, &nativeDataValueType); in ConvertFormInfoFilterThrow()
78 if (nativeDataValue == nullptr || (nativeDataValueType != napi_undefined && in ConvertFormInfoFilterThrow()
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp700 napi_valuetype nativeDataValueType = napi_undefined; in ConvertFormInfoFilter() local
701 napi_typeof(env, nativeDataValue, &nativeDataValueType); in ConvertFormInfoFilter()
702 if (nativeDataValue == nullptr || (nativeDataValueType != napi_undefined && in ConvertFormInfoFilter()