Home
last modified time | relevance | path

Searched refs:ScheduleLaunchApplication (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_first.cpp81 mockAppMgr->ScheduleLaunchApplication(lanchdate, config); in TearDown()
148 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
260 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
295 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
330 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
334 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
365 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
404 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
412 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
443 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
[all …]
H A Dappexecfwk_appkit_native_app_module_test_second.cpp81 mockAppMgr->ScheduleLaunchApplication(lanchdate, config); in TearDown()
110 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
153 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
184 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
216 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
277 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
H A Dappexecfwk_appkit_native_app_module_test_fourth.cpp106 mockAppMgr->ScheduleLaunchApplication(lanchdate, config); in TearDown()
136 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
199 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
234 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
273 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
311 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
356 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
H A Dappexecfwk_appkit_native_app_module_test_third.cpp80 mockAppMgr->ScheduleLaunchApplication(lanchdate, config); in TearDown()
114 mockAppMgr->ScheduleLaunchApplication(lanchdate, config);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appscheduler_interface_test.cpp205 EXPECT_CALL(*mockApplication, ScheduleLaunchApplication(_, _))
208 client->ScheduleLaunchApplication(launchData, config);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
H A Dams_ipc_app_scheduler_module_test.cpp234 EXPECT_CALL(*mockApplication, ScheduleLaunchApplication(_, _))
237 client->ScheduleLaunchApplication(launchData, config);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h37 …MOCK_METHOD2(ScheduleLaunchApplication, void(const AppExecFwk::AppLaunchData&, const Configuration…
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h35 … MOCK_METHOD2(ScheduleLaunchApplication, void(const AppLaunchData&, const Configuration& config));
H A Dmock_application.h34 … MOCK_METHOD2(ScheduleLaunchApplication, void(const AppLaunchData&, const Configuration& config));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h115 virtual void ScheduleLaunchApplication(const AppLaunchData &, const Configuration &) = 0;
H A Dapp_scheduler_proxy.h110 …virtual void ScheduleLaunchApplication(const AppLaunchData &launchData, const Configuration &confi…
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h248 void ScheduleLaunchApplication(const AppLaunchData& lanchdata, const Configuration& config) in ScheduleLaunchApplication() function
251 Appthread_->ScheduleLaunchApplication(lanchdata, config); in ScheduleLaunchApplication()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp461 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchApplication(_, _)).Times(2);
963 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchApplication(_, _)).Times(1);
1018 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchApplication(_, _)).Times(1);
1054 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchApplication(_, _)).Times(0);
1096 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchApplication(_, _)).Times(1);
1102 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchApplication(_, _)).Times(0);
1156 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchApplication(_, _)).Times(1);
1865 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLaunchApplication(_, _)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp42 appThread->ScheduleLaunchApplication(launchData, config); in LaunchApplication()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp103 void ScheduleLaunchApplication(const AppLaunchData&, const Configuration&) override in ScheduleLaunchApplication() function in OHOS::AppExecFwk::MockedApplication
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp60 void ScheduleLaunchApplication(const AppLaunchData&, const Configuration&) override in ScheduleLaunchApplication() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_processes_info_test/
H A Dapp_running_processes_info_test.cpp262 EXPECT_CALL(*mockApplication, ScheduleLaunchApplication(_, _))
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h204 void ScheduleLaunchApplication(const AppLaunchData &data, const Configuration &config) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp264 ScheduleLaunchApplication(*launchData, *config); in HandleScheduleLaunchApplication()
H A Dapp_scheduler_proxy.cpp250 void AppSchedulerProxy::ScheduleLaunchApplication(const AppLaunchData &launchData, const Configurat… in ScheduleLaunchApplication() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_processes_info_module_test/
H A Dapp_running_processes_info_module_test.cpp89 EXPECT_CALL(*mockApplication, ScheduleLaunchApplication(_, _)) in CheckLaunchApplication()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/
H A Dams_app_running_record_module_test.cpp88 EXPECT_CALL(*mockApplication, ScheduleLaunchApplication(_, _)) in CheckLaunchApplication()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp380 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchApplication(_, _)).Times(1);
435 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchApplication(_, _)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp394 mainThread_->ScheduleLaunchApplication(data, config);
1811 mainThread_->ScheduleLaunchApplication(applaunchData, configuration);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp214 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchApplication(_, _)).Times(1); in ChangeAbilityStateAfterAppStart()
2106 EXPECT_CALL(*mockAppSchedulerResident, ScheduleLaunchApplication(_, _));

12