/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/ |
H A D | native_module.cpp | 56 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 D | js_mask_filter.cpp | 79 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 D | js_typeface.cpp | 69 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 D | native_module.cpp | 30 napi_wrap(env, exports, jsFormAgent.release(), JsFormAgent::Finalizer, nullptr, nullptr); in JsFormAgentInit()
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | js_datashare_ext_ability_context.cpp | 56 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 D | js_hdr_capability.cpp | 37 napi_wrap(env, exportObj, jsHdrCapability.release(), JsHdrCapability::Finalizer, nullptr, nullptr); in JsHdrCapabilityInit()
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | js_drawable_descriptor.cpp | 125 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 D | js_sendable_context_manager.cpp | 122 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 D | js_photo_editor_extension_impl.cpp | 59 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 D | js_demo_ui_extension.cpp | 89 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 D | js_shadow_layer.cpp | 64 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 D | js_path_effect.cpp | 80 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 D | video_napi.cpp | 51 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 D | text_napi.cpp | 47 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 D | system_defined_pixelmap_napi.cpp | 50 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 D | system_defined_record_napi.cpp | 47 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 D | image_napi.cpp | 51 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 D | summary_napi.cpp | 44 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 D | audio_napi.cpp | 51 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 D | folder_napi.cpp | 51 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 D | plain_text_napi.cpp | 51 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 D | html_napi.cpp | 51 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 D | js_image_filter.cpp | 83 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 D | native_module.cpp | 30 napi_wrap(env, exports, jsFormProvider.release(), JsFormProvider::Finalizer, nullptr, nullptr); in JsProviderInit()
|
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/ |
H A D | native_module.cpp | 30 napi_wrap(env, value, jsFormPorivder.release(), JsFormProvider::Finalizer, nullptr, nullptr); in JsProviderInit()
|