Home
last modified time | relevance | path

Searched refs:SetModuleHapPath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp499 newInfo.SetModuleHapPath(bundlePath); in ExtractModule()
507 newInfo.SetModuleHapPath(realHspPath); in ExtractModule()
559 oldInfo.SetModuleHapPath(bundlePath); in ExtractModule()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp346 newInfo.SetModuleHapPath(bundlePath); in ExtractSharedBundles()
353 newInfo.SetModuleHapPath(realHspPath); in ExtractSharedBundles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h923 void SetModuleHapPath(const std::string &hapPath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp12601 innerBundleInfo.SetModuleHapPath(hapPath);
12607 innerBundleInfo.SetModuleHapPath(hapPath);
12613 innerBundleInfo.SetModuleHapPath(hapPath);
12618 innerBundleInfo.SetModuleHapPath(hapPath);
12623 innerBundleInfo.SetModuleHapPath(hapPath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3186 info.SetModuleHapPath(modulePath_); in ExtractModule()
3188 info.SetModuleHapPath(GetHapPath(info)); in ExtractModule()
H A Dbundle_mgr_service_event_handler.cpp2501 item.second.SetModuleHapPath(item.first); in CheckAndParseHapFiles()
H A Dinner_bundle_info.cpp3935 void InnerBundleInfo::SetModuleHapPath(const std::string &hapPath) in SetModuleHapPath() function in OHOS::AppExecFwk::InnerBundleInfo