Home
last modified time | relevance | path

Searched refs:installLocation (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dinstall_param.h51 * The installation or update path is <b>storage/app</b> when {@link installLocation} is set to <b>1</b>.
55 * The installation or update path is <b>sdcard/app</b> when {@link installLocation} is set to <b>2</b>.
65 int32_t installLocation; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp218 InstallThirdBundle(info->path, *(info->svc), info->installLocation); in ServiceMsgProcess()
234 InstallParam installParam = {.installLocation = 1, .keepData = info->keepData}; in ServiceMsgProcess()
289 void ManagerService::InstallThirdBundle(const char *path, const SvcIdentity &svc, int32_t installLocation) in InstallThirdBundle() argument
302 InstallParam installParam = {.installLocation = installLocation, .keepData = false}; in InstallThirdBundle()
342 InstallParam installParam = {.installLocation = 1, .keepData = false}; in InstallSystemBundle()
451 InstallParam installParam = {.installLocation = 1, .keepData = false}; in ReloadEntireBundleInfo()
H A Dbundle_inner_feature.cpp174 ReadInt32(req, &(info->installLocation)); in GetSvcIdentityInfo()
212 info->installLocation = 0; in UninstallInnerBundle()
H A Dbundle_installer.cpp72 installParam.installLocation == INSTALL_LOCATION_PREFER_EXTERNAL) { in ModifyInstallDirByHapType()
87 if (installParam.installLocation == INSTALL_LOCATION_PREFER_EXTERNAL) { in RestoreInstallEnv()
108 if (path == nullptr || installParam.installLocation < INSTALL_LOCATION_INTERNAL_ONLY || in Install()
109 installParam.installLocation > INSTALL_LOCATION_PREFER_EXTERNAL) { in Install()
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
H A Dability_test_helper.cpp119 .installLocation = 1, in TestInstall()
134 .installLocation = 1, in TestUnInstall()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dinstall_param.cpp35 installLocation = static_cast<InstallLocation>(locationData); in ReadFromParcel()
95 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(installLocation)); in Marshalling()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_inner_feature.h36 int32_t installLocation; member
H A Dbundle_manager_service.h77 void InstallThirdBundle(const char *path, const SvcIdentity &svc, int32_t installLocation);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h50 InstallLocation installLocation = InstallLocation::INTERNAL_ONLY; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp51 static InstallParam g_installParam = { .installLocation = 1, .keepData = false };
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp391 WriteInt32(&ipcIo, installParam->installLocation); in Install()

Completed in 8 milliseconds