/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/ |
H A D | abilityms_helper.cpp | 27 const char * const LAUNCHER_BUNDLE_NAME = "com.huawei.launcher";
member 38 return strcmp(LAUNCHER_BUNDLE_NAME, bundleName) == 0;
in IsLauncherAbility() 54 SetElementBundleName(&elementName, LAUNCHER_BUNDLE_NAME);
in SetLauncherWant()
|
/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/ |
H A D | permission_test.cpp | 41 const char LAUNCHER_BUNDLE_NAME[] = "com.test.launcher"; member 137 GetBundleInfo(LAUNCHER_BUNDLE_NAME, 0, &bundleInfo); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_config.h | 34 constexpr const char* LAUNCHER_BUNDLE_NAME = "com.ohos.launcher"; member
|
H A D | ability_record.h | 63 constexpr const char* LAUNCHER_BUNDLE_NAME = "com.ohos.launcher"; member
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/ |
H A D | ability_thread.h | 29 constexpr char LAUNCHER_BUNDLE_NAME[] = "com.ohos.launcher"; member
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
H A D | native_ability_thread.cpp | 50 if ((ability_->bundleName_ == nullptr) || (strcmp(ability_->bundleName_, LAUNCHER_BUNDLE_NAME) != 0)) { in ~NativeAbilityThread() 104 if (strcmp(abilityRecord->appName, LAUNCHER_BUNDLE_NAME) == 0) { in InitAbilityThread()
|
H A D | ability_record_manager.cpp | 66 record->SetAppName(LAUNCHER_BUNDLE_NAME); in StartLauncher() 998 SetElementBundleName(&elementName, LAUNCHER_BUNDLE_NAME); in ScheduleLifecycleInner()
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bgtask_manager_unit_test.cpp | 49 static constexpr char LAUNCHER_BUNDLE_NAME[] = "com.ohos.launcher"; member 130 int32_t uid = GetUidByBundleName(LAUNCHER_BUNDLE_NAME, DEFAULT_USERID); in HWTEST_F() 207 std::string bundleName = LAUNCHER_BUNDLE_NAME; in HWTEST_F() 270 std::string bundleName = LAUNCHER_BUNDLE_NAME; in HWTEST_F() 535 std::string bundleName = LAUNCHER_BUNDLE_NAME; in HWTEST_F() 562 std::string bundleName = LAUNCHER_BUNDLE_NAME; in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_publish_form_test/ |
H A D | fms_form_mgr_publish_form_test.cpp | 67 const std::string LAUNCHER_BUNDLE_NAME = "com.ohos.launcher"; member 259 .WillRepeatedly(DoAll(SetArgReferee<1>(LAUNCHER_BUNDLE_NAME), Return(ERR_OK))); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_service_constants.h | 165 constexpr const char* LAUNCHER_BUNDLE_NAME = "com.ohos.launcher"; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 226 const std::string LAUNCHER_BUNDLE_NAME = "launcherBundleName"; member 2170 pair<std::string, InnerBundleInfo>(LAUNCHER_BUNDLE_NAME, innerBundleInfo)); in HWTEST_F() 2176 dataMgr->bundleInfos_.erase(LAUNCHER_BUNDLE_NAME); in HWTEST_F() 2193 pair<std::string, InnerBundleInfo>(LAUNCHER_BUNDLE_NAME, innerBundleInfo)); in HWTEST_F() 2198 dataMgr->bundleInfos_.erase(LAUNCHER_BUNDLE_NAME); in HWTEST_F() 12586 want.SetElementName(LAUNCHER_BUNDLE_NAME, ABILITY_NAME_TEST); in HWTEST_F() 12589 applicationInfo.name = LAUNCHER_BUNDLE_NAME; in HWTEST_F() 12590 applicationInfo.bundleName = LAUNCHER_BUNDLE_NAME; in HWTEST_F() 12595 dataMgr->bundleInfos_.insert(pair<std::string, InnerBundleInfo>(LAUNCHER_BUNDLE_NAME, innerBundleInfo)); in HWTEST_F() 12600 res = dataMgr->UpdateBundleInstallState(LAUNCHER_BUNDLE_NAME, InstallStat in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/moduletest/ability_timeout_module_test/ |
H A D | ability_timeout_module_test.cpp | 194 abilityRequest.abilityInfo.bundleName = AbilityConfig::LAUNCHER_BUNDLE_NAME; in CreateRootLauncher() 196 abilityRequest.appInfo.name = AbilityConfig::LAUNCHER_BUNDLE_NAME; in CreateRootLauncher()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_cache_manager.cpp | 278 targetExtension->GetAbilityInfo().bundleName == AbilityConfig::LAUNCHER_BUNDLE_NAME) || in RemoveLauncherDeathRecipient()
|
H A D | ability_record.cpp | 194 bool isRootLauncher = (abilityInfo_.applicationInfo.bundleName == LAUNCHER_BUNDLE_NAME); in AbilityRecord() 2844 { AbilityConfig::LAUNCHER_BUNDLE_NAME, AbilityConfig::LAUNCHER_ABILITY_NAME } in GetKeepAlive() member in OHOS::AAFwk::AbilityConfig
|
H A D | ability_connect_manager.cpp | 79 { AbilityConfig::LAUNCHER_BUNDLE_NAME, AbilityConfig::LAUNCHER_ABILITY_NAME } in IsSpecialAbility() member in OHOS::AAFwk::__anon369::AbilityConfig 2646 serviceExtension->GetAbilityInfo().bundleName == AbilityConfig::LAUNCHER_BUNDLE_NAME; in IsLauncher()
|
H A D | ability_manager_service.cpp | 5027 want.SetElementName(AbilityConfig::LAUNCHER_BUNDLE_NAME, AbilityConfig::LAUNCHER_ABILITY_NAME); in CleanAllMissions() 5028 if (!IsAbilityControllerStart(want, AbilityConfig::LAUNCHER_BUNDLE_NAME)) { in CleanAllMissions()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_user_mgr_host_impl.cpp | 435 dataMgr->SetApplicationEnabled(ServiceConstants::LAUNCHER_BUNDLE_NAME, 0, !sceneBoardEnable, userId); in HandleSceneBoard()
|
H A D | bundle_mgr_service_event_handler.cpp | 3461 dataMgr->SetApplicationEnabled(ServiceConstants::LAUNCHER_BUNDLE_NAME, 0, !sceneBoardEnable, userId); in HandleSceneBoard()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability.cpp | 43 constexpr char LAUNCHER_BUNDLE_NAME[] = "com.ohos.launcher"; member 1036 if (want.GetElement().GetBundleName() == LAUNCHER_BUNDLE_NAME && in GetWindowOption()
|
H A D | ability.cpp | 71 const std::string LAUNCHER_BUNDLE_NAME = "com.ohos.launcher"; member 1727 if (want.GetElement().GetBundleName() == LAUNCHER_BUNDLE_NAME && in GetWindowOption()
|
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/ |
H A D | mission_list_manager_test.cpp | 2582 want.SetElementName(AbilityConfig::LAUNCHER_BUNDLE_NAME, AbilityConfig::LAUNCHER_RECENT_ABILITY_NAME); in HWTEST_F() 2614 want.SetElementName(AbilityConfig::LAUNCHER_BUNDLE_NAME, "abilityName"); in HWTEST_F() 2918 want.SetElementName(AbilityConfig::LAUNCHER_BUNDLE_NAME, AbilityConfig::LAUNCHER_RECENT_ABILITY_NAME); in HWTEST_F() 2948 want.SetElementName(AbilityConfig::LAUNCHER_BUNDLE_NAME, "abilityName"); in HWTEST_F() 4951 abilityRecord->abilityInfo_.bundleName = AbilityConfig::LAUNCHER_BUNDLE_NAME; in HWTEST_F() 4977 abilityRecord->abilityInfo_.bundleName = AbilityConfig::LAUNCHER_BUNDLE_NAME; in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/ |
H A D | mission_list_manager.cpp | 1613 if (elementName.GetBundleName() == AbilityConfig::LAUNCHER_BUNDLE_NAME && in RemoveBackgroundingAbility() 1797 if (elementName.GetBundleName() == AbilityConfig::LAUNCHER_BUNDLE_NAME && in RemoveTerminatingAbility() 2893 if (launcherRootAbility->GetAbilityInfo().bundleName != AbilityConfig::LAUNCHER_BUNDLE_NAME) { in BackToLauncher()
|
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/ |
H A D | ability_connect_manager_test.cpp | 3226 abilityRecord2->abilityInfo_.bundleName = AbilityConfig::LAUNCHER_BUNDLE_NAME; in HWTEST_F()
|