/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 | 152 mockAppMgr->ScheduleForegroundApplication(); 183 mockAppMgr->ScheduleForegroundApplication(); 369 mockAppMgr->ScheduleForegroundApplication(); 408 mockAppMgr->ScheduleForegroundApplication(); 447 mockAppMgr->ScheduleForegroundApplication(); 451 mockAppMgr->ScheduleForegroundApplication(); 486 mockAppMgr->ScheduleForegroundApplication(); 529 mockAppMgr->ScheduleForegroundApplication(); 537 mockAppMgr->ScheduleForegroundApplication();
|
H A D | appexecfwk_appkit_native_app_module_test_second.cpp | 114 mockAppMgr->ScheduleForegroundApplication();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/ |
H A D | ams_app_service_flow_module_test.cpp | 186 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 225 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 237 EXPECT_CALL(*(testappC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 314 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 368 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 385 EXPECT_CALL(*(testappC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 616 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 653 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 695 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 696 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/ |
H A D | ams_workflow_test.cpp | 183 EXPECT_CALL(*(appB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 244 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 283 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 321 EXPECT_CALL(*(appB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 362 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 411 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 629 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 655 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 682 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 786 EXPECT_CALL(*(appB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); [all …]
|
/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 | 215 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 277 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 341 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 421 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 485 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 547 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 74 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 80 client->ScheduleForegroundApplication();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/ |
H A D | ams_ipc_app_scheduler_module_test.cpp | 77 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 83 client->ScheduleForegroundApplication();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 34 MOCK_METHOD0(ScheduleForegroundApplication, bool());
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 32 MOCK_METHOD0(ScheduleForegroundApplication, bool());
|
H A D | mock_application.h | 27 MOCK_METHOD0(ScheduleForegroundApplication, bool());
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 42 virtual bool ScheduleForegroundApplication() = 0;
|
H A D | app_scheduler_proxy.h | 37 virtual bool ScheduleForegroundApplication() override;
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 255 void ScheduleForegroundApplication() in ScheduleForegroundApplication() function 258 Appthread_->ScheduleForegroundApplication(); in ScheduleForegroundApplication()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/ |
H A D | ams_app_running_record_module_test.cpp | 213 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 423 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 497 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ability_running_record_test/ |
H A D | ams_ability_running_record_test.cpp | 231 EXPECT_CALL(*mockedAppClient_, ScheduleForegroundApplication()).Times(1); 392 EXPECT_CALL(*mockedAppClient_, ScheduleForegroundApplication()).Times(1);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 106 return appThread->ScheduleForegroundApplication(); in ScheduleForegroundRunning()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 74 bool ScheduleForegroundApplication() override in ScheduleForegroundApplication() 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 | 44 bool ScheduleForegroundApplication() override in ScheduleForegroundApplication() 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 | 269 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 140 bool ScheduleForegroundApplication() override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 160 ScheduleForegroundApplication(); in HandleScheduleForegroundApplication()
|
H A D | app_scheduler_proxy.cpp | 39 bool AppSchedulerProxy::ScheduleForegroundApplication() in ScheduleForegroundApplication() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 586 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 622 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); 675 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 385 mainThread_->ScheduleForegroundApplication(); 1801 mainThread_->ScheduleForegroundApplication();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
H A D | ams_app_life_cycle_module_test.cpp | 226 EXPECT_CALL(*mockAppScheduler, ScheduleForegroundApplication()).Times(1); in ChangeAbilityStateToForegroud()
|