Home
last modified time | relevance | path

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

12345

/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
Dmock_js_runtime.h65 napi_value LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule()
Djs_runtime_test.cpp286 std::string hapPath = ""; variable
326 std::string hapPath = TEST_HAP_PATH; variable
507 std::string hapPath = "<hapPath>"; variable
691 std::string hapPath = ""; variable
752 std::string hapPath = ""; variable
/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/test/unittest/core/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/services/bundlemgr/src/bundle_resource/
Dbundle_resource_parser.cpp93 const std::string &hapPath, const int32_t labelId, std::string &label) in ParseLabelResourceByPath()
120 bool BundleResourceParser::ParseIconResourceByPath(const std::string &hapPath, const int32_t iconId… in ParseIconResourceByPath()
Dbundle_resource_configuration.cpp55 const std::string &hapPath, in InitResourceGlobalConfig()
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
Dchild_process_start_info.h27 std::string hapPath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
Daot_args.h27 std::string hapPath; member
41 std::string hapPath; member
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
Dplatform_ohos.h35 BASE_NS::string hapPath = "./"; member
Dplatform_ohos.cpp43 BASE_NS::string hapPath = plat_.hapPath; in RegisterDefaultPaths() local
/foundation/graphic/graphic_3d/lume/LumeEngine/api/platform/ohos/core/os/
Dplatform_create_info.h36 BASE_NS::string hapPath = "./"; member
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dutils.cpp68 std::string GetStringFromHap(const std::string& hapPath, const std::string& fileName) in GetStringFromHap()
88 bool CheckUrlValid(const std::string& url, const std::string& hapPath) in CheckUrlValid()
Dform_module_preloader.cpp95 for (const std::string& hapPath : hapPaths) { in ReadFormModuleList() local
199 RefPtr<AssetManager> FormModulePreloader::CreateAssetManager(const std::string& hapPath) in CreateAssetManager()
/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/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
Dinsight_intent_executor_info.h30 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_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()
119 std::string hapPath = "/data/app/test.hap"; variable
137 std::string hapPath = "/data/app/test.hap"; variable
/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/ability/ability_runtime/js_environment/interfaces/inner_api/
Djs_environment_impl.h33 std::string hapPath; member
Duncaught_exception_callback.h34 std::string hapPath; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_media_player.cpp177 auto hapPath = container->GetHapPath(); in MediaPlay() local
210 auto hapPath = container->GetHapPath(); in RawFilePlay() local
240 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()

12345