Home
last modified time | relevance | path

Searched refs:ENTITY_HOME (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dactions-entities.md12 - ACTION_HOME:启动应用入口组件的动作,需要和ENTITY_HOME配合使用;系统桌面应用图标就是显式的入口组件,点击也是启动入口组件;入口组件可以配置多个。
27 - ENTITY_HOME:主屏幕有图标点击入口类别。
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp155 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 Dactions-entities.md12 …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 Dmock_bundle_manager.cpp119 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 Dmock_bundle_manager.cpp85 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 Dbundle_constants.h92 constexpr const char* ENTITY_HOME = "entity.system.home"; variable
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-ability-wantConstant.md60 | ENTITY_HOME | entity.system.home | 指示主屏幕实体。 …
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_bundle_mgr.cpp128 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_bundle_manager.cpp173 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h712 static const std::string ENTITY_HOME; variable
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dmock_bundle_manager.cpp155 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 Djs-apis-ability-wantConstant.md60 | ENTITY_HOME | entity.system.home | Home scre…
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h841 static const std::string ENTITY_HOME; variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H A Dability_record_module_test.cpp165 testAbilityRequest_.want.AddEntity(Want::ENTITY_HOME); in MakeHomeAbilityRequest()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp348 want.AddEntity(Want::ENTITY_HOME); in GetLauncherAbilityResourceInfos()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp321 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 Dbms_data_mgr_test.cpp1546 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 Dwant.cpp52 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 Dmodule_profile.cpp2576 Constants::ENTITY_HOME) != skill.entities.end(); in ToInnerBundleInfo()
2611 Constants::ENTITY_HOME) != skill.entities.cend(); in ToInnerBundleInfo()
H A Dbundle_profile.cpp2563 Constants::ENTITY_HOME) != skill.entities.end(); in ToInnerBundleInfo()
H A Dinner_bundle_info.cpp1946 want.AddEntity(OHOS::AAFwk::Want::ENTITY_HOME); in IsExistLauncherAbility()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp55 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 Djs-apidiff-ability.md155 |删除|模块名: 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 Djs-apidiff-ability.md155 …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 Djs-apidiff-ability.md667 |废弃版本有变化|类名:Entity;<br>方法or属性:ENTITY_HOME = "entity.system.home"<br>旧版本信息:|类名:Entity;<br>方法or属性:ENT…

12