Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_xcomponent_node_bridge.cpp69 auto nativeModule = panda::NativePointerRef::New( in Create() local
91 …auto nativeModule = panda::NativePointerRef::New(vm, reinterpret_cast<void*>(AceType::RawPtr(frame… in GetFrameNode() local
138 auto nativeModule = panda::BooleanRef::New(vm, ret); in ChangeRenderType() local
/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp55 NativeModule* nativeModule = firstNativeModule_; in ~NativeModuleManager() local
234 void NativeModuleManager::Register(NativeModule* nativeModule) in Register()
473 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, NativeModule* nativeModule) in MoveApiAllowListCheckerPtr()
527 NativeModule* nativeModule = FindNativeModuleByCache(strModule.c_str()); in LoadNativeModule() local
539 NativeModule* nativeModule = FindNativeModuleByCache(key.c_str()); in LoadNativeModule() local
950 NativeModule* nativeModule = firstNativeModule_; in RemoveNativeModuleByCache() local