Home
last modified time | relevance | path

Searched refs:launchType (Results 1 – 25 of 64) sorted by relevance

123

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_callback_task_test.cpp52 LaunchType launchType = LaunchType::FREEINSTALL_CONTINUE; in PushMockTask() local
57 .launchType = launchType, in PushMockTask()
108 LaunchType launchType = LaunchType::FREEINSTALL_START; variable
111 launchType, want);
128 LaunchType launchType = LaunchType::FREEINSTALL_START; variable
131 launchType, want);
148 LaunchType launchType = LaunchType::FREEINSTALL_START; variable
152 launchType, want);
173 launchType, want);
194 launchType, want);
[all …]
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_callback_task.cpp48 const std::string& deviceId, LaunchType launchType, const OHOS::AAFwk::Want& want) in PushCallback() argument
56 if (launchType == LaunchType::FREEINSTALL_START) { in PushCallback()
84 .launchType = launchType, in PushCallback()
163 return item.launchType; in GetLaunchType()
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dpageability-launch-type.md15 应用开发者可在config.json配置文件中通过“launchType”配置启动模式。示例如下:
25 "launchType": "multiton",
H A Duiability-launch-type.md30 如果需要使用singleton启动模式,在[module.json5配置文件](../quick-start/module-configuration-file.md)中的`launchType`字…
39 "launchType": "singleton",
55 multiton启动模式的开发使用,在[module.json5配置文件](../quick-start/module-configuration-file.md)中的`launchType`字段配…
64 "launchType": "multiton",
91 …y中,需要将[module.json5配置文件](../quick-start/module-configuration-file.md)的`launchType`字段配置为`specified`。
99 "launchType": "specified",
H A Dmission-management-launch-type.md4 …模型下,通过config.json配置文件中的“launchType”属性配置;在Stage模型下,通过[module.json5配置文件](../quick-start/module-confi…
H A Dapplication-component-configuration-fa.md65 "launchType": "singleton"
H A Dcreate-pageability.md81 "launchType": "singleton"
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddms_callback_task.h41 LaunchType launchType = LaunchType::FREEINSTALL_START; member
51 LaunchType launchType, const OHOS::AAFwk::Want& want);
/ohos5.0/docs/en/application-dev/application-models/
H A Duiability-launch-type.md31 To use the singleton mode, set **launchType** in the [module.json5 file](../quick-start/module-conf…
40 "launchType": "singleton",
57 To use the multiton mode, set **launchType** in the [module.json5 file](../quick-start/module-confi…
66 "launchType": "multiton",
95 1. In SpecifiedAbility, set **launchType** in the [module.json5 file](../quick-start/module-configu…
103 "launchType": "specified",
H A Dpageability-launch-type.md14 You can set **launchType** in the **config.json** file to configure the launch type. The sample cod…
24 "launchType": "multiton",
H A Dmission-management-launch-type.md4 …lity instances is related to the UIAbility launch type, specified by **launchType**, which is conf…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManualTestSuite/
H A DREADME_zh.md6 1、配置迁移属性字段:continuable和launchType
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dmulti-faq.md47 …[配置文件(module.json5)](../../quick-start/module-configuration-file.md)中通过launchType字段配置。启动模式对应Abilit…
59 launchType字段配置为specified时,系统会根据AbilityStage的onAcceptWant的返回值确定是否创建新的实例。对于同一个应用,如果key已经存在,则复用该key对应的…
61 可以将配置文件中的launchType字段配置为specified,同时在应用中加入如下代码以实现目标效果。
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dapplication-configuration-file-overview-fa.md88 "launchType": "multiton"
H A Dmodule-structure.md62 "launchType": "multiton"
208 | launchType | 标识Ability的启动模式,支持"multiton"和"singleton"两种模式:<br/>multiton:表示该Ability可以有多实例。该模式适用于大多数…
307 "launchType": "multiton",
337 "launchType": "multiton",
/ohos5.0/base/update/update_app/product/oh/base/src/main/
H A Dmodule.json535 "launchType": "singleton",
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManualTestSuite/entry/src/main/
H A Dmodule.json541 "launchType": "singleton",
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/
H A Dchangelogs-bundlemanager.md226 ## cl.bundlemanager.19 module.json配置文件中launchType的标签standard模式修改为multiton
227 删除module.json中[launchType](../../../application-dev/quick-start/module-configuration-file.md)标签的sta…
230 删除module.json中[launchType](../../../application-dev/quick-start/module-configuration-file.md)标签的sta…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManagerTestSuite/eTSContinuationManager/entry/src/main/
H A Dmodule.json541 "launchType": "standard",
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/
H A Dmodule.json555 "launchType": "singleton",
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp119 "launchType": "standard",
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-postCardAction.md33 …formevent)生命周期回调。<br/>-&nbsp;call:后台启动提供方应用。触发后会拉起提供方应用的指定UIAbility(仅支持launchType为singleton的[UIAbi…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h114 int32_t launchType; member
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapplication-configuration-file-overview-fa.md88 "launchType": "multiton"
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-formlink.md44 …formevent)生命周期回调。<br/>-&nbsp;call:后台启动提供方应用。触发后会拉起提供方应用的指定UIAbility(仅支持launchType为[singleton](../.…

123