Home
last modified time | relevance | path

Searched defs:isKeepData (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_system_bundle_installer_test.cpp128 bool isKeepData = true; variable
141 bool isKeepData = true; variable
154 bool isKeepData = false; variable
167 bool isKeepData = false; variable
269 bool isKeepData = true; variable
286 bool isKeepData = true; variable
303 bool isKeepData = false; variable
320 bool isKeepData = false; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/utils/
H A Duninstall_param_serializer.h28 bool isKeepData = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovebundle_fuzzer/
H A Dbasebundleinstallerremovebundle_fuzzer.cpp32 bool isKeepData = true; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovebundleanddatadir_fuzzer/
H A Dbasebundleinstallerremovebundleanddatadir_fuzzer.cpp32 bool isKeepData = true; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovemoduleanddatadir_fuzzer/
H A Dbasebundleinstallerremovemoduleanddatadir_fuzzer.cpp34 bool isKeepData = true; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/include/
H A Dbundle_manager_addon.h41 bool isKeepData = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp113 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, bool isKeepData) in UninstallSystemBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp163 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, bool isKeepData) in UninstallSystemBundle()
H A Dbase_bundle_installer.cpp1970 ErrCode BaseBundleInstaller::RemoveBundle(InnerBundleInfo &info, bool isKeepData, const bool async) in RemoveBundle()
3385 ErrCode BaseBundleInstaller::RemoveBundleAndDataDir(const InnerBundleInfo &info, bool isKeepData, c… in RemoveBundleAndDataDir()
4410 InnerBundleInfo &innerBundleInfo, bool isKeepData, const bool async) in RemoveBundleUserData()
4883 void BaseBundleInstaller::GetUninstallBundleInfo(bool isKeepData, int32_t userId, in GetUninstallBundleInfo()
4899 void BaseBundleInstaller::SaveUninstallBundleInfo(const std::string bundleName, bool isKeepData, in SaveUninstallBundleInfo()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
H A Dbundle_manager_proxy.cpp71 bool isKeepData, std::string &retMessage) in Uninstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h54 bool isKeepData = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp122 ErrCode AppServiceFwkInstaller::UnInstall(const std::string &bundleName, bool isKeepData) in UnInstall()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp752 bool isKeepData = false; in RunAsUninstallCommand() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp768 static bool ParseIsKeepData(napi_env env, napi_value args, bool &isKeepData) in ParseIsKeepData()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp1984 static bool ParseIsKeepData(napi_env env, napi_value args, bool &isKeepData) in ParseIsKeepData()