Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A DBUILD.gn237 "nativeModule/arkts_native_flex_bridge.cpp",
241 "nativeModule/arkts_native_grid_bridge.cpp",
249 "nativeModule/arkts_native_line_bridge.cpp",
250 "nativeModule/arkts_native_list_bridge.cpp",
255 "nativeModule/arkts_native_menu_bridge.cpp",
266 "nativeModule/arkts_native_path_bridge.cpp",
274 "nativeModule/arkts_native_rect_bridge.cpp",
280 "nativeModule/arkts_native_row_bridge.cpp",
290 "nativeModule/arkts_native_span_bridge.cpp",
309 "nativeModule/arkts_utils.cpp",
[all …]
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp63 while (nativeModule != nullptr) { in ~NativeModuleManager()
64 nativeModule = nativeModule->next; in ~NativeModuleManager()
258 if (nativeModule == nullptr) { in Register()
265 const char *nativeModuleName = nativeModule->name == nullptr ? "" : nativeModule->name; in Register()
595 NativeModule* nativeModule = in LoadNativeModule() local
616 NativeModule* nativeModule = in LoadNativeModule() local
619 if (nativeModule == nullptr) { in LoadNativeModule()
628 nativeModule = in LoadNativeModule()
651 nativeModule = in LoadNativeModule()
664 return nativeModule; in LoadNativeModule()
[all …]
H A Dnative_module_manager.h84 void Register(NativeModule* nativeModule);
161 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, NativeModule* nativeModule);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_node_bridge.cpp85 auto nativeModule = panda::NativePointerRef::New( in Create() local
95 return nativeModule; in Create()
107 …auto nativeModule = panda::NativePointerRef::New(vm, reinterpret_cast<void*>(AceType::RawPtr(frame… in GetFrameNode() local
108 return nativeModule; in GetFrameNode()
154 auto nativeModule = panda::BooleanRef::New(vm, ret); in ChangeRenderType() local
155 return nativeModule; in ChangeRenderType()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-process.md165 import nativeModule from 'libentry.so'
180 this.message += nativeModule.callNative(2, 3);
187 this.message2 += nativeModule.nativeCallArkTS((a: number)=> {
H A Duse-napi-ark-runtime.md68 static napi_module nativeModule = {
80 napi_module_register(&nativeModule);
H A Duse-sendable-napi.md113 static napi_module nativeModule = {
123 // 加载so时,该函数会自动被调用,将上述nativeModule模块注册到系统中。
124 …attribute__((constructor)) void RegisterObjectWrapModule() { napi_module_register(&nativeModule); }
H A Dnapi-guidelines.md320 static napi_module nativeModule = {
335 napi_module_register(&nativeModule);
351 static napi_module nativeModule = {
363 napi_module_register(&nativeModule);
H A Duse-call-threadsafe-function-with-priority.md104 static napi_module nativeModule = {
116 napi_module_register(&nativeModule);
H A Duse-napi-event-loop.md105 static napi_module nativeModule = {
117 napi_module_register(&nativeModule);
H A Duse-napi-thread-safety.md152 import nativeModule from 'libentry.so'; // 通过import的方式,引入Native能力
161 nativeModule.startThread(callback);
H A Duse-napi-asynchronous-task.md107 nativeModule.asyncWork(1024).then((result) => {
201 nativeModule.asyncWork(num1, num2, (result) => {
H A Duse-napi-object-wrap.md115 static napi_module nativeModule = {
127 napi_module_register(&nativeModule);
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-ark-runtime.md53 static napi_module nativeModule = {
65 napi_module_register(&nativeModule);
H A Duse-sendable-napi.md113 static napi_module nativeModule = {
123 …file is loaded, this function is automatically called to register the nativeModule module with the…
124 …attribute__((constructor)) void RegisterObjectWrapModule() { napi_module_register(&nativeModule); }
H A Duse-napi-process.md172 import nativeModule from 'libentry.so'
187 this.message += nativeModule.callNative(2, 3);
194 this.message2 += nativeModule.nativeCallArkTS((a: number)=> {
H A Duse-napi-event-loop.md106 static napi_module nativeModule = {
118 napi_module_register(&nativeModule);
H A Duse-call-threadsafe-function-with-priority.md104 static napi_module nativeModule = {
116 napi_module_register(&nativeModule);
H A Duse-napi-thread-safety.md143 import nativeModule from 'libentry.so'; // Import native capabilities.
152 nativeModule.startThread(callback);
H A Duse-napi-object-wrap.md115 static napi_module nativeModule = {
127 napi_module_register(&nativeModule);
H A Duse-napi-asynchronous-task.md107 nativeModule.asyncWork(1024).then((result) => {
202 nativeModule.asyncWork(num1, num2, (result) => {
H A Dnapi-guidelines.md320 static napi_module nativeModule = {
335 napi_module_register(&nativeModule);
351 static napi_module nativeModule = {
363 napi_module_register(&nativeModule);
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dndk-loading-long-list.md36 #include "nativeModule.h"
/ohos5.0/docs/en/application-dev/ui/
H A Dndk-loading-long-list.md39 #include "nativeModule.h"