/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | application-context-stage.md | 389 …info(DOMAIN_NUMBER, TAG, `onAbilityCreate uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 393 …(DOMAIN_NUMBER, TAG, `onWindowStageCreate uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 398 …(DOMAIN_NUMBER, TAG, `onWindowStageActive uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 403 …OMAIN_NUMBER, TAG, `onWindowStageInactive uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 408 …DOMAIN_NUMBER, TAG, `onWindowStageDestroy uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 413 …nfo(DOMAIN_NUMBER, TAG, `onAbilityDestroy uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 417 …(DOMAIN_NUMBER, TAG, `onAbilityForeground uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 421 …(DOMAIN_NUMBER, TAG, `onAbilityBackground uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 425 …fo(DOMAIN_NUMBER, TAG, `onAbilityContinue uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW…
|
H A D | featureability-switch.md | 6 …ity.md#featureabilitygetwant-1) | \@ohos.app.ability.UIAbility.d.ts | [launchWant: Want;](../…
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_preloader.cpp | 58 AAFwk::Want launchWant; in GeneratePreloadRequest() local 59 if (!GetLaunchWant(bundleName, userId, launchWant)) { in GeneratePreloadRequest() 65 if (!GetLaunchAbilityInfo(launchWant, userId, abilityInfo)) { in GeneratePreloadRequest() 84 request.want = std::make_shared<AAFwk::Want>(launchWant); in GeneratePreloadRequest() 92 …AppPreloader::GetLaunchWant(const std::string &bundleName, int32_t userId, AAFwk::Want &launchWant) in GetLaunchWant() argument 101 …auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(bundleName, launchWant, use… in GetLaunchWant()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/ |
H A D | abilityapppreloader_fuzzer.cpp | 68 AAFwk::Want launchWant; in DoSomethingInterestingWithMyAPI() local 69 appPreloader->GetLaunchWant(bundleName, userId, launchWant); in DoSomethingInterestingWithMyAPI() 70 appPreloader->GetLaunchAbilityInfo(launchWant, userId, abilityInfo); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | application-context-stage.md | 391 …info(DOMAIN_NUMBER, TAG, `onAbilityCreate uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 395 …(DOMAIN_NUMBER, TAG, `onWindowStageCreate uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 400 …(DOMAIN_NUMBER, TAG, `onWindowStageActive uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 405 …OMAIN_NUMBER, TAG, `onWindowStageInactive uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 410 …DOMAIN_NUMBER, TAG, `onWindowStageDestroy uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 415 …nfo(DOMAIN_NUMBER, TAG, `onAbilityDestroy uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 419 …(DOMAIN_NUMBER, TAG, `onAbilityForeground uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 423 …(DOMAIN_NUMBER, TAG, `onAbilityBackground uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW… 427 …fo(DOMAIN_NUMBER, TAG, `onAbilityContinue uiAbility.launchWant: ${JSON.stringify(uiAbility.launchW…
|
H A D | featureability-switch.md | 6 …ity.md#featureabilitygetwant-1) | \@ohos.app.ability.UIAbility.d.ts | [launchWant: Want;](../refer…
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 100 Want launchWant; in DoProcess() local 101 …e = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(want.GetBundle(), launchWant, userId)); in DoProcess() 106 want.SetElement(launchWant.GetElement()); in DoProcess()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 443 Want launchWant; in UpdateElementName() local 444 …e = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(want.GetBundle(), launchWant, userId)); in UpdateElementName() 448 want.SetElement(launchWant.GetElement()); in UpdateElementName()
|
H A D | ability_manager_service.cpp | 2061 Want launchWant; in StartUIAbilityBySCB() local 2063 (sessionInfo->want).GetBundle(), launchWant, GetValidUserId(sessionInfo->userId))); in StartUIAbilityBySCB() 2068 (sessionInfo->want).SetElement(launchWant.GetElement()); in StartUIAbilityBySCB()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 1050 Want launchWant; in IsObtainAbilityInfo() local 1051 … auto launchWantResult = bundleDataMgr_->GetLaunchWantForBundle(bundleName, launchWant, userId); in IsObtainAbilityInfo() 1053 (const_cast<Want &>(want)).SetModuleName(launchWant.GetModuleName()); in IsObtainAbilityInfo()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-ability.md | 103 | ohos.application.Ability | Ability | launchWant: Want; | 新增 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-ability_api-9-canary.md | 97 | ohos.application.Ability | Ability | launchWant: Want; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-ability.md | 103 | ohos.application.Ability | Ability | launchWant: Want; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-ability.md | 106 |model有变化|方法名 or 属性名:launchWant<br>model:@stagemodelonly|方法名 or 属性名:launchWant<br>model:@StageModel…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-uiAbility.md | 29 | launchWant | [Want](js-apis-app-ability-want.md) | 否 | 否 | UIAbility启动时的参数。<br>**原子化服务API**:从API …
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-ability.md | 106 …Model changed|Method or attribute name: launchWant<br>Model: @stagemodelonly|Method or attribute n…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-ability.md | 24 |删除|模块名: ohos.application.Ability<br>类名: Ability<br>方法 or 属性:launchWant: Want;|NA|@ohos.application…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-uiAbility.md | 29 | launchWant | [Want](js-apis-app-ability-want.md) | No| No| Parameters for starting the UIAbility.…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-ability.md | 24 …pplication.Ability<br>Class name: Ability<br>Method or attribute name: launchWant: Want;|NA|@ohos.…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.24/ |
H A D | api-model-switch.md | 42 …ity.md#featureabilitygetwant-1) | \@ohos.app.ability.UIAbility.d.ts | [launchWant: Want;](../…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-ability.md | 241 |新增|NA|模块名: ohos.app.ability.UIAbility<br>类名: UIAbility<br>方法名 or 属性名: launchWant|@ohos.app.ability…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.24/ |
H A D | api-model-switch.md | 42 …ity.md#featureabilitygetwant-1) | \@ohos.app.ability.UIAbility.d.ts | [launchWant: Want;](../…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-ability.md | 242 |新增|NA|模块名: ohos.app.ability.UIAbility<br>类名: UIAbility<br>方法名 or 属性名: launchWant|@ohos.app.ability…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-ability.md | 241 …bility.UIAbility<br>Class name: UIAbility<br>Method or attribute name: launchWant|@ohos.app.abilit…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-ability.md | 248 |新增|NA|类名:UIAbility;<br>方法or属性:launchWant: Want;|@ohos.app.ability.UIAbility.d.ts|
|