Home
last modified time | relevance | path

Searched defs:hapPath (Results 1 – 25 of 69) sorted by relevance

123

/foundation/ability/ability_runtime/test/unittest/runtime_test/
Djs_module_reader_test.cpp86 std::string hapPath = jsModuleReader.GetPresetAppHapPath(""); variable
98 std::string hapPath = jsModuleReader.GetPresetAppHapPath(""); variable
Djs_runtime_test.cpp283 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
Dmock_js_runtime.h66 NativeValue* LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
Dsource_map_operator.h28 SourceMapOperator(const std::string hapPath, bool isModular) in SourceMapOperator()
Djs_environment_impl.h33 std::string hapPath; member
Duncaught_exception_callback.h34 std::string hapPath; member
/foundation/arkui/ace_engine/test/unittest/core/common/rosen/
Drosen_test.cpp333 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/
Dmock_plugin_sub_container.cpp41 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/
Dbase_shared_bundle_info.h31 std::string hapPath; member
Dshared_module_info.h33 std::string hapPath; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/overlay/
Doverlay_module_info.h34 std::string hapPath; member
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
Dbundle_manager.cpp20 bool Install(const char *hapPath, const InstallParam *installParam, InstallerCallback installerCall… in Install()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
Dextractor.cpp292 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/
Daot_args.h27 std::string hapPath; member
/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
Dsource_map_test.cpp52 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/
Drosen_media_player.cpp170 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/
Djs_backend_engine.h128 void SetHapPath(std::string hapPath) in SetHapPath()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dutils.cpp67 std::string GetStringFromHap(const std::string& hapPath, const std::string& fileName) in GetStringFromHap()
Dform_module_preloader.cpp93 for (const std::string& hapPath : hapPaths) { in ReadFormModuleList() local
258 RefPtr<AssetManager> FormModulePreloader::CreateAssetManager(const std::string& hapPath) in CreateAssetManager()
Dpa_container.h48 std::string hapPath = ""; member
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
Dhap_asset_provider.cpp23 bool HapAssetProvider::Initialize(const std::string& hapPath, const std::vector<std::string>& asset… in Initialize()
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp320 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()
Djs_module_reader.cpp33 JsModuleReader::JsModuleReader(const std::string& bundleName, const std::string& hapPath, bool isFo… in JsModuleReader()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
Dmock_runtime.h84 NativeValue* LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
Daot_executor.cpp69 bool AOTExecutor::GetAbcFileInfo(const std::string &hapPath, uint32_t &offset, uint32_t &length) co… in GetAbcFileInfo() argument

123