Home
last modified time | relevance | path

Searched refs:deliveryWithInstall (Results 1 - 17 of 17) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_pack_info.h66 bool deliveryWithInstall = false; member
97 bool deliveryWithInstall = false; member
H A Dhap_module_info.h160 bool deliveryWithInstall = false; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_pack_info.cpp56 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 Dhap_module_info.cpp52 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 Dfree_install.cpp341 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 Dhap_module_info.h114 bool deliveryWithInstall = false; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp94 "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 Dinner_bundle_info.h30 bool deliveryWithInstall = false; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp175 {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 Dhap_module_info.cpp51 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 Dmodule_profile.cpp263 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 Dbms_bundle_data_storage_database_test.cpp582 "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 Dmodule_profile.cpp273 bool deliveryWithInstall = false; member
1271 module.deliveryWithInstall, in from_json()
2247 innerModuleInfo.distro.deliveryWithInstall = moduleJson.module.deliveryWithInstall; in ToInnerModuleInfo()
H A Dinner_bundle_info.cpp341 {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 Dbundle_install_checker.cpp550 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 Dinner_bundle_info.h49 bool deliveryWithInstall = false; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp710 EXPECT_EQ(hapModuleInfo.deliveryWithInstall, true); in HWTEST_F()

Completed in 45 milliseconds