Home
last modified time | relevance | path

Searched defs:nativeModule (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_xcomponent_node_bridge.cpp85 auto nativeModule = panda::NativePointerRef::New( in Create() local
110 …auto nativeModule = panda::NativePointerRef::New(vm, reinterpret_cast<void*>(AceType::RawPtr(frame… in GetFrameNode() local
166 auto nativeModule = panda::BooleanRef::New(vm, ret); in ChangeRenderType() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/interop/src/cpp/jni/
Dconvertors-jni.cc23 static const char* nativeModule = "org/koalaui/arkoala/InteropNativeModule"; variable
62 jclass nativeModule = in JNI_OnLoad() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/interop/src/cpp/jni/
Dconvertors-jni.cc23 static const char* nativeModule = "org/koalaui/arkoala/InteropNativeModule"; variable
62 jclass nativeModule = in JNI_OnLoad() local
/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp67 NativeModule* nativeModule = headNativeModule_; in ~NativeModuleManager() local
264 void NativeModuleManager::Register(NativeModule* nativeModule) in Register()
557 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, NativeModule* nativeModule) in MoveApiAllowListCheckerPtr()
628 NativeModule* nativeModule = in LoadNativeModule() local
649 NativeModule* nativeModule = in LoadNativeModule() local
1236 NativeModule* nativeModule = headNativeModule_; in RemoveNativeModuleByCache() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/har/arkoala-har-bundle/
Dloader.js73 export function nativeModule() { function
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/ets-harness/src/
Dloader.ts37 export function nativeModule(): NativeControl { function
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/interop/src/cpp/ets/
Dconvertors-ets.cc60 ets_class nativeModule = env->FindClass(className.c_str()); in registerAllModules() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/interop/src/cpp/ets/
Dconvertors-ets.cc60 ets_class nativeModule = env->FindClass(className.c_str()); in registerAllModules() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/interop/src/cpp/ani/
Dconvertors-ani.cc60 ani_class nativeModule = nullptr; in registerAllModules() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/interop/src/cpp/ani/
Dconvertors-ani.cc59 ani_class nativeModule = nullptr; in registerAllModules() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/loader/src/
Dloader.ts64 export function nativeModule(): NativeControl { function