Home
last modified time | relevance | path

Searched refs:keepData (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_daemon_client.h43 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 Dbundle_inner_feature.h37 bool keepData; member
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dinstall_param.h68 bool keepData; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp208 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 Dbundle_manager_service.cpp234 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 Dbundle_inner_feature.cpp175 info->keepData = false; in GetSvcIdentityInfo()
213 ReadBool(req, &(info->keepData)); in UninstallInnerBundle()
H A Dbundle_installer.cpp450 bundleInfo->codePath, bundleInfo->dataPath, installParam.keepData) != EC_SUCCESS) { in Uninstall()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_daemon_handler.h34 int32_t RemoveInstallDirectory(const char *codePath, const char *dataPath, bool keepData);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp258 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 Dbundle_daemon_handler.cpp156 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 Dability_test_helper.cpp120 .keepData = false in TestInstall()
135 .keepData = false in TestUnInstall()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_maker_note.cpp167 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 Dcommand_parser.cpp51 static InstallParam g_installParam = { .installLocation = 1, .keepData = false };
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp434 WriteBool(&ipcIo, installParam->keepData); in Uninstall()

Completed in 9 milliseconds