Home
last modified time | relevance | path

Searched refs:removable (Results 1 - 25 of 44) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h103 bool removable = true; member
123 removable = true; in Reset()
130 + ", removable = " + GetBoolStrVal(removable) in ToString()
H A Dpre_install_bundle_info.h151 * @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 Dbundle_mgr_service_event_handler.h423 * @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 Dhmp_bundle_installer.h30 ErrCode InstallNormalAppInHmp(const std::string &bundleDir, bool removable = true);
H A Dbundle_install_checker.h35 bool removable = true; member
H A Dinner_bundle_info.h1285 * @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 Dappservicefwkinstallerbeforeinstall_fuzzer.cpp34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/
H A Dappservicefwkinstallerinstall_fuzzer.cpp33 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinnerprocessinstall_fuzzer/
H A Dappservicefwkinstallerinnerprocessinstall_fuzzer.cpp34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerprocessinstall_fuzzer/
H A Dappservicefwkinstallerprocessinstall_fuzzer.cpp34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/
H A Dappservicefwkinstallersendbundlesystemevent_fuzzer.cpp36 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckandparsefiles_fuzzer/
H A Dappservicefwkinstallercheckandparsefiles_fuzzer.cpp34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp501 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 Dhmp_bundle_installer.cpp75 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 Dmodule_profile.cpp146 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 Dbundle_profile.cpp121 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 Dpre_bundle_profile.cpp28 constexpr const char* REMOVABLE = "removable";
92 preScanInfo.removable, in TransformTo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp46 checkParam.removable = installParam_.removable; in ParseFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp554 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 Dinstall_param.h57 bool removable = true; member
H A Dapplication_info.h219 bool removable = true; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp157 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 Dapplication_info.h111 bool removable = true; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h75 bool removable; member
H A Dbundle_manager_convert.cpp239 appInfo.removable = cAppInfo.removable; in ConvertApplicationInfo()
600 appInfo.removable = true; in InitApplicationInfo()

Completed in 28 milliseconds

12