Home
last modified time | relevance | path

Searched refs:launcher (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/ability_timeout_test/
H A Dability_timeout_test.cpp179 // root launcher ability load timeout in HWTEST_F()
227 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); in HWTEST_F() local
229 std::make_shared<Mission>(MOCK_MISSION_ID, launcher, abilityRequest.abilityInfo.bundleName); in HWTEST_F()
230 EXPECT_TRUE(launcher != nullptr); in HWTEST_F()
232 launcher->SetMissionId(missionLauncher->GetMissionId()); in HWTEST_F()
233 launcher->SetLauncherRoot(); in HWTEST_F()
235 EXPECT_TRUE(curListManager->launcherList_->GetAbilityRecordByToken(launcher->GetToken()) != nullptr); in HWTEST_F()
283 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); in HWTEST_F() local
285 std::make_shared<Mission>(MOCK_MISSION_ID, launcher, abilityRequest.abilityInfo.bundleName); in HWTEST_F()
286 launcher in HWTEST_F()
346 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
410 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
474 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
536 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
600 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
654 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
719 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
782 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
846 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
910 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp47 const std::string TEST_NAME = "com.ohos.launcher";
48 const std::string TEST_ABILITY_NAME = "com.ohos.launcher.MainAbility";
777 "com.ohos.launcher.com.ohos.launcher.com.ohos.launcher.MainAbility": {
792 "applicationName": "com.ohos.launcher",
794 "bundleName": "com.ohos.launcher",
839 "name": "com.ohos.launcher.MainAbility",
841 "package": "com.ohos.launcher",
846 "resourcePath": "/data/app/el1/bundle/public/com.ohos.launcher/co
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp463 APP_LOGE("launcher shortcut info is empty"); in ParseShortcutInfo()
483 auto launcher = GetLauncherService(); in InnerJSLauncherServiceOn() local
484 if (launcher == nullptr) { in InnerJSLauncherServiceOn()
485 APP_LOGE("can not get launcher"); in InnerJSLauncherServiceOn()
489 auto result = launcher->RegisterCallback(callbackRef); in InnerJSLauncherServiceOn()
602 auto launcher = GetLauncherService(); in InnerJSLauncherServiceOff() local
603 if (launcher == nullptr) { in InnerJSLauncherServiceOff()
604 APP_LOGE("can not get launcher"); in InnerJSLauncherServiceOff()
608 auto result = launcher->UnRegisterCallback(); in InnerJSLauncherServiceOff()
702 auto launcher in InnerJSGetAllLauncherAbilityInfos() local
800 auto launcher = GetLauncherService(); InnerJSGetLauncherAbilityInfos() local
911 auto launcher = GetLauncherService(); InnerJSGetShortcutInfos() local
[all...]

Completed in 5 milliseconds