Home
last modified time | relevance | path

Searched defs:nativeEngine (Results 1 – 25 of 80) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_view_register_impl.cpp856 void RegisterAllModule(BindingTarget globalObj, void* nativeEngine, bool isCustomEnvSupported) in RegisterAllModule()
908 void RegisterAllFormModule(BindingTarget globalObj, void* nativeEngine) in RegisterAllFormModule()
933 …id RegisterFormModuleByName(BindingTarget globalObj, const std::string& module, void* nativeEngine) in RegisterFormModuleByName()
1038 void JsRegisterModules(BindingTarget globalObj, std::string modules, void* nativeEngine) in JsRegisterModules()
1058 … globalObj, const std::unordered_set<std::string>& formModuleList, void* nativeEngine, bool isRelo… in JsBindFormViews()
1104 void JsBindViews(BindingTarget globalObj, void* nativeEngine, bool isCustomEnvSupported) in JsBindViews()
1143 void JsBindWorkerViews(BindingTarget globalObj, void* nativeEngine) in JsBindWorkerViews()
Djsi_view_register_impl_ng.cpp345 void JsBindViews(BindingTarget globalObj, void* nativeEngine, bool isCustomEnvSupported) in JsBindViews()
614 void JsBindWorkerViews(BindingTarget globalObj, void* nativeEngine) in JsBindWorkerViews()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_utils.cpp59 NativeEngine* nativeEngine = nullptr; in CreatePixelMapFromNapiValue() local
121 NativeEngine* nativeEngine = engine->GetNativeEngine(); in CreateWantWrapFromNapiValue() local
268 NativeEngine* nativeEngine = engine->GetNativeEngine(); in ConvertPixmap() local
280 NativeEngine* nativeEngine = engine->GetNativeEngine(); in ConvertPixmapNapi() local
348 NativeEngine* nativeEngine = engine->GetNativeEngine(); in GetCurrentEnv() local
364 auto nativeEngine = engine->GetNativeEngine(); in UnwrapNapiValue() local
Djs_ui_extension.cpp82 NativeEngine* nativeEngine = engine->GetNativeEngine(); in Send() local
102 NativeEngine* nativeEngine = engine->GetNativeEngine(); in SendSync() local
260 NativeEngine* nativeEngine = engine->GetNativeEngine(); in On() local
296 NativeEngine* nativeEngine = engine->GetNativeEngine(); in Off() local
499 NativeEngine* nativeEngine = engine->GetNativeEngine(); in OnReceive() local
549 NativeEngine* nativeEngine = engine->GetNativeEngine(); in OnResult() local
606 NativeEngine* nativeEngine = engine->GetNativeEngine(); in OnTerminated() local
Djs_xcomponent_controller.cpp254 NativeEngine* nativeEngine = engine->GetNativeEngine(); in StartImageAnalyzer() local
326 NativeEngine* nativeEngine = engine->GetNativeEngine(); in LockCanvas() local
341 NativeEngine* nativeEngine = engine->GetNativeEngine(); in UnlockCanvasAndPost() local
Djs_security_ui_extension.cpp74 NativeEngine* nativeEngine = engine->GetNativeEngine(); in Send() local
94 NativeEngine* nativeEngine = engine->GetNativeEngine(); in SendSync() local
286 NativeEngine* nativeEngine = engine->GetNativeEngine(); in On() local
321 NativeEngine* nativeEngine = engine->GetNativeEngine(); in Off() local
501 NativeEngine* nativeEngine = engine->GetNativeEngine(); in OnReceive() local
559 NativeEngine* nativeEngine = engine->GetNativeEngine(); in OnTerminated() local
Djs_nav_path_stack.cpp79 NativeEngine* nativeEngine = engine->GetNativeEngine(); in CreateNewNavPathStackJSObject() local
129 NativeEngine* nativeEngine = engine->GetNativeEngine(); in CheckIsValid() local
Djs_embedded_component.cpp102 NativeEngine* nativeEngine = engine->GetNativeEngine(); in OnTerminated() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dimage_analyzer_adapter_impl.cpp28 NativeEngine* nativeEngine = engine->GetNativeEngine(); in ImageAnalyzerAdapterImpl() local
77 NativeEngine* nativeEngine = engine->GetNativeEngine(); in ConvertPixmapNapi() local
Dimage_analyzer_loader.cpp70 NativeEngine* nativeEngine = engine->GetNativeEngine(); in CreateImageAnalyzer() local
Ddrawing_color_filter_ohos.cpp64 napi_value DrawingColorFilterOhos::GetDrawingColorFilterNapiValue(NativeEngine* nativeEngine) in GetDrawingColorFilterNapiValue()
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime_common.cpp74 napi_status JsRuntimeCommon::StartDebugMode(NativeEngine* nativeEngine, const std::string& threadNa… in StartDebugMode()
101 napi_status JsRuntimeCommon::StopDebugMode(NativeEngine* nativeEngine) in StopDebugMode()
Djs_runtime.cpp689 auto nativeEngine = reinterpret_cast<NativeEngine*>(env); in Initialize() local
848 auto nativeEngine = GetNativeEnginePointer(); in PreloadAce() local
867 auto nativeEngine = GetNativeEnginePointer(); in ReloadFormComponent() local
1271 auto nativeEngine = GetNativeEnginePointer(); in DumpCpuProfile() local
1278 auto nativeEngine = GetNativeEnginePointer(); in DumpHeapSnapshot() local
1337 auto nativeEngine = GetNativeEnginePointer(); in NotifyApplicationState() local
1345 auto nativeEngine = GetNativeEnginePointer(); in SuspendVM() local
1352 auto nativeEngine = GetNativeEnginePointer(); in ResumeVM() local
1529 auto nativeEngine = GetNativeEnginePointer(); in FreeNativeReference() local
/foundation/ability/ability_runtime/test/unittest/js_runtime_common_test/
Djs_runtime_common_test.cpp118 auto nativeEngine = jsEnv->GetNativeEngine(); variable
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
Djsi_pa_engine.cpp89 auto nativeEngine = engineInstance->GetNativeEngine(); in JsRunLoopOnce() local
412 auto nativeEngine = GetNativeEngine(); in InitializeInner() local
605 auto nativeEngine = GetNativeEngine(); in CallFunc() local
674 auto nativeEngine = GetNativeEngine(); in CallFuncWithDefaultThis() local
731 auto nativeEngine = GetNativeEngine(); in CallFunc() local
792 auto nativeEngine = GetNativeEngine(); in CallAsyncFunc() local
881 auto nativeEngine = GetNativeEngine(); in StartData() local
907 auto nativeEngine = GetNativeEngine(); in Insert() local
999 auto nativeEngine = GetNativeEngine(); in BatchInsert() local
1036 auto nativeEngine = GetNativeEngine(); in Query() local
[all …]
/foundation/arkui/ace_engine/adapter/preview/osal/
Ddrawing_color_filter_preview.cpp58 napi_value DrawingColorFilterPreview::GetDrawingColorFilterNapiValue(NativeEngine* nativeEngine) in GetDrawingColorFilterNapiValue()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_engine.h71 void SetArkNativeEngine(ArkNativeEngine* nativeEngine) in SetArkNativeEngine()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
Djs_rendering_context.cpp310 NativeEngine* nativeEngine = engine->GetNativeEngine(); in JsTransferFromImageBitmap() local
393 NativeEngine* nativeEngine = engine->GetNativeEngine(); in JsStartImageAnalyzer() local
538 NativeEngine* nativeEngine = engine->GetNativeEngine(); in JsOn() local
570 NativeEngine* nativeEngine = engine->GetNativeEngine(); in JsOff() local
Djs_canvas.cpp70 NativeEngine* nativeEngine = engine->GetNativeEngine(); in Create() local
Djs_offscreen_rendering_context.cpp209 NativeEngine* nativeEngine = engine->GetNativeEngine(); in JsTransferToImageBitmap() local
Djs_drawing_rendering_context.cpp98 NativeEngine* nativeEngine = engine->GetNativeEngine(); in SetRSCanvasCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
Djs_text_layout.cpp99 NativeEngine* nativeEngine = engine->GetNativeEngine(); in GetParagraphs() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dtab_content_modifier.cpp30 NativeEngine* nativeEngine = engine->GetNativeEngine(); in SetTabContentBuilder() local
/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
Dabilityframeworksnativejsworker_fuzzer.cpp94 NativeEngine *nativeEngine = nullptr; in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
Djs_drag_function.cpp41 NativeEngine* nativeEngine = engine->GetNativeEngine(); in NapiThrow() local
241 NativeEngine* nativeEngine = engine->GetNativeEngine(); in SetData() local
260 NativeEngine* nativeEngine = engine->GetNativeEngine(); in SetDataLoadParams() local
286 NativeEngine* nativeEngine = engine->GetNativeEngine(); in StartDataLoading() local
439 NativeEngine* nativeEngine = engine->GetNativeEngine(); in SetDragInfo() local

1234