/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_daemon_client.h | 43 int32_t RemoveInstallDirectory(const char *codePath, const char *dataPath, bool keepData); 44 …ClientInvoke(int32_t funcId, const char *firstPath, const char *secondPath, bool keepData = false);
|
H A D | bundle_inner_feature.h | 37 bool keepData; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_daemon_client.cpp | 208 bool keepData) in RegisterCallback() argument 220 WriteBool(&request, keepData); in RegisterCallback() 364 …ndleDaemonClient::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool keepData) in RegisterCallback() argument 374 return CallClientInvoke(REMOVE_INSTALL_DIRECTORY, codePath, dataPath, keepData); in RegisterCallback()
|
H A D | bundle_manager_service.cpp | 234 InstallParam installParam = {.installLocation = 1, .keepData = info->keepData}; in ServiceMsgProcess() 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 | 175 info->keepData = false; in GetSvcIdentityInfo() 213 ReadBool(req, &(info->keepData)); in UninstallInnerBundle()
|
H A D | bundle_installer.cpp | 450 bundleInfo->codePath, bundleInfo->dataPath, installParam.keepData) != EC_SUCCESS) { in Uninstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon.cpp | 258 bool keepData; in RemoveInstallDirectoryInvoke() local 259 ReadBool(req, &keepData); in RemoveInstallDirectoryInvoke() 260 …aemon::GetInstance().handler_.RemoveInstallDirectory(codePath.c_str(), dataPath.c_str(), keepData); in RemoveInstallDirectoryInvoke()
|
H A D | bundle_daemon_handler.cpp | 156 …dleDaemonHandler::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool keepData) in RemoveInstallDirectory() argument 159 if (!keepData) { in RemoveInstallDirectory()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-application-framework-guide.md | 302 .keepData = false 337 …卸载应用的时候可以选择是否保留应用的数据,开发者可以通过创建的InstallParam实例的成员变量keepData来确定。当keepData为true, 卸载应用之后将保留应用的数据,当keep… 344 .keepData = false // 不保留应用数据
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | install_param.h | 68 bool keepData; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/ |
H A D | bundle_daemon_handler.h | 34 int32_t RemoveInstallDirectory(const char *codePath, const char *dataPath, bool keepData);
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/ |
H A D | ability_test_helper.cpp | 120 .keepData = false in TestInstall() 135 .keepData = false in TestUnInstall()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | exif_maker_note.cpp | 167 auto *keepData = exifEntry->data; in GetValue() local 175 exifEntry->data = keepData; in GetValue()
|
/ohos5.0/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 };
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-application-framework-guide.md | 471 .keepData = false 505 …in application data using the **keepData** member variable in the created **InstallParam** ins… 513 .keepData = false // Remove application data.
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_manager.cpp | 434 WriteBool(&ipcIo, installParam->keepData); in Uninstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 919 void DeleteUserDataGroupInfos(const std::string &bundleName, int32_t userId, bool keepData);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 7426 …ndleDataMgr::DeleteUserDataGroupInfos(const std::string &bundleName, int32_t userId, bool keepData) in DeleteUserDataGroupInfos() argument 7446 if (!keepData && !IsDataGroupIdExistNoLock(groupId, userId)) { in DeleteUserDataGroupInfos()
|