/ohos5.0/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/ |
H A D | appexecfwk_appkit_native_app_module_test_first.cpp | 81 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 D | appexecfwk_appkit_native_app_module_test_second.cpp | 81 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 D | appexecfwk_appkit_native_app_module_test_fourth.cpp | 106 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 D | appexecfwk_appkit_native_app_module_test_third.cpp | 80 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 D | ams_ipc_appscheduler_interface_test.cpp | 205 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 D | ams_ipc_app_scheduler_module_test.cpp | 234 EXPECT_CALL(*mockApplication, ScheduleLaunchApplication(_, _)) 237 client->ScheduleLaunchApplication(launchData, config);
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 37 …MOCK_METHOD2(ScheduleLaunchApplication, void(const AppExecFwk::AppLaunchData&, const Configuration…
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 35 … MOCK_METHOD2(ScheduleLaunchApplication, void(const AppLaunchData&, const Configuration& config));
|
H A D | mock_application.h | 34 … MOCK_METHOD2(ScheduleLaunchApplication, void(const AppLaunchData&, const Configuration& config));
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 115 virtual void ScheduleLaunchApplication(const AppLaunchData &, const Configuration &) = 0;
|
H A D | app_scheduler_proxy.h | 110 …virtual void ScheduleLaunchApplication(const AppLaunchData &launchData, const Configuration &confi…
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 248 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 D | ams_app_running_record_test.cpp | 461 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 D | app_lifecycle_deal.cpp | 42 appThread->ScheduleLaunchApplication(launchData, config); in LaunchApplication()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 103 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 D | ams_app_mgr_service_module_test.cpp | 60 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 D | app_running_processes_info_test.cpp | 262 EXPECT_CALL(*mockApplication, ScheduleLaunchApplication(_, _))
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 204 void ScheduleLaunchApplication(const AppLaunchData &data, const Configuration &config) override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 264 ScheduleLaunchApplication(*launchData, *config); in HandleScheduleLaunchApplication()
|
H A D | app_scheduler_proxy.cpp | 250 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 D | app_running_processes_info_module_test.cpp | 89 EXPECT_CALL(*mockApplication, ScheduleLaunchApplication(_, _)) in CheckLaunchApplication()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/ |
H A D | ams_app_running_record_module_test.cpp | 88 EXPECT_CALL(*mockApplication, ScheduleLaunchApplication(_, _)) in CheckLaunchApplication()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 380 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 D | main_thread_test.cpp | 394 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 D | ams_app_life_cycle_module_test.cpp | 214 EXPECT_CALL(*mockAppScheduler, ScheduleLaunchApplication(_, _)).Times(1); in ChangeAbilityStateAfterAppStart() 2106 EXPECT_CALL(*mockAppSchedulerResident, ScheduleLaunchApplication(_, _));
|