Searched refs:installLocation (Results 1 - 11 of 11) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | install_param.h | 51 * 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 D | bundle_manager_service.cpp | 218 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 D | bundle_inner_feature.cpp | 174 ReadInt32(req, &(info->installLocation));
in GetSvcIdentityInfo() 212 info->installLocation = 0;
in UninstallInnerBundle()
|
H A D | bundle_installer.cpp | 72 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 D | ability_test_helper.cpp | 119 .installLocation = 1, in TestInstall() 134 .installLocation = 1, in TestUnInstall()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | install_param.cpp | 35 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 D | bundle_inner_feature.h | 36 int32_t installLocation;
member
|
H A D | bundle_manager_service.h | 77 void InstallThirdBundle(const char *path, const SvcIdentity &svc, int32_t installLocation);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | install_param.h | 50 InstallLocation installLocation = InstallLocation::INTERNAL_ONLY; member
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/ |
H A D | command_parser.cpp | 51 static InstallParam g_installParam = { .installLocation = 1, .keepData = false };
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_manager.cpp | 391 WriteInt32(&ipcIo, installParam->installLocation);
in Install()
|
Completed in 10 milliseconds