/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_pack_info.h | 66 bool deliveryWithInstall = false; member 97 bool deliveryWithInstall = false; member
|
H A D | hap_module_info.h | 160 bool deliveryWithInstall = false; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_pack_info.cpp | 56 const char* PACK_SUMMARY_MODULE_DISTRO_DELIVERY_WITH_INSTALL = "deliveryWithInstall"; 78 const char* PACK_PACKAGES_DELIVERY_WITH_INSTALL = "deliveryWithInstall"; 277 {PACK_SUMMARY_MODULE_DISTRO_DELIVERY_WITH_INSTALL, distro.deliveryWithInstall} in to_json() 306 distro.deliveryWithInstall, in from_json() 459 {PACK_PACKAGES_DELIVERY_WITH_INSTALL, packages.deliveryWithInstall}, in to_json() 485 packages.deliveryWithInstall, in from_json()
|
H A D | hap_module_info.cpp | 52 const char* HAP_MODULE_INFO_DELIVERY_WITH_INSTALL = "deliveryWithInstall"; 539 deliveryWithInstall = parcel.ReadBool(); in ReadFromParcel() 717 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, deliveryWithInstall); in Marshalling() 807 {HAP_MODULE_INFO_DELIVERY_WITH_INSTALL, hapModuleInfo.deliveryWithInstall}, in to_json() 1025 hapModuleInfo.deliveryWithInstall, in from_json()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.cpp | 341 napi_value deliveryWithInstall; in ConvertDistro() local 342 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, module.distro.deliveryWithInstall, &deliveryWithInstall)); in ConvertDistro() 343 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, distro, "deliveryWithInstall", deliveryWithInstall)); in ConvertDistro() 502 napi_value deliveryWithInstall; in ConvertPackages() local 503 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, package.deliveryWithInstall, &deliveryWithInstall)); in ConvertPackages() 505 env, napi_set_named_property(env, jsPackagesObject, "deliveryWithInstall", deliveryWithInstall)); in ConvertPackages() [all...] |
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | hap_module_info.h | 114 bool deliveryWithInstall = false; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/ |
H A D | bms_bundle_parser_test.cpp | 94 "deliveryWithInstall": true, 265 "deliveryWithInstall":true, 347 "deliveryWithInstall":true, 571 "deliveryWithInstall": true, 624 "deliveryWithInstall": true, 672 "deliveryWithInstall": true, 1676 "deliveryWithInstall": true,
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 30 bool deliveryWithInstall = false; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | inner_bundle_info.cpp | 175 {ProfileReader::BUNDLE_MODULE_PROFILE_KEY_DELIVERY_WITH_INSTALL, distro.deliveryWithInstall}, in to_json() 751 distro.deliveryWithInstall, in from_json() 930 hapInfo.deliveryWithInstall = it->second.distro.deliveryWithInstall; in FindHapModuleInfo()
|
H A D | hap_module_info.cpp | 51 const std::string HAP_MODULE_INFO_DELIVERY_WITH_INSTALL = "deliveryWithInstall"; 178 {HAP_MODULE_INFO_DELIVERY_WITH_INSTALL, hapModuleInfo.deliveryWithInstall}, in to_json() 427 hapModuleInfo.deliveryWithInstall, in from_json()
|
H A D | module_profile.cpp | 263 bool deliveryWithInstall = false; member 1178 module.deliveryWithInstall, in from_json() 1670 innerModuleInfo.distro.deliveryWithInstall = moduleJson.module.deliveryWithInstall; in ToInnerModuleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 582 "deliveryWithInstall":true, 620 "deliveryWithInstall":true, 672 "deliveryWithInstall":true, 1287 "deliveryWithInstall": true, 1396 "deliveryWithInstall": true, 1455 "deliveryWithInstall": true,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 273 bool deliveryWithInstall = false; member 1271 module.deliveryWithInstall, in from_json() 2247 innerModuleInfo.distro.deliveryWithInstall = moduleJson.module.deliveryWithInstall; in ToInnerModuleInfo()
|
H A D | inner_bundle_info.cpp | 341 {ProfileReader::BUNDLE_MODULE_PROFILE_KEY_DELIVERY_WITH_INSTALL, distro.deliveryWithInstall}, in to_json() 1009 distro.deliveryWithInstall, in from_json() 1479 hapInfo.deliveryWithInstall = it->second.distro.deliveryWithInstall; in FindHapModuleInfo()
|
H A D | bundle_install_checker.cpp | 550 LOG_D(BMS_TAG_INSTALLER, "deliveryWithInstall is false, do not check whether the dependency exists"); in CheckDependency() 588 return module.distro.deliveryWithInstall; in NeedCheckDependency()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 49 bool deliveryWithInstall = false; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 710 EXPECT_EQ(hapModuleInfo.deliveryWithInstall, true); in HWTEST_F()
|