/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | cj_ability_stage.cpp | 76 buffer->installationFree = hapInfo->installationFree; in FFICJCurrentHapModuleInfo()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/ |
H A D | cj_ability_stage.h | 41 bool installationFree; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 33 bool installationFree = false; member 55 bool installationFree = false; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_pack_info.h | 65 bool installationFree = false; member
|
H A D | hap_module_info.h | 161 bool installationFree = false; member
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | hap_module_info.h | 115 bool installationFree = false; member
|
H A D | options.h | 91 bool installationFree; member
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.h | 272 void SetInstallationFree(bool installationFree) in SetInstallationFree() argument 274 installationFree_ = installationFree; in SetInstallationFree()
|
H A D | ui_content_impl.cpp | 263 installationFree_ = options.installationFree; in UIContentImpl()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 264 bool installationFree = false; member 1246 module.installationFree, in from_json() 1671 innerModuleInfo.distro.installationFree = moduleJson.module.installationFree; in ToInnerModuleInfo() 1673 innerModuleInfo.installationFree = moduleJson.module.installationFree; in ToInnerModuleInfo() 1715 innerModuleInfo.distro.installationFree = true; in SetInstallationFree() 1716 innerModuleInfo.installationFree = true; in SetInstallationFree() 1718 innerModuleInfo.distro.installationFree = false; in SetInstallationFree() 1719 innerModuleInfo.installationFree in SetInstallationFree() [all...] |
H A D | inner_bundle_info.cpp | 51 const std::string MODULE_DESCRIPTION_INSTALLATION_FREE = "installationFree"; 178 {ProfileReader::BUNDLE_MODULE_PROFILE_KEY_MODULE_INSTALLATION_FREE, distro.installationFree} in to_json() 210 {MODULE_DESCRIPTION_INSTALLATION_FREE, info.installationFree}, in to_json() 443 info.installationFree, in from_json() 776 distro.installationFree, in from_json() 931 hapInfo.installationFree = it->second.distro.installationFree; in FindHapModuleInfo()
|
H A D | hap_module_info.cpp | 52 const std::string HAP_MODULE_INFO_INSTALLATION_FREE = "installationFree"; 179 {HAP_MODULE_INFO_INSTALLATION_FREE, hapModuleInfo.installationFree}, in to_json() 435 hapModuleInfo.installationFree, in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 750 item.distro.installationFree = false; in SetPackInstallationFree() 755 item.distro.installationFree = true; in SetPackInstallationFree() 805 auto installationFree = std::any_of(packageModule.begin(), packageModule.end(), [&](const auto &module) { in SetEntryInstallationFree() local 806 return module.distro.moduleType == "entry" && module.distro.installationFree; in SetEntryInstallationFree() 808 if (installationFree) { in SetEntryInstallationFree() 812 installationFree = innerBundleInfo.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE; in SetEntryInstallationFree() 815 innerBundleInfo.SetEntryInstallationFree(installationFree); in SetEntryInstallationFree() 816 if (installationFree && !innerBundleInfo.GetIsNewVersion()) { in SetEntryInstallationFree()
|
H A D | module_profile.cpp | 274 bool installationFree = false; member 1325 module.installationFree, in from_json() 2248 innerModuleInfo.distro.installationFree = moduleJson.module.installationFree; in ToInnerModuleInfo() 2250 innerModuleInfo.installationFree = moduleJson.module.installationFree; in ToInnerModuleInfo() 2316 innerModuleInfo.distro.installationFree = true; in SetInstallationFree() 2317 innerModuleInfo.installationFree = true; in SetInstallationFree() 2319 innerModuleInfo.distro.installationFree = false; in SetInstallationFree() 2320 innerModuleInfo.installationFree in SetInstallationFree() [all...] |
H A D | inner_bundle_info.cpp | 52 constexpr const char* MODULE_DESCRIPTION_INSTALLATION_FREE = "installationFree"; 344 {ProfileReader::BUNDLE_MODULE_PROFILE_KEY_MODULE_INSTALLATION_FREE, distro.installationFree} in to_json() 392 {MODULE_DESCRIPTION_INSTALLATION_FREE, info.installationFree}, in to_json() 647 info.installationFree, in from_json() 1028 distro.installationFree, in from_json() 1480 hapInfo.installationFree = it->second.distro.installationFree; in FindHapModuleInfo() 3332 if (!innerModuleInfo.second.installationFree) { in IsBundleRemovable() 3360 if (!innerModuleInfo.second.installationFree) { in GetRemovableModules() 3383 if (!innerModuleInfo.second.installationFree) { in GetFreeInstallModules() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_pack_info.cpp | 55 const char* PACK_SUMMARY_MODULE_DISTRO_INSTALLATION_FREE = "installationFree"; 276 {PACK_SUMMARY_MODULE_DISTRO_INSTALLATION_FREE, distro.installationFree}, in to_json() 300 distro.installationFree, in from_json()
|
H A D | hap_module_info.cpp | 53 const char* HAP_MODULE_INFO_INSTALLATION_FREE = "installationFree"; 540 installationFree = parcel.ReadBool(); in ReadFromParcel() 718 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, installationFree); in Marshalling() 808 {HAP_MODULE_INFO_INSTALLATION_FREE, hapModuleInfo.installationFree}, in to_json() 1031 hapModuleInfo.installationFree, in from_json()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | ability_context.cpp | 75 TAG_LOGD(AAFwkTag::ABILITY_SIM, "installationFree:%{public}d", options.installationFree); in SetOptions()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 250 bool installationFree; member
|
H A D | bundle_manager_convert.cpp | 506 hapInfo.installationFree = hapModuleInfo.installationFree; in ConvertHapModuleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 621 "installationFree":false, 673 "installationFree":false, 684 "installationFree":false, 1288 "installationFree": true, 1298 "installationFree": true, 1397 "installationFree": true, 1407 "installationFree": true, 1456 "installationFree": true, 1466 "installationFree": true, 2360 moduleInfo.installationFree in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.cpp | 344 napi_value installationFree; in ConvertDistro() local 345 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, module.distro.installationFree, &installationFree)); in ConvertDistro() 346 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, distro, "installationFree", installationFree)); in ConvertDistro()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 50 bool installationFree = false; member 70 bool installationFree = false; member 1525 void SetEntryInstallationFree(bool installationFree) in SetEntryInstallationFree() argument 1527 baseBundleInfo_->entryInstallationFree = installationFree; in SetEntryInstallationFree() 1528 if (installationFree) { in SetEntryInstallationFree()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.h | 232 void SetInstallationFree(bool installationFree) in SetInstallationFree() argument 234 installationFree_ = installationFree; in SetInstallationFree()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 624 void SetInstallationFree(int32_t installationFree) in SetInstallationFree() argument 626 installationFree_ = installationFree; in SetInstallationFree()
|