Home
last modified time | relevance | path

Searched refs:GetHapPath (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.h57 std::string GetHapPath() const in GetHapPath() function
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h45 … sourceMapOperator->sourceMapObj_->GetHapPath(sourceMapOperator->bundleName_, hapList); in InitSourceMap()
H A Dsource_map.h82 static void GetHapPath(const std::string &bundleName, std::vector<std::string> &hapList);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.cpp201 auto hapPath = container->GetHapPath(); in MediaPlay()
277 auto hapPath = container->GetHapPath(); in RawFilePlay()
314 auto hapPath = container->GetHapPath(); in RelativePathPlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h206 std::string GetHapPath() const in GetHapPath() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_engine.h133 std::string GetHapPath() in GetHapPath() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h268 std::string GetHapPath() const override in GetHapPath() function
270 return resourceInfo_.GetHapPath(); in GetHapPath()
H A Dace_container.cpp1201 isStageModel && !CheckUrlValid(content, container->GetHapPath())) { in RunPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_adapter_wrapper.cpp32 std::string hapPath = container->GetHapPath(); in SetHapInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h203 virtual std::string GetHapPath() const in GetHapPath() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.cpp139 std::string hapPath = resourceInfo.GetHapPath(); in ResourceAdapterImplV2()
155 std::string hapPath = resourceInfo.GetHapPath(); in Init()
H A Dresource_adapter_impl.cpp138 std::string hapPath = resourceInfo.GetHapPath(); in Init()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp397 auto hapPath = Container::Current()->GetHapPath(); in MediaPlay()
422 auto hapPath = Container::Current()->GetHapPath(); in RawFilePlay()
446 auto hapPath = Container::Current()->GetHapPath(); in RelativePathPlay()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp558 void SourceMap::GetHapPath(const std::string &bundleName, std::vector<std::string> &hapList) in GetHapPath() function in OHOS::JsEnv::SourceMap
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp118 std::string GetHapPath(const InnerBundleInfo &info, const std::string &moduleName) in GetHapPath() function
130 std::string GetHapPath(const InnerBundleInfo &info) in GetHapPath() function
132 return GetHapPath(info, info.GetModuleName(info.GetCurrentModulePackage())); in GetHapPath()
2381 modulePath_ = GetHapPath(info.second); in ProcessQuickFixWhenInstallNewModule()
3188 info.SetModuleHapPath(GetHapPath(info)); in ExtractModule()
3486 result = RemoveModuleDir(GetHapPath(info, info.GetModuleName(modulePackage))); in RemoveModuleAndDataDir()
5305 std::string hapPath = GetHapPath(info); in GetTempHapPath()
5442 std::string realInstallationPath = GetHapPath(info.second); in MoveFileToRealInstallationDir()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp792 setHapPathCallback_(container->GetHapPath()); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp356 ASSERT_EQ(resourceInfo.GetHapPath(), CONFIGURATION_PATH);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp264 options.hapPath = GetHapPath(); in InitJsRuntimeOptions()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp247 container->SetHapPath(parentContainer->GetHapPath()); in InitContainer()