Home
last modified time | relevance | path

Searched refs:useCommonChunk (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dmock_js_runtime.h48 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript()
60 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in LoadJsBundle()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h88 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript()
97 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in LoadJsBundle()
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_mock_runtime.h83 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript()
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_mock_runtime.h81 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h95 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false,
135 const std::string& hapPath, bool esmodule = false, bool useCommonChunk = false,
148 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false);
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp910 napi_value JsRuntime::LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk) in LoadJsBundle() argument
921 if (!RunScript(path, hapPath, useCommonChunk)) { in LoadJsBundle()
971 const std::string& hapPath, bool esmodule, bool useCommonChunk, const std::string& srcEntrance) in LoadModule()
1011 : LoadJsBundle(fileName, hapPath, useCommonChunk); in LoadModule()
1062 bool JsRuntime::RunScript(const std::string& srcPath, const std::string& hapPath, bool useCommonChunk, in RunScript() argument
1071 if (useCommonChunk) { in RunScript()
1116 if (useCommonChunk) { in RunScript()
970 LoadModule(const std::string& moduleName, const std::string& modulePath, const std::string& hapPath, bool esmodule, bool useCommonChunk, const std::string& srcEntrance) LoadModule() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextension_fuzzer/
H A Dmedialibraryextension_fuzzer.cpp278 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp123 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/
H A Dmedialibrary_datamanager_test.cpp68 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H A Dmedialibrary_audio_operations_test.cpp117 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp115 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript()

Completed in 23 milliseconds