/ohos5.0/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
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | har-to-hsp.md | 5 1. 修改HAR模块下的module.json5文件,修改type字段为shared,新增deliveryWithInstall和pages字段。 11 "deliveryWithInstall": true,
|
H A D | hsp-to-har.md | 5 1. 修改HSP模块下的module.json5文件,type字段值修改成har,删除deliveryWithInstall和pages字段。
|
H A D | application-configuration-file-overview-fa.md | 94 "deliveryWithInstall": true,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-BundlePackInfo-sys.md | 34 | deliveryWithInstall | boolean | 是 | 否 | 是否在用户主动安装的时候安装,true表示主动安装时安装,false表示主动安装时不安装。 | 81 | deliveryWithInstall | boolean | 是 | 否 | 是否在用户主动安装的时候安装,true表示主动安装时安装,false表示主动安装时不安装。 |
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | module-switch.md | 17 | distro对象中的deliveryWithInstall | 标识当前HAP是否支持随应用安装。 | deliveryWithInstall | 标签变更。 |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.cpp | 341 napi_value deliveryWithInstall; in ConvertDistro() local 342 …LL_RETURN_VOID(env, napi_get_boolean(env, module.distro.deliveryWithInstall, &deliveryWithInstall)… in ConvertDistro() 343 …RETURN_VOID(env, napi_set_named_property(env, distro, "deliveryWithInstall", deliveryWithInstall)); in ConvertDistro() 502 napi_value deliveryWithInstall; in ConvertPackages() local 503 …API_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()
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | har-to-hsp.md | 5 1. Change the value of **type** to **shared** and add the **deliveryWithInstall** and **pages** fie… 11 "deliveryWithInstall": true,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_pack_info.cpp | 289 {PACK_SUMMARY_MODULE_DISTRO_DELIVERY_WITH_INSTALL, distro.deliveryWithInstall} in to_json() 324 distro.deliveryWithInstall, in from_json() 483 {PACK_PACKAGES_DELIVERY_WITH_INSTALL, packages.deliveryWithInstall}, in to_json() 511 packages.deliveryWithInstall, in from_json()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/ohosTest/ |
H A D | module.json5 | 10 "deliveryWithInstall": true,
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/ohosTest/ |
H A D | module.json5 | 13 "deliveryWithInstall": true,
|
/ohos5.0/foundation/multimedia/ringtone_library/frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/ohosTest/ |
H A D | module.json5 | 13 "deliveryWithInstall": true,
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ |
H A D | module.json5 | 17 "deliveryWithInstall": true,
|
/ohos5.0/base/update/update_app/product/oh/base/src/main/ |
H A D | module.json5 | 12 "deliveryWithInstall": true,
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/ohosTest/ |
H A D | module.json5 | 25 "deliveryWithInstall": true,
|
/ohos5.0/foundation/window/window_manager/AppDemo/window/windowExtension/AbilityComponent/entry/src/main/ |
H A D | module.json5 | 27 "deliveryWithInstall": true,
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/ohosTest/ |
H A D | module.json5 | 26 "deliveryWithInstall": true,
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/ohosTest/ |
H A D | module.json5 | 25 "deliveryWithInstall": true,
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/ohosTest/ |
H A D | module.json5 | 27 "deliveryWithInstall": true,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/missionCenterDemo/dmsDemo/entry/src/main/ |
H A D | module.json5 | 26 "deliveryWithInstall": true,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManualTestSuite/entry/src/main/ |
H A D | module.json5 | 28 "deliveryWithInstall": true,
|
/ohos5.0/foundation/window/window_manager/AppDemo/window/windowExtension/WindowExtension/entry/src/main/ |
H A D | module.json5 | 27 "deliveryWithInstall": true,
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ |
H A D | module.json5 | 25 "deliveryWithInstall": true,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/StageManualTestSuite/entry/src/main/ |
H A D | module.json5 | 28 "deliveryWithInstall": true,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManagerTestSuite/eTSContinuationManager/entry/src/main/ |
H A D | module.json5 | 28 "deliveryWithInstall": true,
|