Home
last modified time | relevance | path

Searched refs:deliveryWithInstall (Results 1 – 25 of 68) sorted by relevance

123

/ohos5.0/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
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dhar-to-hsp.md5 1. 修改HAR模块下的module.json5文件,修改type字段为shared,新增deliveryWithInstall和pages字段。
11 "deliveryWithInstall": true,
H A Dhsp-to-har.md5 1. 修改HSP模块下的module.json5文件,type字段值修改成har,删除deliveryWithInstall和pages字段。
H A Dapplication-configuration-file-overview-fa.md94 "deliveryWithInstall": true,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-BundlePackInfo-sys.md34 | deliveryWithInstall | boolean | 是 | 否 | 是否在用户主动安装的时候安装,true表示主动安装时安装,false表示主动安装时不安装。 |
81 | deliveryWithInstall | boolean | 是 | 否 | 是否在用户主动安装的时候安装,true表示主动安装时安装,false表示主动安装时不安装。 |
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dmodule-switch.md17 | distro对象中的deliveryWithInstall | 标识当前HAP是否支持随应用安装。 | deliveryWithInstall | 标签变更。 |
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp341 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 Dhar-to-hsp.md5 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 Dbundle_pack_info.cpp289 {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 Dmodule.json510 "deliveryWithInstall": true,
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/ohosTest/
H A Dmodule.json513 "deliveryWithInstall": true,
/ohos5.0/foundation/multimedia/ringtone_library/frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/ohosTest/
H A Dmodule.json513 "deliveryWithInstall": true,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/
H A Dmodule.json517 "deliveryWithInstall": true,
/ohos5.0/base/update/update_app/product/oh/base/src/main/
H A Dmodule.json512 "deliveryWithInstall": true,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/ohosTest/
H A Dmodule.json525 "deliveryWithInstall": true,
/ohos5.0/foundation/window/window_manager/AppDemo/window/windowExtension/AbilityComponent/entry/src/main/
H A Dmodule.json527 "deliveryWithInstall": true,
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/ohosTest/
H A Dmodule.json526 "deliveryWithInstall": true,
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/ohosTest/
H A Dmodule.json525 "deliveryWithInstall": true,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/ohosTest/
H A Dmodule.json527 "deliveryWithInstall": true,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/missionCenterDemo/dmsDemo/entry/src/main/
H A Dmodule.json526 "deliveryWithInstall": true,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManualTestSuite/entry/src/main/
H A Dmodule.json528 "deliveryWithInstall": true,
/ohos5.0/foundation/window/window_manager/AppDemo/window/windowExtension/WindowExtension/entry/src/main/
H A Dmodule.json527 "deliveryWithInstall": true,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/
H A Dmodule.json525 "deliveryWithInstall": true,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/StageManualTestSuite/entry/src/main/
H A Dmodule.json528 "deliveryWithInstall": true,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManagerTestSuite/eTSContinuationManager/entry/src/main/
H A Dmodule.json528 "deliveryWithInstall": true,

123