/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | actions-entities.md | 12 - ACTION_HOME:启动应用入口组件的动作,需要和ENTITY_HOME配合使用;系统桌面应用图标就是显式的入口组件,点击也是启动入口组件;入口组件可以配置多个。 27 - ENTITY_HOME:主屏幕有图标点击入口类别。
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | launcher_service.cpp | 155 entities.push_back(Want::ENTITY_HOME); in GetAbilityList() 158 want.AddEntity(Want::ENTITY_HOME); in GetAbilityList() 205 want.AddEntity(Want::ENTITY_HOME); in GetAllLauncherAbilityInfos() 285 want.AddEntity(Want::ENTITY_HOME); in InitWant()
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | actions-entities.md | 12 …rting the application entry component. It must be used together with **ENTITY_HOME**. The applicat… 27 - **ENTITY_HOME**: application components with an icon displayed on the home screen.
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager.cpp | 119 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/ |
H A D | mock_bundle_manager.cpp | 85 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_constants.h | 92 constexpr const char* ENTITY_HOME = "entity.system.home"; variable
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-wantConstant.md | 60 | ENTITY_HOME | entity.system.home | 指示主屏幕实体。 …
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/ |
H A D | mock_bundle_mgr.cpp | 128 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_bundle_manager.cpp | 173 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want.h | 712 static const std::string ENTITY_HOME; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/ |
H A D | mock_bundle_manager.cpp | 155 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-wantConstant.md | 60 | ENTITY_HOME | entity.system.home | Home scre…
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | want.h | 841 static const std::string ENTITY_HOME; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_record_test/ |
H A D | ability_record_module_test.cpp | 165 testAbilityRequest_.want.AddEntity(Want::ENTITY_HOME); in MakeHomeAbilityRequest()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 348 want.AddEntity(Want::ENTITY_HOME); in GetLauncherAbilityResourceInfos()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test.cpp | 321 launcherWant.AddEntity(Want::ENTITY_HOME); 532 std::string entity = Want::ENTITY_HOME; 548 std::string entityNext = Want::ENTITY_HOME;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 1546 want.AddEntity(OHOS::AAFwk::Want::ENTITY_HOME); 1584 want.AddEntity(OHOS::AAFwk::Want::ENTITY_HOME); 1976 want.AddEntity(OHOS::AAFwk::Want::ENTITY_HOME);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want.cpp | 52 const std::string Want::ENTITY_HOME("entity.system.home"); member in OHOS::AAFwk::Want 470 want->AddEntity(ENTITY_HOME); in MakeMainAbility()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 2576 Constants::ENTITY_HOME) != skill.entities.end(); in ToInnerBundleInfo() 2611 Constants::ENTITY_HOME) != skill.entities.cend(); in ToInnerBundleInfo()
|
H A D | bundle_profile.cpp | 2563 Constants::ENTITY_HOME) != skill.entities.end(); in ToInnerBundleInfo()
|
H A D | inner_bundle_info.cpp | 1946 want.AddEntity(OHOS::AAFwk::Want::ENTITY_HOME); in IsExistLauncherAbility()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want.cpp | 55 const std::string DistributedWant::ENTITY_HOME("entity.system.home"); member in OHOS::DistributedSchedule::DistributedWant
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-ability.md | 155 |删除|模块名: ohos.app.ability.wantConstant<br>类名: Entity<br>方法 or 属性:ENTITY_HOME = "entity.system.home"…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-ability.md | 155 …bility.wantConstant<br>Class name: Entity<br>Method or attribute name: ENTITY_HOME = "entity.syste…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-ability.md | 667 |废弃版本有变化|类名:Entity;<br>方法or属性:ENTITY_HOME = "entity.system.home"<br>旧版本信息:|类名:Entity;<br>方法or属性:ENT…
|