Home
last modified time | relevance | path

Searched defs:LoadModule (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/runtime_test/
Dmock_js_native_engine.h252 NativeValue* LoadModule(NativeValue* str, const std::string& fileName) override in LoadModule() function
/foundation/ability/ability_runtime/test/unittest/ability_runtime_error_util_test/
Dmock_native_engine.h254 NativeValue* LoadModule(NativeValue* str, const std::string& fileName) override in LoadModule() function
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp737 std::unique_ptr<NativeReference> JsRuntime::LoadModule(const std::string& moduleName, const std::st… in LoadModule() function in OHOS::AbilityRuntime::JsRuntime
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp1029 NativeValue* ArkNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in ArkNativeEngine