/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | hap_asset_provider_impl.h | 57 std::string GetHapPath() const in GetHapPath() function
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | source_map_operator.h | 45 … sourceMapOperator->sourceMapObj_->GetHapPath(sourceMapOperator->bundleName_, hapList); in InitSourceMap()
|
H A D | source_map.h | 82 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 D | rosen_media_player.cpp | 201 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 D | resource_configuration.h | 206 std::string GetHapPath() const in GetHapPath() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/ |
H A D | js_backend_engine.h | 133 std::string GetHapPath() in GetHapPath() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.h | 268 std::string GetHapPath() const override in GetHapPath() function 270 return resourceInfo_.GetHapPath(); in GetHapPath()
|
H A D | ace_container.cpp | 1201 isStageModel && !CheckUrlValid(content, container->GetHapPath())) { in RunPage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_adapter_wrapper.cpp | 32 std::string hapPath = container->GetHapPath(); in SetHapInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.h | 203 virtual std::string GetHapPath() const in GetHapPath() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl_v2.cpp | 139 std::string hapPath = resourceInfo.GetHapPath(); in ResourceAdapterImplV2() 155 std::string hapPath = resourceInfo.GetHapPath(); in Init()
|
H A D | resource_adapter_impl.cpp | 138 std::string hapPath = resourceInfo.GetHapPath(); in Init()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.cpp | 397 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 D | source_map.cpp | 558 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 D | base_bundle_installer.cpp | 118 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 D | web_pattern.cpp | 792 setHapPathCallback_(container->GetHapPath()); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | base_utils_test.cpp | 356 ASSERT_EQ(resourceInfo.GetHapPath(), CONFIGURATION_PATH);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.cpp | 264 options.hapPath = GetHapPath(); in InitJsRuntimeOptions()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 247 container->SetHapPath(parentContainer->GetHapPath()); in InitContainer()
|