Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/extension_test/mock/
H A Dmock_runtime.h109 …napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk =…
228 …napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk =…
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dmock_js_runtime.h60 …napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk =…
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h107 …napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk =…
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h153 …napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk =…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp946 napi_value JsRuntime::LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCom… in LoadJsBundle() function in OHOS::AbilityRuntime::JsRuntime
1047 : LoadJsBundle(fileName, hapPath, useCommonChunk); in LoadModule()