/ohos5.0/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 | bundle_mgr_service_event_handler.h | 407 bool removable); 421 bool removable); 432 bool removable); 543 void UpdateRemovable(const std::string &bundleName, bool removable);
|
H A D | pre_install_bundle_info.h | 162 void SetRemovable(bool removable) in SetRemovable() argument 164 removable_ = removable; in SetRemovable()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta3/ |
H A D | changelog-v3.2-beta3.md | 23 …/rk3568/preinstall-config/install_list.json)文件中配置相关字段,app_dir表示hap所在的目录,removable表示hap安装后是否可卸载。如下所… 30 "removable" : false 34 "removable" : true 85 | removable | bool | true | 是否允许应用被卸载,仅预置应用生效 |
|
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_block.c | 44 mb->removable = (mmcDevice->state.bits.removable == 0) ? false : true; in MmcBlockInit()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 915 installParam.removable = false; in ProcessSystemHspInstall() 1025 installParam.removable = preScanInfo.removable; in ProcessSystemBundleInstall() 1046 installParam.removable = false; in ProcessSystemBundleInstall() 1065 installParam.removable = false; in ProcessSystemSharedBundleInstall() 1708 if (!removable) { in InnerProcessRebootBundleInstall() 2364 bool removable) in OTAInstallSystemBundle() argument 2376 installParam.removable = removable; in OTAInstallSystemBundle() 2393 bool removable) in OTAInstallSystemBundleNeedCheckUser() argument 2405 installParam.removable = removable; in OTAInstallSystemBundleNeedCheckUser() 2426 bool removable) in OTAInstallSystemSharedBundle() argument [all …]
|
H A D | module_profile.cpp | 127 std::pair<bool, bool> removable = std::make_pair<>(false, true); member 231 std::pair<bool, bool> removable = std::make_pair<>(false, true); member 900 deviceConfig.removable.first = true; in from_json() 904 deviceConfig.removable.second, in from_json() 1108 app.removable.first = true; in from_json() 1112 app.removable.second, in from_json() 2074 if (app.removable.first) { in ToApplicationInfo() 2075 applicationInfo.removable = app.removable.second; in ToApplicationInfo() 2077 applicationInfo.removable = false; in ToApplicationInfo() 2111 if (deviceConfig.removable.first) { in ToApplicationInfo() [all …]
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-app-privilege-config-guide.md | 57 | removable | bool | true | 是否允许应用被卸载,仅预置应用生效。 | 179 "removable" : true // 应用是否可卸载
|
H A D | subsys-preinstall-app-config-guide.md | 29 "removable":true // 是否支持卸载,false表示不可卸载,true表示可以卸载。
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | shared_bundle_installer.cpp | 46 checkParam.removable = installParam_.removable; in ParseFiles()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/ |
H A D | changelogs-bundlemanager.md | 154 ## cl.bundlemanager.11 app.json配置文件删除removable标签 155 删除配置文件app.json中[removable](../../../application-dev/quick-start/app-configuration-file.md)标签 158 删除配置文件app.json中[removable](../../../application-dev/quick-start/app-configuration-file.md)标签,IDE中不再… 161 删除[removable](../../../application-dev/quick-start/app-configuration-file.md)标签
|
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/ |
H A D | mmc_block.h | 56 bool removable; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinnerprocessinstall_fuzzer/ |
H A D | appservicefwkinstallerinnerprocessinstall_fuzzer.cpp | 34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer/ |
H A D | appservicefwkinstallerbeforeinstall_fuzzer.cpp | 34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/ |
H A D | appservicefwkinstallerinstall_fuzzer.cpp | 33 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerprocessinstall_fuzzer/ |
H A D | appservicefwkinstallerprocessinstall_fuzzer.cpp | 34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundle-ApplicationInfo.md | 34 | removable<sup>8+</sup> | boolean | Yes …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckandparsefiles_fuzzer/ |
H A D | appservicefwkinstallercheckandparsefiles_fuzzer.cpp | 34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/ |
H A D | appservicefwkinstallersendbundlesystemevent_fuzzer.cpp | 36 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 557 const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) in OTAInstallSystemBundle() argument 563 const std::string& bundleName, Constants::AppType appType, bool removable) in OTAInstallSystemBundleNeedCheckUser() argument 569 const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) in OTAInstallSystemSharedBundle() argument 602 void BMSEventHandler::UpdateRemovable(const std::string& bundleName, bool removable) {} in UpdateRemovable() argument
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-bundlemanager.md | 154 ## cl.bundlemanager.11 app.json配置文件删除removable标签 155 删除配置文件app.json中[removable](../../../application-dev/quick-start/app-configuration-file.md)标签 158 删除配置文件app.json中[removable](../../../application-dev/quick-start/app-configuration-file.md)标签,IDE中不再… 161 删除[removable](../../../application-dev/quick-start/app-configuration-file.md)标签
|
/ohos5.0/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 = false; in ToApplicationInfo()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-file-management_api-9-canary.md | 18 | ohos.volumeManager | Volume | removable: boolean; | 新增 |
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta3/ |
H A D | changelog-v3.2-beta3.md | 23 …ir** field specifies the directory where the HAP file is located, and **removable** specifies whet… 32 "removable" : false 36 "removable" : true 87 | removable | bool | true | Allows the application to be uninstalled. This permis…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundle-ApplicationInfo.md | 35 | removable<sup>8+</sup> | boolean | 是 |…
|