/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | mock_js_runtime.h | 48 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 D | mock_runtime.h | 88 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 D | cj_mock_runtime.h | 83 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 D | cj_mock_runtime.h | 81 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 D | js_runtime.h | 95 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 D | js_runtime.cpp | 910 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 D | medialibraryextension_fuzzer.cpp | 278 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 D | medialibrary_fileext_test.cpp | 123 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 D | medialibrary_datamanager_test.cpp | 68 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 D | medialibrary_audio_operations_test.cpp | 117 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 D | medialibrary_photo_operations_test.cpp | 115 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript()
|