Home
last modified time | relevance | path

Searched refs:ACTION_HOME (Results 1 - 20 of 20) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp156 want.SetAction(Want::ACTION_HOME); in GetAbilityList()
203 want.SetAction(Want::ACTION_HOME); in GetAllLauncherAbilityInfos()
283 want.SetAction(Want::ACTION_HOME); in InitWant()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager.cpp120 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
/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()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h82 constexpr const char* ACTION_HOME = "action.system.home"; member
/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()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h711 static const std::string ACTION_HOME; member in OHOS::DistributedSchedule::final
/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()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp151 if (action == Constants::ACTION_HOME && configAction == Constants::WANT_ACTION_HOME) { in MatchAction()
154 if (action == Constants::WANT_ACTION_HOME && configAction == Constants::ACTION_HOME) { in MatchAction()
/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()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h838 static const std::string ACTION_HOME; member in OHOS::AAFwk::final
/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H A Dability_record_module_test.cpp164 testAbilityRequest_.want.SetAction(Want::ACTION_HOME); in MakeHomeAbilityRequest()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp348 want.SetAction(Want::ACTION_HOME); in GetLauncherAbilityResourceInfos()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp50 const std::string Want::ACTION_HOME("action.system.home");
468 want->SetAction(ACTION_HOME); in MakeMainAbility()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp1477 want.SetAction(OHOS::AAFwk::Want::ACTION_HOME); in HWTEST_F()
1515 want.SetAction(OHOS::AAFwk::Want::ACTION_HOME); in HWTEST_F()
1907 want.SetAction(OHOS::AAFwk::Want::ACTION_HOME); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp53 const std::string DistributedWant::ACTION_HOME("action.system.home");
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp2345 return action == Constants::ACTION_HOME || action == Constants::WANT_ACTION_HOME; in ToInnerBundleInfo()
H A Dmodule_profile.cpp2385 return action == Constants::ACTION_HOME || action == Constants::WANT_ACTION_HOME; in ToInnerBundleInfo()
H A Dinner_bundle_info.cpp1821 want.SetAction(OHOS::AAFwk::Want::ACTION_HOME); in IsExistLauncherAbility()
H A Dbundle_data_mgr.cpp3870 want.SetAction(Constants::ACTION_HOME); in GetLaunchWantForBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp6545 skill.actions.emplace_back(Constants::ACTION_HOME); in HWTEST_F()
6553 want.SetAction(Constants::ACTION_HOME); in HWTEST_F()

Completed in 64 milliseconds