Home
last modified time | relevance | path

Searched refs:napi_wrap (Results 1 - 25 of 356) sorted by relevance

12345678910>>...15

/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnative_module.cpp56 napi_status sts = napi_wrap(env, highContrastTextValue, reinterpret_cast<void*>(nativeObj), in InitHighContrastText()
85 napi_status sts = napi_wrap(env, invertColorValue, reinterpret_cast<void*>(nativeObj), in InitInvertColor()
114 napi_status sts = napi_wrap(env, daltonizationStateValue, reinterpret_cast<void*>(nativeObj), in InitDaltonizationState()
144 napi_status sts = napi_wrap(env, daltonizationColorFilterValue, reinterpret_cast<void*>(nativeObj), in InitDaltonizationColorFilter()
173 napi_status sts = napi_wrap(env, contentTimeoutValue, reinterpret_cast<void*>(nativeObj), in InitContentTimeout()
202 napi_status sts = napi_wrap(env, animationOffValue, reinterpret_cast<void*>(nativeObj), in InitAnimationOff()
231 napi_status sts = napi_wrap(env, brightnessDiscountValue, reinterpret_cast<void*>(nativeObj), in InitBrightnessDiscount()
260 napi_status sts = napi_wrap(env, screenMagnifierValue, reinterpret_cast<void*>(nativeObj), in InitScreenMagnifier()
289 napi_status sts = napi_wrap(env, audioMonoValue, reinterpret_cast<void*>(nativeObj), in InitAudioMono()
318 napi_status sts = napi_wrap(en in InitAudioBalance()
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/mask_filter_napi/
H A Djs_mask_filter.cpp79 status = napi_wrap(env, jsThis, jsMaskFilter, JsMaskFilter::Destructor, nullptr, nullptr); in Constructor()
128 napi_wrap(env, objValue, jsMaskFilter.release(), JsMaskFilter::Finalizer, nullptr, nullptr); in Create()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_typeface.cpp69 status = napi_wrap(env, jsThis, jsTypeface, JsTypeface::Destructor, nullptr, nullptr); in Constructor()
105 status = napi_wrap(env, result, jsTypeface, JsTypeface::Destructor, nullptr, nullptr); in CreateJsTypeface()
184 napi_status status = napi_wrap(env, jsObj, typeface, JsTypeface::Destructor, nullptr, nullptr); in MakeFromFile()
/foundation/ability/form_fwk/frameworks/js/napi/form_agent/
H A Dnative_module.cpp30 napi_wrap(env, exports, jsFormAgent.release(), JsFormAgent::Finalizer, nullptr, nullptr); in JsFormAgentInit()
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability_context.cpp56 napi_wrap(env, objValue, jsContext.release(), JsDataShareExtAbilityContext::Finalizer, nullptr, nullptr); in CreateJsDataShareExtAbilityContext()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/hdr_capability/hdr_capability_napi/
H A Djs_hdr_capability.cpp37 napi_wrap(env, exportObj, jsHdrCapability.release(), JsHdrCapability::Finalizer, nullptr, nullptr); in JsHdrCapabilityInit()
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Djs_drawable_descriptor.cpp125 napi_wrap(env, thisVar, animatedDrawable, Destructor, nullptr, nullptr); in AnimatedConstructor()
140 napi_wrap(env, thisVar, drawable, Destructor, nullptr, nullptr); in Constructor()
157 napi_wrap(env, thisVar, drawable, Destructor, nullptr, nullptr); in PixelMapConstructor()
173 napi_wrap(env, thisVar, drawable, Destructor, nullptr, nullptr); in PixelMapConstructor()
190 napi_wrap(env, thisVar, layeredDrawable, Destructor, nullptr, nullptr); in LayeredConstructor()
220 napi_wrap(env, thisVar, layeredDrawable, Destructor, nullptr, nullptr); in LayeredConstructor()
357 NAPI_CALL(env, napi_wrap(env, result, drawable, Destructor, nullptr, nullptr)); in ToNapi()
/foundation/ability/ability_runtime/frameworks/js/napi/app/sendable_context_manager/
H A Djs_sendable_context_manager.cpp122 status = napi_wrap(env, object, workContext, in CreateJsBaseContextFromSendable()
180 status = napi_wrap(env, object, workContext, in CreateJsApplicationContextFromSendable()
238 status = napi_wrap(env, object, workContext, in CreateJsAbilityStageContextFromSendable()
296 status = napi_wrap(env, object, workContext, in CreateJsUIAbilityContextFromSendable()
514 status = napi_wrap(env, exportObj, sendableMgr.release(), JsSendableContextManager::Finalizer, nullptr, nullptr); in CreateJsSendableContextManager()
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Djs_photo_editor_extension_impl.cpp59 napi_wrap( in AttachUIExtensionContext()
119 napi_wrap(env, contextObj, workContext, in BindContext()
/foundation/ability/ability_runtime/test/sample/demo_ui_extension/native/demo_ui_extension_ability/src/
H A Djs_demo_ui_extension.cpp89 napi_wrap(env, contextObj, workContext, in AttachUIExtensionBaseContext()
142 napi_wrap(env, contextObj, workContext, in BindContext()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/
H A Djs_shadow_layer.cpp64 status = napi_wrap(env, jsThis, jsShadowLayer, JsShadowLayer::Destructor, nullptr, nullptr); in Constructor()
141 napi_wrap(env, objValue, jsShadowLayer.release(), JsShadowLayer::Finalizer, nullptr, nullptr); in CreateLooper()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H A Djs_path_effect.cpp80 status = napi_wrap(env, jsThis, jsPathEffect, JsPathEffect::Destructor, nullptr, nullptr); in Constructor()
159 napi_wrap(env, objValue, jsPathEffect.release(), JsPathEffect::Finalizer, nullptr, nullptr); in Create()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dvideo_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, video, Destructor, nullptr, nullptr), video); in New()
62 ASSERT_CALL_DELETE(env, napi_wrap(env, out, video, Destructor, nullptr, nullptr), video); in NewInstance()
H A Dtext_napi.cpp47 ASSERT_CALL(ctxt->env, napi_wrap(env, ctxt->self, text, Destructor, nullptr, nullptr), text); in New()
58 ASSERT_CALL_DELETE(env, napi_wrap(env, out, text, Destructor, nullptr, nullptr), text); in NewInstance()
H A Dsystem_defined_pixelmap_napi.cpp50 ASSERT_CALL(env, napi_wrap(env, ctxt->self, sdPixelMap, Destructor, nullptr, nullptr), sdPixelMap); in New()
61 ASSERT_CALL_DELETE(env, napi_wrap(env, out, sdPixelMap, Destructor, nullptr, nullptr), sdPixelMap); in NewInstance()
H A Dsystem_defined_record_napi.cpp47 ASSERT_CALL(env, napi_wrap(env, ctxt->self, sdRecord, Destructor, nullptr, nullptr), sdRecord); in New()
58 ASSERT_CALL_DELETE(env, napi_wrap(env, out, sdRecord, Destructor, nullptr, nullptr), sdRecord); in NewInstance()
H A Dimage_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, image, Destructor, nullptr, nullptr), image); in New()
62 ASSERT_CALL_DELETE(env, napi_wrap(env, out, image, Destructor, nullptr, nullptr), image); in NewInstance()
H A Dsummary_napi.cpp44 ASSERT_CALL(env, napi_wrap(env, ctxt->self, summary, Destructor, nullptr, nullptr), summary); in New()
63 ASSERT_CALL_DELETE(env, napi_wrap(env, out, summary, Destructor, nullptr, nullptr), summary); in NewInstance()
H A Daudio_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, audio, Destructor, nullptr, nullptr), audio); in New()
62 ASSERT_CALL_DELETE(env, napi_wrap(env, out, audio, Destructor, nullptr, nullptr), audio); in NewInstance()
H A Dfolder_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, folder, Destructor, nullptr, nullptr), folder); in New()
62 ASSERT_CALL_DELETE(env, napi_wrap(env, out, folder, Destructor, nullptr, nullptr), folder); in NewInstance()
H A Dplain_text_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, plainText, Destructor, nullptr, nullptr), plainText); in New()
62 ASSERT_CALL_DELETE(env, napi_wrap(env, out, plainText, Destructor, nullptr, nullptr), plainText); in NewInstance()
H A Dhtml_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, html, Destructor, nullptr, nullptr), html); in New()
62 ASSERT_CALL_DELETE(env, napi_wrap(env, out, html, Destructor, nullptr, nullptr), html); in NewInstance()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/image_filter_napi/
H A Djs_image_filter.cpp83 status = napi_wrap(env, jsThis, jsImageFilter, JsImageFilter::Destructor, nullptr, nullptr); in Constructor()
161 napi_wrap(env, objValue, jsImageFilter.release(), JsImageFilter::Finalizer, nullptr, nullptr); in Create()
/foundation/ability/form_fwk/frameworks/js/napi/form_provider/
H A Dnative_module.cpp30 napi_wrap(env, exports, jsFormProvider.release(), JsFormProvider::Finalizer, nullptr, nullptr); in JsProviderInit()
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnative_module.cpp30 napi_wrap(env, value, jsFormPorivder.release(), JsFormProvider::Finalizer, nullptr, nullptr); in JsProviderInit()

Completed in 19 milliseconds

12345678910>>...15