Home
last modified time | relevance | path

Searched refs:GetModuleManager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp215 NativeModuleManager* NativeEngine::GetModuleManager() in GetModuleManager() function in NativeEngine
955 NativeModuleManager* moduleManager = GetModuleManager(); in GetModuleFileName()
988 NativeModuleManager* moduleManager = GetModuleManager(); in SetModuleLoadChecker()
H A Dnative_engine.h94 virtual NativeModuleManager* GetModuleManager();
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp803 auto* moduleManager = reinterpret_cast<NativeEngine*>(env)->GetModuleManager(); in LoadRuntimeEnv()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp958 auto* moduleManager = nativeEngine->GetModuleManager(); in AttachView()