/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/ |
H A D | appexecfwk_appkit_native_app_module_test_fourth.cpp | 141 mockAppMgr->ScheduleLaunchAbility(abilityinf, token, nullptr, 0); in HWTEST_F() 239 mockAppMgr->ScheduleLaunchAbility(abilityinf, token, nullptr, 0); in HWTEST_F() 278 mockAppMgr->ScheduleLaunchAbility(abilityinf, token, nullptr, 0); in HWTEST_F()
|
H A D | appexecfwk_appkit_native_app_module_test_second.cpp | 222 mockAppMgr->ScheduleLaunchAbility(abilityinf, token, nullptr, 0); in HWTEST_F() 246 mockAppMgr->ScheduleLaunchAbility(abilityinf, token, nullptr, 0); in HWTEST_F() 282 mockAppMgr->ScheduleLaunchAbility(abilityinf, nullptr, nullptr, 0); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 38 MOCK_METHOD4(ScheduleLaunchAbility, void(const AppExecFwk::AbilityInfo&, const sptr<IRemoteObject>&,
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 36 MOCK_METHOD4(ScheduleLaunchAbility, void(const AbilityInfo&, const sptr<IRemoteObject>&,
|
H A D | mock_app_scheduler.h | 36 MOCK_METHOD4(ScheduleLaunchAbility, void(const AbilityInfo&, const sptr<IRemoteObject>&,
|
H A D | mock_application_proxy.h | 36 MOCK_METHOD4(ScheduleLaunchAbility, void(const AbilityInfo&, const sptr<IRemoteObject>&,
|
H A D | mock_application.h | 35 MOCK_METHOD4(ScheduleLaunchAbility, void(const AbilityInfo&, const sptr<IRemoteObject>&,
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 145 virtual void ScheduleLaunchAbility(const AbilityInfo &, const sptr<IRemoteObject> &,
|
H A D | app_scheduler_proxy.h | 130 * ScheduleLaunchAbility, call ScheduleLaunchAbility() through proxy project, 138 virtual void ScheduleLaunchAbility(const AbilityInfo &, const sptr<IRemoteObject> &,
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 285 void ScheduleLaunchAbility(const AbilityInfo& abilityinf, const sptr<IRemoteObject>& token, in ScheduleLaunchAbility() function in OHOS::AppExecFwk::MockAppMgrService 289 Appthread_->ScheduleLaunchAbility(abilityinf, token, want, 0); in ScheduleLaunchAbility()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 381 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 436 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 470 EXPECT_CALL(*(testAppRecord.mockAppScheduler_), ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 487 EXPECT_CALL(*(testAppRecord.mockAppScheduler_), ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 504 EXPECT_CALL(*(testAppRecord.mockAppScheduler_), ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 985 EXPECT_CALL(*(testAppRecord.mockAppScheduler_), ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 1037 EXPECT_CALL(*(testAppRecord.mockAppScheduler_), ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_service_load_ability_process_test/ |
H A D | ams_service_load_ability_process_test.cpp | 854 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 921 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(0); in HWTEST_F() 989 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(0); in HWTEST_F() 1049 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(0); in HWTEST_F() 1113 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 1176 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(0); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 83 appThread->ScheduleLaunchAbility(*abilityInfo, ability->GetToken(), in LaunchAbility()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/ |
H A D | ams_app_running_record_test.cpp | 505 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 570 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 978 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 1035 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchAbility(_, _, _, _)).Times(EXPECT_ABILITY_LAUNCH_TIME); in HWTEST_F() 1073 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchAbility(_, _, _, _)).Times(0); in HWTEST_F() 1117 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchAbility(_, _, _, _)).Times(1); in HWTEST_F() 1177 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchAbility(_, _, _, _)).Times(EXPECT_ABILITY_LAUNCH_TIME); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 219 void ScheduleLaunchAbility(const AbilityInfo &info, const sptr<IRemoteObject> &token,
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 62 void ScheduleLaunchAbility(const AbilityInfo&, const sptr<IRemoteObject>&,
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 108 void ScheduleLaunchAbility(const AbilityInfo&, const sptr<IRemoteObject>&,
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 238 ScheduleLaunchAbility(*abilityInfo, token, want, abilityRecordId); in HandleScheduleLaunchAbility()
|
H A D | app_scheduler_proxy.cpp | 186 void AppSchedulerProxy::ScheduleLaunchAbility(const AbilityInfo &info, const sptr<IRemoteObject> &token, in ScheduleLaunchAbility() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
H A D | ams_app_life_cycle_module_test.cpp | 179 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(1); in StartProcessAndLoadAbility() 215 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchAbility(_, _, _, _)).Times(1); in ChangeAbilityStateAfterAppStart()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 405 mainThread_->ScheduleLaunchAbility(info, Token, want, 0); in HWTEST_F() 1847 mainThread_->ScheduleLaunchAbility(abilityInfo, token, want, 0); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 706 void MainThread::ScheduleLaunchAbility(const AbilityInfo &info, const sptr<IRemoteObject> &token, in ScheduleLaunchAbility() function in OHOS::AppExecFwk::MainThread 725 std::string entry = "MainThread::ScheduleLaunchAbility; the load lifecycle."; in ScheduleLaunchAbility()
|