/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_scan_info.h | 103 bool removable = true; member 123 removable = true; in Reset() 130 + ", removable = " + GetBoolStrVal(removable) in ToString()
|
H A D | pre_install_bundle_info.h | 151 * @brief Is removable or not. 152 * @return Returns the removable. 159 * @brief Set removable. 160 * @param appType Indicates the removable to be set. 162 void SetRemovable(bool removable) in SetRemovable() argument 164 removable_ = removable; in SetRemovable() 176 * @param appType Indicates the removable to be set.
|
H A D | bundle_mgr_service_event_handler.h | 423 * @param removable Indicates whether it can be removed. 429 bool removable); 436 * @param removable Indicates whether it can be removed. 443 bool removable); 448 * @param removable Indicates whether it can be removed. 454 bool removable); 496 * @brief Judge whether the preInstall app can be removable. 498 * @return Returns true if the preInstall is removable; returns false otherwise. 567 void UpdateRemovable(const std::string &bundleName, bool removable);
|
H A D | hmp_bundle_installer.h | 30 ErrCode InstallNormalAppInHmp(const std::string &bundleDir, bool removable = true);
|
H A D | bundle_install_checker.h | 35 bool removable = true; member
|
H A D | inner_bundle_info.h | 1285 * @brief Get the bundle is whether removable. 1286 * @return Return whether the bundle is removable. 1290 return baseApplicationInfo_->removable; in IsRemovable() 1490 * @param isRemovable Indicates the module whether is removable. 1495 * @brief Add module removable info 1518 * @brief Delete removable info. 1634 void SetRemovable(bool removable) in SetRemovable() argument 1636 baseApplicationInfo_->removable = removable; in SetRemovable() 2130 void UpdateRemovable(bool isPreInstall, bool removable); [all...] |
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer/ |
H A D | appservicefwkinstallerbeforeinstall_fuzzer.cpp | 34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/ |
H A D | appservicefwkinstallerinstall_fuzzer.cpp | 33 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinnerprocessinstall_fuzzer/ |
H A D | appservicefwkinstallerinnerprocessinstall_fuzzer.cpp | 34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerprocessinstall_fuzzer/ |
H A D | appservicefwkinstallerprocessinstall_fuzzer.cpp | 34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/ |
H A D | appservicefwkinstallersendbundlesystemevent_fuzzer.cpp | 36 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckandparsefiles_fuzzer/ |
H A D | appservicefwkinstallercheckandparsefiles_fuzzer.cpp | 34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 501 bool removable = IsPreInstallRemovable(preInstallDir); in ReInstallAllInstallDirApps() local 503 filePaths, Constants::AppType::SYSTEM_APP, removable)) { in ReInstallAllInstallDirApps() 930 installParam.removable = false; in ProcessSystemHspInstall() 948 installParam.removable = false; in ProcessSystemHspInstall() 1060 installParam.removable = preScanInfo.removable; in ProcessSystemBundleInstall() 1081 installParam.removable = false; in ProcessSystemBundleInstall() 1100 installParam.removable = false; in ProcessSystemSharedBundleInstall() 1696 bool removable = IsPreInstallRemovable(scanPathIter); in InnerProcessRebootBundleInstall() local 1713 if (!OTAInstallSystemBundle(filePaths, appType, removable)) { in InnerProcessRebootBundleInstall() 1903 bool removable = IsPreInstallRemovable(scanPath); InnerProcessRebootSharedBundleInstall() local 2328 bool removable = GetRemovableInfo(appDir); HandleInstallModuleUpdateNormalApp() local 2905 bool removable = IsPreInstallRemovable(pathIter); HandlePreInstallAppPathsException() local 2969 OTAInstallSystemBundle( const std::vector<std::string> &filePaths, Constants::AppType appType, bool removable) OTAInstallSystemBundle() argument 2997 OTAInstallSystemBundleNeedCheckUser( const std::vector<std::string> &filePaths, const std::string &bundleName, Constants::AppType appType, bool removable) OTAInstallSystemBundleNeedCheckUser() argument 3031 OTAInstallSystemSharedBundle( const std::vector<std::string> &filePaths, Constants::AppType appType, bool removable) OTAInstallSystemSharedBundle() argument 3222 UpdateRemovable(const std::string &bundleName, bool removable) UpdateRemovable() argument [all...] |
H A D | hmp_bundle_installer.cpp | 75 installParam.removable = false; in InstallSystemHspInHmp() 85 ErrCode HmpBundleInstaller::InstallNormalAppInHmp(const std::string &bundleDir, bool removable) in InstallNormalAppInHmp() argument 103 installParam.removable = removable; in InstallNormalAppInHmp() 429 APP_LOGE("get removable failed %{public}s", bundleName.c_str()); in GetIsRemovable()
|
H A D | module_profile.cpp | 146 std::pair<bool, bool> removable = std::make_pair<>(false, true); member 260 std::pair<bool, bool> removable = std::make_pair<>(false, true); member 824 deviceConfig.removable.first = true; in from_json() 828 deviceConfig.removable.second, in from_json() 1004 app.removable.first = true; in from_json() 1008 app.removable.second, in from_json() 1901 if (app.removable.first) { in ToApplicationInfo() 1902 applicationInfo.removable = app.removable.second; in ToApplicationInfo() 1904 applicationInfo.removable in ToApplicationInfo() [all...] |
H A D | bundle_profile.cpp | 121 std::pair<bool, bool> removable = std::make_pair<>(false, true); member 487 app.removable.first = true; in from_json() 491 app.removable.second, in from_json() 2006 if (configJson.app.removable.first) { in ToApplicationInfo() 2007 applicationInfo.removable = configJson.app.removable.second; in ToApplicationInfo() 2009 applicationInfo.removable = false; in ToApplicationInfo()
|
H A D | pre_bundle_profile.cpp | 28 constexpr const char* REMOVABLE = "removable"; 92 preScanInfo.removable, in TransformTo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | shared_bundle_installer.cpp | 46 checkParam.removable = installParam_.removable; in ParseFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 554 const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) in OTAInstallSystemBundle() 560 const std::string& bundleName, Constants::AppType appType, bool removable) in OTAInstallSystemBundleNeedCheckUser() 566 const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) in OTAInstallSystemSharedBundle() 599 void BMSEventHandler::UpdateRemovable(const std::string& bundleName, bool removable) {} in UpdateRemovable() argument 553 OTAInstallSystemBundle( const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) OTAInstallSystemBundle() argument 559 OTAInstallSystemBundleNeedCheckUser(const std::vector<std::string>& filePaths, const std::string& bundleName, Constants::AppType appType, bool removable) OTAInstallSystemBundleNeedCheckUser() argument 565 OTAInstallSystemSharedBundle( const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) OTAInstallSystemSharedBundle() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | install_param.h | 57 bool removable = true; member
|
H A D | application_info.h | 219 bool removable = true; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 157 std::pair<bool, bool> removable = std::make_pair<>(false, true); member 239 std::pair<bool, bool> removable = std::make_pair<>(false, true); member 773 deviceConfig.removable.first = true; in from_json() 777 deviceConfig.removable.second, in from_json() 959 app.removable.first = true; in from_json() 963 app.removable.second, in from_json() 1479 if (app.removable.first) { in ToApplicationInfo() 1480 applicationInfo.removable = app.removable.second; in ToApplicationInfo() 1482 applicationInfo.removable in ToApplicationInfo() [all...] |
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 111 bool removable = true; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 75 bool removable; member
|
H A D | bundle_manager_convert.cpp | 239 appInfo.removable = cAppInfo.removable; in ConvertApplicationInfo() 600 appInfo.removable = true; in InitApplicationInfo()
|