/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | module_info.cpp | 37 CONTAINER_SECURITY_VERIFY(parcel, preloadsSize, &preloads); in ReadFromParcel() 39 preloads.emplace_back(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel() 59 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, preloads.size()); in Marshalling() 60 for (auto &preload : preloads) { in Marshalling() 71 {MODULE_INFO_PRELOADS, moduleInfo.preloads} in to_json() 98 moduleInfo.preloads, in from_json()
|
H A D | hap_module_info.cpp | 621 CONTAINER_SECURITY_VERIFY(parcel, preloadsSize, &preloads); in ReadFromParcel() 628 preloads.emplace_back(*preload); in ReadFromParcel() 775 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, preloads.size()); in Marshalling() 776 for (auto &item : preloads) { in Marshalling() 852 {HAP_MODULE_INFO_PRELOADS, hapModuleInfo.preloads}, in to_json() 1227 hapModuleInfo.preloads, in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_info.cpp | 34 {MODULE_INFO_PRELOADS, moduleInfo.preloads} in to_json() 61 moduleInfo.preloads, in from_json()
|
H A D | inner_bundle_info.cpp | 238 {MODULE_PRELOADS, info.preloads}, in to_json() 627 info.preloads, in from_json() 971 for (const auto &item : it->second.preloads) { in FindHapModuleInfo() 973 hapInfo.preloads.emplace_back(preload); in FindHapModuleInfo() 1049 moduleInfo.preloads = info.second.preloads; in GetApplicationInfo()
|
H A D | hap_module_info.cpp | 194 {HAP_MODULE_INFO_PRELOADS, hapModuleInfo.preloads}, in to_json() 555 hapModuleInfo.preloads, in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | module_info.h | 28 std::vector<std::string> preloads; member
|
H A D | hap_module_info.h | 127 std::vector<PreloadItem> preloads; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_convert.cpp | 308 CArrRetPreloadItem ConvertPreloadItem(std::vector<AppExecFwk::PreloadItem> preloads) in ConvertPreloadItem() argument 311 pLoad.size = static_cast<int64_t>(preloads.size()); in ConvertPreloadItem() 317 retValue[i].moduleName = MallocCString(preloads[i].moduleName); in ConvertPreloadItem() 375 hapInfo.preloads = ConvertPreloadItem(hapModuleInfo.preloads); in ConvertHapModuleInfo()
|
H A D | bundle_manager_utils.h | 188 CArrRetPreloadItem preloads; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | module_info.h | 38 std::vector<std::string> preloads; member
|
H A D | hap_module_info.h | 172 std::vector<PreloadItem> preloads; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-hapModuleInfo.md | 29 | preloads | Array\<[PreloadItem](#preloaditem)> …
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 87 std::vector<std::string> preloads; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_test.cpp | 169 std::vector<std::string> preloads; in UpdateInnerBundleInfo() local 172 preloads.emplace_back(MODULE_NAME_TEST_ONE); in UpdateInnerBundleInfo() 175 preloads.emplace_back(MODULE_NAME_TEST_ONE); in UpdateInnerBundleInfo() 176 preloads.emplace_back(MODULE_NAME_TEST_TWO); in UpdateInnerBundleInfo() 181 auto ret = innerBundleInfo.SetInnerModuleAtomicPreload(MODULE_NAME_TEST, preloads); in UpdateInnerBundleInfo()
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | module-configuration-file.md | 820 | preloads | 标识原子化服务中预加载列表。 | 对象数组 | 该标签可缺省,缺省值为空。 | 823 **表19** preloads标签说明 836 "preloads":[
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 123 std::vector<std::string> preloads; member 1892 …etInnerModuleAtomicPreload(const std::string &moduleName, const std::vector<std::string> &preloads) in SetInnerModuleAtomicPreload() argument 1898 innerModuleInfos_.at(moduleName).preloads = preloads; in SetInnerModuleAtomicPreload()
|
/ohos5.0/base/security/selinux_adapter/sepolicy/base/system/ |
H A D | file_contexts | 266 /data/preloads u:object_r:data_preloads:s0 267 /data/preloads/(.*)? u:object_r:data_preloads:s0
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 428 {MODULE_PRELOADS, info.preloads}, in to_json() 900 info.preloads, in from_json() 1640 for (const auto &item : it->second.preloads) { in FindHapModuleInfo() 1642 hapInfo.preloads.emplace_back(preload); in FindHapModuleInfo() 2309 moduleInfo.preloads = info.second.preloads; in GetApplicationInfo() 2367 moduleInfo.preloads = info.second.preloads; in GetApplicationInfoV9()
|
H A D | module_profile.cpp | 1876 std::vector<std::string> preloads; in ParserAtomicModuleConfig() local 1893 preloads.emplace_back(preloadName); in ParserAtomicModuleConfig() 1901 innerBundleInfo.SetInnerModuleAtomicPreload(moduleName, preloads); in ParserAtomicModuleConfig()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | common_func.cpp | 763 size = hapModuleInfo.preloads.size(); in ConvertHapModuleInfo() 768 ConvertPreloadItem(env, hapModuleInfo.preloads[index], nPreload); in ConvertHapModuleInfo()
|
/ohos5.0/base/startup/init/services/etc/ |
H A D | init.without_two_stages.cfg | 141 "mkdir /data/preloads 0775 system system",
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-hapModuleInfo.md | 30 | preloads | Array\<[PreloadItem](#preloaditem)> …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1541 "preloads": [] 2935 info2.preloads.emplace_back(MODULE_NAME); 2942 info2.preloads.emplace_back(SETTINGS);
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | module-configuration-file.md | 820 | preloads | List of modules to preload.| Object array| Yes (initial value: left empty)| 823 **Table 19** preloads 836 "preloads":[
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 239 auto preloadItems = moduleInfoMap[moduleName].preloads; in GetPreloadList()
|