Searched refs:keepData (Results 1 - 14 of 14) sorted by relevance
/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 int32_t CallClientInvoke(int32_t funcId, const char *firstPath, const char *secondPath, bool keepData = false);
|
H A D | bundle_inner_feature.h | 37 bool keepData;
member
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | install_param.h | 68 bool keepData;
member
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_daemon_client.cpp | 208 bool keepData) in RegisterCallback() 220 WriteBool(&request, keepData); in RegisterCallback() 364 int32_t BundleDaemonClient::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool keepData) in RegisterCallback() argument 374 return CallClientInvoke(REMOVE_INSTALL_DIRECTORY, codePath, dataPath, keepData); in RegisterCallback() 207 CallClientInvoke(int32_t funcId, const char *firstPath, const char *secondPath, bool keepData) RegisterCallback() argument
|
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()
|
/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);
|
/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 return BundleDaemon::GetInstance().handler_.RemoveInstallDirectory(codePath.c_str(), dataPath.c_str(), keepData); in RemoveInstallDirectoryInvoke()
|
H A D | bundle_daemon_handler.cpp | 156 int32_t BundleDaemonHandler::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool keepData) in RemoveInstallDirectory() argument 159 if (!keepData) { in RemoveInstallDirectory()
|
/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()
|
/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()
|
/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 | 434 WriteBool(&ipcIo, installParam->keepData);
in Uninstall()
|
Completed in 9 milliseconds