/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
D | js_module_reader_test.cpp | 86 std::string hapPath = jsModuleReader.GetPresetAppHapPath(""); variable 98 std::string hapPath = jsModuleReader.GetPresetAppHapPath(""); variable
|
D | js_runtime_test.cpp | 283 std::string hapPath = ""; variable 323 std::string hapPath = TEST_HAP_PATH; variable 432 std::string hapPath = "<hapPath>"; variable 616 std::string hapPath = ""; variable 677 std::string hapPath = ""; variable
|
D | mock_js_runtime.h | 66 NativeValue* LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule()
|
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
D | source_map_operator.h | 28 SourceMapOperator(const std::string hapPath, bool isModular) in SourceMapOperator()
|
D | js_environment_impl.h | 33 std::string hapPath; member
|
D | uncaught_exception_callback.h | 34 std::string hapPath; member
|
/foundation/arkui/ace_engine/test/unittest/core/common/rosen/ |
D | rosen_test.cpp | 333 std::string hapPath = "/system/app/com.ohos.photos/Photos.hap"; variable 364 std::string hapPath = "test"; variable 409 std::string hapPath = "test"; variable 459 std::string hapPath = "core/common/test/unittest/rosen/BUILD.gn"; variable
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/plugin/mock/ |
D | mock_plugin_sub_container.cpp | 41 void PluginSubContainer::RunDecompressedPlugin(const std::string& hapPath, const std::string& modul… in RunDecompressedPlugin() 56 const std::string& hapPath, const std::string& module) in GetDecompressedAssetManager()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/ |
D | base_shared_bundle_info.h | 31 std::string hapPath; member
|
D | shared_module_info.h | 33 std::string hapPath; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/overlay/ |
D | overlay_module_info.h | 34 std::string hapPath; member
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
D | bundle_manager.cpp | 20 bool Install(const char *hapPath, const InstallParam *installParam, InstallerCallback installerCall… in Install()
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
D | extractor.cpp | 292 std::string ExtractorUtil::GetLoadFilePath(const std::string &hapPath) in GetLoadFilePath() 303 std::shared_ptr<Extractor> ExtractorUtil::GetExtractor(const std::string &hapPath, bool &newCreate,… in GetExtractor() 333 void ExtractorUtil::DeleteExtractor(const std::string &hapPath) in DeleteExtractor()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/ |
D | aot_args.h | 27 std::string hapPath; member
|
/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/ |
D | source_map_test.cpp | 52 bool ReadSourceMapData(const std::string& hapPath, const std::string& mapPath, std::string& content) in ReadSourceMapData() 158 std::string hapPath = "/data/app/test.hap"; variable 176 std::string hapPath = "/data/app/test.hap"; variable
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
D | rosen_media_player.cpp | 170 auto hapPath = Container::Current()->GetHapPath(); in MediaPlay() local 200 auto hapPath = container->GetHapPath(); in RawFilePlay() local 230 auto hapPath = container->GetHapPath(); in RelativePathPlay() local
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/ |
D | js_backend_engine.h | 128 void SetHapPath(std::string hapPath) in SetHapPath()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
D | utils.cpp | 67 std::string GetStringFromHap(const std::string& hapPath, const std::string& fileName) in GetStringFromHap()
|
D | form_module_preloader.cpp | 93 for (const std::string& hapPath : hapPaths) { in ReadFormModuleList() local 258 RefPtr<AssetManager> FormModulePreloader::CreateAssetManager(const std::string& hapPath) in CreateAssetManager()
|
D | pa_container.h | 48 std::string hapPath = ""; member
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
D | hap_asset_provider.cpp | 23 bool HapAssetProvider::Initialize(const std::string& hapPath, const std::vector<std::string>& asset… in Initialize()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
D | js_runtime.cpp | 320 bool JsRuntime::LoadRepairPatch(const std::string& hqfFile, const std::string& hapPath) in LoadRepairPatch() 687 NativeValue* JsRuntime::LoadJsBundle(const std::string& path, const std::string& hapPath, bool useC… in LoadJsBundle() 716 NativeValue* JsRuntime::LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule() 738 const std::string& hapPath, bool esmodule, bool useCommonChunk) in LoadModule() 810 bool JsRuntime::RunScript(const std::string& srcPath, const std::string& hapPath, bool useCommonChu… in RunScript() 884 bool JsRuntime::RunSandboxScript(const std::string& path, const std::string& hapPath) in RunSandboxScript() 1035 bool JsRuntime::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std… in ReadSourceMapData()
|
D | js_module_reader.cpp | 33 JsModuleReader::JsModuleReader(const std::string& bundleName, const std::string& hapPath, bool isFo… in JsModuleReader()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/ |
D | mock_runtime.h | 84 NativeValue* LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
D | aot_executor.cpp | 69 bool AOTExecutor::GetAbcFileInfo(const std::string &hapPath, uint32_t &offset, uint32_t &length) co… in GetAbcFileInfo() argument
|