Home
last modified time | relevance | path

Searched refs:LoadJsModule (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/extension_test/mock/
H A Dmock_runtime.h113 napi_value LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule() function
232 napi_value LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dmock_js_runtime.h65 napi_value LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h111 napi_value LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule() function
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h154 …napi_value LoadJsModule(const std::string& path, const std::string& hapPath, const std::string& sr…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp979 napi_value JsRuntime::LoadJsModule(const std::string& path, const std::string& hapPath, const std::… in LoadJsModule() function in OHOS::AbilityRuntime::JsRuntime
1046 classValue = esmodule ? LoadJsModule(fileName, hapPath, srcEntrance) in LoadModule()