Home
last modified time | relevance | path

Searched refs:removable (Results 1 – 25 of 85) sorted by relevance

1234

/ohos5.0/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 Dbundle_mgr_service_event_handler.h407 bool removable);
421 bool removable);
432 bool removable);
543 void UpdateRemovable(const std::string &bundleName, bool removable);
H A Dpre_install_bundle_info.h162 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 Dchangelog-v3.2-beta3.md23 …/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 Dmmc_block.c44 mb->removable = (mmcDevice->state.bits.removable == 0) ? false : true; in MmcBlockInit()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp915 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 Dmodule_profile.cpp127 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 Dsubsys-app-privilege-config-guide.md57 | removable | bool | true | 是否允许应用被卸载,仅预置应用生效。 |
179 "removable" : true // 应用是否可卸载
H A Dsubsys-preinstall-app-config-guide.md29 "removable":true // 是否支持卸载,false表示不可卸载,true表示可以卸载。
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp46 checkParam.removable = installParam_.removable; in ParseFiles()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/
H A Dchangelogs-bundlemanager.md154 ## 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 Dmmc_block.h56 bool removable; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinnerprocessinstall_fuzzer/
H A Dappservicefwkinstallerinnerprocessinstall_fuzzer.cpp34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer/
H A Dappservicefwkinstallerbeforeinstall_fuzzer.cpp34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/
H A Dappservicefwkinstallerinstall_fuzzer.cpp33 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerprocessinstall_fuzzer/
H A Dappservicefwkinstallerprocessinstall_fuzzer.cpp34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundle-ApplicationInfo.md34 | removable<sup>8+</sup> | boolean | Yes …
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckandparsefiles_fuzzer/
H A Dappservicefwkinstallercheckandparsefiles_fuzzer.cpp34 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/
H A Dappservicefwkinstallersendbundlesystemevent_fuzzer.cpp36 installParam.removable = false; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp557 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 Dchangelogs-bundlemanager.md154 ## 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 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 = false; in ToApplicationInfo()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-file-management_api-9-canary.md18 | ohos.volumeManager | Volume | removable: boolean; | 新增 |
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta3/
H A Dchangelog-v3.2-beta3.md23 …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 Djs-apis-bundle-ApplicationInfo.md35 | removable<sup>8+</sup> | boolean | 是 |…

1234